[ADD] cetmix odoo 18 and update poetry dependency
This commit is contained in:
parent
ec13584051
commit
8ec3a39840
5 changed files with 1078 additions and 792 deletions
|
|
@ -182,7 +182,7 @@
|
||||||
remote="OCA"
|
remote="OCA"
|
||||||
groups="addons,odoo18.0"
|
groups="addons,odoo18.0"
|
||||||
/>
|
/>
|
||||||
<!-- <project name="cetmix-tower.git" revision="18.0" path="odoo18.0/addons/cetmix_cetmix-tower" remote="cetmix" groups="addons,odoo18.0" />-->
|
<project name="cetmix-tower.git" revision="18.0" path="odoo18.0/addons/cetmix_cetmix-tower" remote="cetmix" groups="addons,odoo18.0" />
|
||||||
<project
|
<project
|
||||||
name="community-data-files.git"
|
name="community-data-files.git"
|
||||||
revision="18.0"
|
revision="18.0"
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -19,33 +19,37 @@ authors = [ "Mathieu Benoit <mathben@technolibre.ca>",]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.12.10,<3.13"
|
python = ">=3.12.10,<3.13"
|
||||||
|
ansi2html = "^1.9.2"
|
||||||
asn1crypto = "1.5.1"
|
asn1crypto = "1.5.1"
|
||||||
astor = "^0.8.1"
|
astor = "^0.8.1"
|
||||||
avalara = "^25.11.0"
|
avalara = "^25.12.0"
|
||||||
babel = "2.10.3"
|
babel = "2.10.3"
|
||||||
bandit = "^1.9.2"
|
bandit = "^1.9.3"
|
||||||
base64io = "^1.0.3"
|
base64io = "^1.0.3"
|
||||||
beautifulsoup4 = "4.13.5"
|
beautifulsoup4 = "4.13.5"
|
||||||
bokeh = "3.6.3"
|
bokeh = "3.6.3"
|
||||||
boto3 = "^1.42.1"
|
boto3 = "^1.42.33"
|
||||||
cachetools = "^6.2.2"
|
cachetools = "^6.2.4"
|
||||||
cairosvg = "^2.8.2"
|
cairosvg = "^2.8.2"
|
||||||
caldav = "1.3.9"
|
caldav = "1.3.9"
|
||||||
cbor2 = "5.6.2"
|
cbor2 = "5.6.2"
|
||||||
chardet = "5.2.0"
|
chardet = "5.2.0"
|
||||||
code-writer = "^1.2.0"
|
code-writer = "^1.3.0"
|
||||||
colorama = "^0.4.6"
|
colorama = "^0.4.6"
|
||||||
cryptography = "46.0.3"
|
cryptography = "46.0.3"
|
||||||
cssselect = "^1.3.0"
|
cssselect = "^1.3.0"
|
||||||
cython = "^3.2.2"
|
cython = "^3.2.4"
|
||||||
|
dateparser = "^1.2.2"
|
||||||
decorator = "5.1.1"
|
decorator = "5.1.1"
|
||||||
|
dnspython = "^2.8.0"
|
||||||
docutils = "0.20.1"
|
docutils = "0.20.1"
|
||||||
dropbox = "^12.0.2"
|
dropbox = "^12.0.2"
|
||||||
|
easypost = "7.15.0"
|
||||||
email-validator = "^2.3.0"
|
email-validator = "^2.3.0"
|
||||||
extract-msg = "^0.55.0"
|
extract-msg = "^0.55.0"
|
||||||
extruct = "^0.18.0"
|
extruct = "^0.18.0"
|
||||||
ezdxf = "^1.4.3"
|
ezdxf = "^1.4.3"
|
||||||
factur-x = "^3.14"
|
factur-x = "^3.15"
|
||||||
filetype = "^1.2.0"
|
filetype = "^1.2.0"
|
||||||
flake8 = "^7.3.0"
|
flake8 = "^7.3.0"
|
||||||
formio-data = "^2.1.6"
|
formio-data = "^2.1.6"
|
||||||
|
|
@ -54,7 +58,8 @@ geocoder = "^1.38.1"
|
||||||
geoip2 = "2.9.0"
|
geoip2 = "2.9.0"
|
||||||
geojson = "^3.2.0"
|
geojson = "^3.2.0"
|
||||||
gevent = "24.2.1"
|
gevent = "24.2.1"
|
||||||
gitpython = "^3.1.45"
|
gitpython = "^3.1.46"
|
||||||
|
giturlparse = "0.12.0"
|
||||||
googletrans-py = "4.0.0"
|
googletrans-py = "4.0.0"
|
||||||
greenlet = "3.0.3"
|
greenlet = "3.0.3"
|
||||||
httpagentparser = "^1.9.5"
|
httpagentparser = "^1.9.5"
|
||||||
|
|
@ -72,7 +77,7 @@ mako = "^1.3.10"
|
||||||
markdown2 = "2.5.1"
|
markdown2 = "2.5.1"
|
||||||
markdownify = "0.13.1"
|
markdownify = "0.13.1"
|
||||||
markupsafe = "2.1.5"
|
markupsafe = "2.1.5"
|
||||||
matplotlib = "^3.10.7"
|
matplotlib = "^3.10.8"
|
||||||
meteostat = "1.6.8"
|
meteostat = "1.6.8"
|
||||||
mock = "^5.2.0"
|
mock = "^5.2.0"
|
||||||
mpld3 = "0.5.10"
|
mpld3 = "0.5.10"
|
||||||
|
|
@ -85,24 +90,26 @@ numpy-financial = "<=1.0.0"
|
||||||
numpy-stl = "^3.2.0"
|
numpy-stl = "^3.2.0"
|
||||||
odoorpc = "^0.10.1"
|
odoorpc = "^0.10.1"
|
||||||
ofxparse = "0.21"
|
ofxparse = "0.21"
|
||||||
openai = "^2.8.1"
|
openai = "^2.15.0"
|
||||||
openpyxl = "3.1.2"
|
openpyxl = "3.1.2"
|
||||||
openupgradelib = "^3.12.0"
|
openupgradelib = "^3.12.0"
|
||||||
openwebui-client = ">=0.3.0"
|
openwebui-client = ">=0.3.0"
|
||||||
|
ovh = "^1.2.0"
|
||||||
pandas = ">=0.25.3"
|
pandas = ">=0.25.3"
|
||||||
paramiko = "<4.0.0"
|
paramiko = "<4.0.0"
|
||||||
passlib = "1.7.4"
|
passlib = "1.7.4"
|
||||||
pathspec = "^0.12.1"
|
pathspec = "^1.0.3"
|
||||||
pdf2image = "^1.17.0"
|
pdf2image = "^1.17.0"
|
||||||
pdfminer = "^20191125"
|
pdfminer = "^20191125"
|
||||||
pexpect = "^4.9.0"
|
pexpect = "^4.9.0"
|
||||||
phonenumbers = "^9.0.19"
|
phonenumbers = "^9.0.22"
|
||||||
pillow = "12.0.0"
|
pillow = "12.0.0"
|
||||||
plotly = "^6.5.0"
|
plaid-python = "^38.0.0"
|
||||||
|
plotly = "^6.5.2"
|
||||||
polib = "1.1.1"
|
polib = "1.1.1"
|
||||||
pre-commit = "^4.5.0"
|
pre-commit = "^4.5.1"
|
||||||
premailer = "^3.10.0"
|
premailer = "^3.10.0"
|
||||||
prometheus-client = "^0.23.1"
|
prometheus-client = "^0.24.1"
|
||||||
psutil = "5.9.8"
|
psutil = "5.9.8"
|
||||||
psycopg2 = "2.9.9"
|
psycopg2 = "2.9.9"
|
||||||
py3dns = "^4.0.2"
|
py3dns = "^4.0.2"
|
||||||
|
|
@ -114,10 +121,12 @@ pyftpdlib = "^2.1.0"
|
||||||
pygithub = "^2.8.1"
|
pygithub = "^2.8.1"
|
||||||
pyjsparser = "^2.7.1"
|
pyjsparser = "^2.7.1"
|
||||||
pyjwt = "^2.10.1"
|
pyjwt = "^2.10.1"
|
||||||
pylint = "3.3.9"
|
pylint = "^4.0.4"
|
||||||
pylint-odoo = "^9.3.22"
|
pylint-odoo = "^10.0.0"
|
||||||
|
pymupdf = "^1.26.7"
|
||||||
pyncclient = "^0.7"
|
pyncclient = "^0.7"
|
||||||
pyopenssl = "25.3.0"
|
pyopenssl = "25.3.0"
|
||||||
|
pypdf = ">=3.1.0"
|
||||||
pypdf2 = "2.12.1"
|
pypdf2 = "2.12.1"
|
||||||
pyproj = "^3.7.2"
|
pyproj = "^3.7.2"
|
||||||
pyserial = "3.5"
|
pyserial = "3.5"
|
||||||
|
|
@ -143,8 +152,9 @@ qifparse = "^0.5"
|
||||||
qrcode = "7.4.2"
|
qrcode = "7.4.2"
|
||||||
radon = "^6.0.1"
|
radon = "^6.0.1"
|
||||||
redis = "^7.1.0"
|
redis = "^7.1.0"
|
||||||
|
regex = "^2026.1.15"
|
||||||
reportlab = "4.1.0"
|
reportlab = "4.1.0"
|
||||||
requests = ">=2.31.0"
|
requests = "2.31.0"
|
||||||
requests-toolbelt = "^1.0.0"
|
requests-toolbelt = "^1.0.0"
|
||||||
rjsmin = "1.2.0"
|
rjsmin = "1.2.0"
|
||||||
roulier = "^1.1.1"
|
roulier = "^1.1.1"
|
||||||
|
|
@ -152,11 +162,11 @@ schwifty = "2024.4.0"
|
||||||
sentry-sdk = ">=2.0.0,<=2.22.0"
|
sentry-sdk = ">=2.0.0,<=2.22.0"
|
||||||
setuptools = "80.9.0"
|
setuptools = "80.9.0"
|
||||||
shapely = "^2.1.2"
|
shapely = "^2.1.2"
|
||||||
sqlalchemy = "^2.0.44"
|
sqlalchemy = "^2.0.46"
|
||||||
statsd = "^4.0.1"
|
statsd = "^4.0.1"
|
||||||
tldextract = "^5.3.0"
|
tldextract = "^5.3.1"
|
||||||
tweepy = "^4.16.0"
|
tweepy = "^4.16.0"
|
||||||
twilio = "^9.8.7"
|
twilio = "^9.10.0"
|
||||||
unidecode = "^1.4.0"
|
unidecode = "^1.4.0"
|
||||||
urllib3 = "2.0.7"
|
urllib3 = "2.0.7"
|
||||||
uvloop = "^0.22.1"
|
uvloop = "^0.22.1"
|
||||||
|
|
@ -177,7 +187,7 @@ rev = "24.8.0"
|
||||||
|
|
||||||
[tool.poetry.dependencies.fsspec]
|
[tool.poetry.dependencies.fsspec]
|
||||||
extras = [ "s3",]
|
extras = [ "s3",]
|
||||||
version = "^2025.10.0"
|
version = "^2026.1.0"
|
||||||
|
|
||||||
[tool.poetry.dependencies.pysaml2]
|
[tool.poetry.dependencies.pysaml2]
|
||||||
git = "https://github.com/prauscher/pysaml2.git"
|
git = "https://github.com/prauscher/pysaml2.git"
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ meteostat==1.6.8
|
||||||
beautifulsoup4==4.13.5
|
beautifulsoup4==4.13.5
|
||||||
# pylint-odoo depend on pylint==3.3.9 https://github.com/OCA/pylint-odoo/pull/541
|
# pylint-odoo depend on pylint==3.3.9 https://github.com/OCA/pylint-odoo/pull/541
|
||||||
#pylint-odoo==9.3.22
|
#pylint-odoo==9.3.22
|
||||||
pylint==3.3.9
|
#pylint==3.3.9
|
||||||
isort==6.1.0
|
isort==6.1.0
|
||||||
|
|
||||||
# Fix some OS
|
# Fix some OS
|
||||||
|
|
|
||||||
|
|
@ -129,6 +129,7 @@ if [[ ${EL_MINIMAL_ADDONS} = "False" ]]; then
|
||||||
printf "${EL_HOME_ODOO_PROJECT}/addons/TechnoLibre_odoo-code-generator-template," >> "${EL_CONFIG_FILE}"
|
printf "${EL_HOME_ODOO_PROJECT}/addons/TechnoLibre_odoo-code-generator-template," >> "${EL_CONFIG_FILE}"
|
||||||
printf "${EL_HOME_ODOO_PROJECT}/addons/bemade_bemade-addons," >> "${EL_CONFIG_FILE}"
|
printf "${EL_HOME_ODOO_PROJECT}/addons/bemade_bemade-addons," >> "${EL_CONFIG_FILE}"
|
||||||
printf "${EL_HOME_ODOO_PROJECT}/addons/camptocamp_odoo-cloud-platform," >> "${EL_CONFIG_FILE}"
|
printf "${EL_HOME_ODOO_PROJECT}/addons/camptocamp_odoo-cloud-platform," >> "${EL_CONFIG_FILE}"
|
||||||
|
printf "${EL_HOME_ODOO_PROJECT}/addons/cetmix_cetmix-tower," >> "${EL_CONFIG_FILE}"
|
||||||
printf "${EL_HOME_ODOO_PROJECT}/addons/dhongu_deltatech," >> "${EL_CONFIG_FILE}"
|
printf "${EL_HOME_ODOO_PROJECT}/addons/dhongu_deltatech," >> "${EL_CONFIG_FILE}"
|
||||||
printf "${EL_HOME_ODOO_PROJECT}/addons/muk-it_odoo-modules," >> "${EL_CONFIG_FILE}"
|
printf "${EL_HOME_ODOO_PROJECT}/addons/muk-it_odoo-modules," >> "${EL_CONFIG_FILE}"
|
||||||
printf "${EL_HOME_ODOO_PROJECT}/addons/novacode-nl_odoo-formio," >> "${EL_CONFIG_FILE}"
|
printf "${EL_HOME_ODOO_PROJECT}/addons/novacode-nl_odoo-formio," >> "${EL_CONFIG_FILE}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue