Merge branch 'develop'
- update poetry
This commit is contained in:
commit
621670e7c9
9 changed files with 649 additions and 724 deletions
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
ERPLibre:
|
||||
image: technolibre/erplibre:1.6.0_odoo_18.0_2492ba3
|
||||
image: technolibre/erplibre:1.6.0_odoo_18.0_eae4054
|
||||
ports:
|
||||
- 8069:8069
|
||||
- 8071:8071
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
ERPLibre:
|
||||
image: technolibre/erplibre:1.6.0_odoo_18.0_2492ba3
|
||||
image: technolibre/erplibre:1.6.0_odoo_18.0_eae4054
|
||||
ports:
|
||||
- 8069:8069
|
||||
- 8071:8071
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
ERPLibre:
|
||||
image: technolibre/erplibre:1.6.0_odoo_18.0_2492ba3
|
||||
image: technolibre/erplibre:1.6.0_odoo_18.0_eae4054
|
||||
ports:
|
||||
- 8069:8069
|
||||
- 8071:8071
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ psutil
|
|||
pillow
|
||||
|
||||
# Force upgrade package to fix Ubuntu 25.04
|
||||
virtualenv==20.30.0
|
||||
virtualenv==20.36.1
|
||||
|
||||
# For logical test and quality
|
||||
git+https://github.com/psf/black.git@24.8.0
|
||||
|
|
|
|||
|
|
@ -16,3 +16,6 @@ pypiwin32
|
|||
cadquery
|
||||
pymysql
|
||||
pymssql
|
||||
|
||||
# Conflict with pdfminer.six
|
||||
pdfminer
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -30,8 +30,8 @@ bandit = "^1.9.3"
|
|||
base64io = "^1.0.3"
|
||||
beautifulsoup4 = "4.13.5"
|
||||
bokeh = "3.6.3"
|
||||
boto3 = "^1.42.34"
|
||||
cachetools = "^6.2.4"
|
||||
boto3 = "^1.42.42"
|
||||
cachetools = "^7.0.0"
|
||||
cairosvg = "^2.8.2"
|
||||
caldav = "1.3.9"
|
||||
cbor2 = "5.6.2"
|
||||
|
|
@ -41,9 +41,9 @@ code-writer = "^1.3.0"
|
|||
colorama = "^0.4.6"
|
||||
contextvars = "^2.4"
|
||||
cryptography = "46.0.3"
|
||||
cssselect = "^1.3.0"
|
||||
cssselect = "^1.4.0"
|
||||
cython = "^3.2.4"
|
||||
dateparser = "^1.2.2"
|
||||
dateparser = "^1.3.0"
|
||||
decorator = "5.1.1"
|
||||
dnspython = "^2.8.0"
|
||||
docutils = "0.20.1"
|
||||
|
|
@ -73,7 +73,7 @@ httpagentparser = "^1.9.5"
|
|||
icalendar = "5.0.13"
|
||||
idna = "3.6"
|
||||
img2pdf = "^0.6.3"
|
||||
isort = "6.1.0"
|
||||
isort = "7.0.0"
|
||||
jinja2 = "3.1.2"
|
||||
js2py = "^0.74"
|
||||
libsass = "0.22.0"
|
||||
|
|
@ -99,22 +99,22 @@ oauthlib = "^3.3.1"
|
|||
odoorpc = "^0.10.1"
|
||||
ofxparse = "0.21"
|
||||
ollama = "^0.6.1"
|
||||
openai = "^2.15.0"
|
||||
openai = "^2.16.0"
|
||||
openpyxl = "3.1.2"
|
||||
openupgradelib = "^3.12.0"
|
||||
openwebui-client = ">=0.3.0"
|
||||
ovh = "^1.2.0"
|
||||
pandas = ">=0.25.3"
|
||||
paramiko = "<4.0.0"
|
||||
paramiko = "<4"
|
||||
parse-accept-language = "^0.1.2"
|
||||
passlib = "1.7.4"
|
||||
pathspec = "^1.0.3"
|
||||
pathspec = "^1.0.4"
|
||||
pdf2image = "^1.17.0"
|
||||
pdfminer = "^20191125"
|
||||
pdfminer-six = "20260107"
|
||||
pexpect = "^4.9.0"
|
||||
phonenumbers = "^9.0.22"
|
||||
pillow = "12.0.0"
|
||||
plaid-python = "^38.0.0"
|
||||
phonenumbers = "^9.0.23"
|
||||
pillow = "12.1.0"
|
||||
plaid-python = "^38.1.0"
|
||||
plotly = "^6.5.2"
|
||||
polib = "1.1.1"
|
||||
pre-commit = "^4.5.1"
|
||||
|
|
@ -132,7 +132,7 @@ pydevd-odoo = "^1.2.2"
|
|||
pyftpdlib = "^2.1.0"
|
||||
pygithub = "^2.8.1"
|
||||
pyjsparser = "^2.7.1"
|
||||
pyjwt = "^2.10.1"
|
||||
pyjwt = "^2.11.0"
|
||||
pylint = "^4.0.4"
|
||||
pylint-odoo = "^10.0.0"
|
||||
pymupdf = "^1.26.7"
|
||||
|
|
@ -151,7 +151,7 @@ python-dotenv = ">=1.0.0"
|
|||
python-jose = "^3.5.0"
|
||||
python-json-logger = "^4.0.0"
|
||||
python-ldap = "3.4.4"
|
||||
python-multipart = "^0.0.21"
|
||||
python-multipart = "^0.0.22"
|
||||
python-pptx = "^1.0.2"
|
||||
python-resize-image = "^1.1.20"
|
||||
python-slugify = "^8.0.4"
|
||||
|
|
@ -168,7 +168,7 @@ radon = "^6.0.1"
|
|||
redis = "^7.1.0"
|
||||
regex = "^2026.1.15"
|
||||
reportlab = "4.1.0"
|
||||
requests = ">=2.31.0"
|
||||
requests = "2.31.0"
|
||||
requests-oauthlib = "^2.0.0"
|
||||
requests-toolbelt = "^1.0.0"
|
||||
responses = "^0.25.8"
|
||||
|
|
@ -176,7 +176,7 @@ rjsmin = "1.2.0"
|
|||
roulier = "^1.1.1"
|
||||
schwifty = "2024.4.0"
|
||||
sentry-sdk = ">=2.0.0,<=2.22.0"
|
||||
setuptools = "80.9.0"
|
||||
setuptools = "80.10.2"
|
||||
shapely = "^2.1.2"
|
||||
sqlalchemy = "^2.0.46"
|
||||
statsd = "^4.0.1"
|
||||
|
|
@ -191,7 +191,7 @@ uvloop = "^0.22.1"
|
|||
validate-email = "^1.3"
|
||||
validator-collection = "^1.5.0"
|
||||
vobject = "0.9.6.1"
|
||||
w3lib = "^2.3.1"
|
||||
w3lib = "^2.4.0"
|
||||
werkzeug = "3.0.1"
|
||||
wget = "^3.2"
|
||||
xlrd = "2.0.1"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# For OSX
|
||||
cython
|
||||
|
||||
setuptools==80.9.0
|
||||
setuptools==80.10.2
|
||||
|
||||
# Module voice_to_text
|
||||
#SpeechRecognition==3.10.0
|
||||
|
|
@ -38,7 +38,8 @@ pre-commit
|
|||
#hubspot-api-client==10.0.0
|
||||
|
||||
# Optional Odoo
|
||||
pdfminer
|
||||
#pdfminer
|
||||
pdfminer.six==20260107
|
||||
|
||||
# Optional PyDev
|
||||
pydevd-odoo
|
||||
|
|
@ -57,7 +58,7 @@ beautifulsoup4==4.13.5
|
|||
# pylint-odoo depend on pylint==3.3.9 https://github.com/OCA/pylint-odoo/pull/541
|
||||
#pylint-odoo==9.3.22
|
||||
#pylint==3.3.9
|
||||
isort==6.1.0
|
||||
isort==7.0.0
|
||||
|
||||
# Fix some OS
|
||||
cryptography==46.0.3
|
||||
|
|
@ -68,4 +69,4 @@ git+https://github.com/prauscher/pysaml2.git@replace-pyopenssl
|
|||
# Fix compilation, until pymssql==2.3.9 is release
|
||||
#git+https://github.com/pymssql/pymssql.git
|
||||
|
||||
pillow==12.0.0
|
||||
pillow==12.1.0
|
||||
|
|
|
|||
|
|
@ -147,9 +147,7 @@ def run(
|
|||
|
||||
# Open View
|
||||
if config.open_dashboard:
|
||||
selenium_tool.odoo_website_menu_click(
|
||||
"Tableaux de bord"
|
||||
)
|
||||
selenium_tool.odoo_website_menu_click("Tableaux de bord")
|
||||
|
||||
# Open conversation chat
|
||||
# conversation_button = selenium_tool.driver.find_element(By.XPATH, '/html/body/header/nav/ul[3]/li[2]/a')
|
||||
|
|
@ -163,6 +161,7 @@ def run(
|
|||
# selenium_tool.driver.quit()
|
||||
|
||||
# Force use dark mode if enable
|
||||
time.sleep(1)
|
||||
selenium_tool.odoo_profile_click(
|
||||
enable_dark_mode=not config.no_dark_mode, enable_tour=False
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue