Commit Graph

25 Commits (16.0)

Author SHA1 Message Date
gpothier b25d86928f [FIX] module_analysis: pin pygount
Pin the pygount dependency to 1.4.0 to avoid chardet version clash

Fixes https://github.com/OCA/server-tools/issues/2966
2025-03-18 12:26:25 -06:00
Martin c69b5d5006 [17.0][ADD] odoo_test_xmlrunner module 2024-11-21 11:40:22 +01:00
Holger Brunn 24c34f4274 [MIG] letsencrypt: Migration to 16.0 2024-04-22 19:02:01 +02:00
Holger Brunn 3d1836a363 [IMP] letsencrypt: pre-commit stuff 2024-04-22 18:12:44 +02:00
Christopher Rogos b6251a5b9a [IMP] remove python libs included in odoo requirements 2024-04-09 16:52:26 +00:00
tafaRU 43989e7d0e [IMP] auto_backup: pre-commit stuff 2023-12-01 16:55:37 +01:00
OCA-git-bot ad2f5c1343 Merge PR #2742 into 16.0
Signed-off-by pedrobaeza
2023-11-09 09:13:19 +00:00
Rodrigo 6d13a845a1 [ADD] excel_import_export_unidecode: add module that implements the ability to apply unidecode to each selected data. 2023-11-09 09:42:38 +01:00
matteoopenf b2a464ea5d [IMP] base_sequence_option: pre-commit stuff 2023-11-03 17:42:58 +01:00
OCA-git-bot 79347e560f Merge PR #2590 into 16.0
Signed-off-by thomaspaulb
2023-11-01 06:51:29 +00:00
Deivis Laya 3b1fc4fd3c [FIX] sentry: downgrade sentry-sdk to compatible version
Odoo requires urllib3 == 1.26.5
e0feda4629/requirements.txt (L56)

sentry-sdk > 1.9.0 required urllib3 >= 1.26.11
4f1f782fbe/setup.py (L43)

Currently, urllib3 >= 1.26.11 is causing the following error in
response.py:

``` Traceback (most recent call last):
"/home/odoo/.local/lib/python3.8/site-packages/urllib3/response.py",
line 705, in _error_catcher
    yield
  File
"/home/odoo/.local/lib/python3.8/site-packages/urllib3/response.py",
line 830, in _raw_read
    raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
urllib3.exceptions.IncompleteRead: IncompleteRead(1501 bytes read, -827
more expected)
```

On the other hand, sentry 1.9.0 supports urllib3 >= 1.10.0, satisfying
odoo requirements.

This partially reverts
d7ae024951.
That was initially introduced to support newer versions of `sentry_sdk`, but won't be required anymore
due to this downgrade.
2023-06-07 16:14:03 +00:00
OCA-git-bot f90e1b63c3 Merge PR #2609 into 16.0
Signed-off-by bguillot
2023-05-16 11:15:43 +00:00
OCA-git-bot 58475f0239 Merge PR #2505 into 16.0
Signed-off-by thomaspaulb
2023-04-18 14:55:50 +00:00
Florian da Costa 3f24a0c8cc [IMP] module_analysis: black, isort, prettier 2023-04-18 14:38:56 +02:00
dsolanki 904342c060 [IMP] html_text: pre-commit stuff 2023-03-22 16:22:09 +05:30
Deivis Laya d7ae024951 [FIX] sentry: change with_locals to include_local_variables variable
Currently, version 1.17.0 of sentry_sdk is causing the following error:

SentryOption("with_locals", DEFAULT_OPTIONS["with_locals"], None),
KeyError: 'with_locals'.

Where the with_locals key is not found in the dictionary, generating an
error, stopping the installation of the sentry module.

In version 1.17.0 rename 'with_locals'  to 'include_local_variables'
79e33169aa

This commit adjust the  get_sentry_options() method in
https://github.com/Vauxoo/server-tools/blob/16.0/sentry/const.py file, set the new variable.
2023-03-18 03:20:35 +00:00
Aungkokolin1997 c6b7c85ac8 [IMP] excel_import_export, excel_import_export_demo: pre-commit stuff 2022-12-20 12:15:24 +06:30
Mantux11 3d2de15890 [15.0][MIG] excel_import_export, excel_import_export_demo: pre-commit 2022-12-20 12:10:30 +06:30
Luis González 04d62d9686 [REF] excel_import_export: remove xlrd & xlwt from external dependencies
Because those dependencies are already part of Odoo's base dependencies.
2022-12-20 12:10:19 +06:30
Mantux11 7c29aceed0 [15.0][FIX] excel_import_export, excel_import_export_demo:
fix from PR #2283 together with @luc-demeyer suggestion https://github.com/OCA/server-tools/pull/2283#pullrequestreview-881026019
2022-12-20 12:10:02 +06:30
Mantux11 2661e58c9c [15,0][MIG] excel_import_export, excel_import_export_demo:
migration to 15.0. Changes by pre-commit errors and warnings,
changes by original Odoo code changes, JS files suggestions.
2022-12-20 12:09:48 +06:30
Mantux11 39ff319647 [IMP] excel_import_export: black, isort, prettier" 2022-12-20 12:09:33 +06:30
prabakaran dea7acffe6 [IMP] sentry: black, isort, prettier 2022-12-19 16:06:44 +05:30
Enric Tobella 29e3e5fb4e [IMP] base_view_inheritance_extension: black, isort, prettier 2022-12-06 20:26:01 +01:00
Stefan Rijnhart 3cbb201c3a [IMP] upgrade_analysis: black, isort, prettier 2022-10-05 16:22:33 +02:00