Commit Graph

1438 Commits (b70360140d7356ff5b4e5a2f535c3e129a85d33c)

Author SHA1 Message Date
Kitti U b70360140d [14.0][MIG] base_model_restrict_update 2023-06-24 15:17:41 +07:00
Kitti U 0fe58b9967 [IMP] base_model_restrict_update: black, isort, prettier 2023-06-24 15:17:41 +07:00
OCA-git-bot 4e4339e456 [ADD] icon.png 2023-06-24 15:17:41 +07:00
oca-travis 99fd2b694e [UPD] Update base_model_restrict_update.pot 2023-06-24 15:17:41 +07:00
tslai 89ec1035fe [12.0][ADD] base_model_restrict_update 2023-06-24 15:17:41 +07:00
mymage e1a5a13958 Translated using Weblate (Italian)
Currently translated at 38.3% (38 of 99 strings)

Translation: server-tools-15.0/server-tools-15.0-base_changeset
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_changeset/it/
2023-06-16 13:10:27 +00:00
mymage d146fa4f1b Translated using Weblate (Italian)
Currently translated at 80.6% (158 of 196 strings)

Translation: server-tools-15.0/server-tools-15.0-excel_import_export
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-excel_import_export/it/
2023-06-14 14:11:59 +00:00
mymage c31b3ec5eb Translated using Weblate (Italian)
Currently translated at 84.7% (72 of 85 strings)

Translation: server-tools-15.0/server-tools-15.0-auto_backup
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-auto_backup/it/
2023-06-13 16:11:06 +00:00
mymage 86d4b8b2ab Translated using Weblate (Italian)
Currently translated at 36.3% (32 of 88 strings)

Translation: server-tools-15.0/server-tools-15.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-auditlog/it/
2023-06-07 17:11:36 +00:00
mymage 5a5bde8606 Translated using Weblate (Italian)
Currently translated at 97.2% (35 of 36 strings)

Translation: server-tools-15.0/server-tools-15.0-module_analysis
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-module_analysis/it/
2023-06-07 13:16:31 +00:00
mymage ba60f35598 Translated using Weblate (Italian)
Currently translated at 80.6% (158 of 196 strings)

Translation: server-tools-15.0/server-tools-15.0-excel_import_export
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-excel_import_export/it/
2023-06-07 13:16:31 +00:00
OCA-git-bot 60b4668c70 [UPD] addons table in README.md 2023-06-07 01:15:01 +00:00
OCA-git-bot 2f196a5a04 html_image_url_extractor 15.0.1.0.1 2023-06-07 01:14:53 +00:00
OCA-git-bot e011e2dff0 letsencrypt 15.0.1.0.3 2023-06-07 01:14:52 +00:00
OCA-git-bot 30bd2edfce html_text 15.0.1.0.1 2023-06-07 01:14:38 +00:00
OCA-git-bot 8e908f1522 Merge PR #2652 into 15.0
Signed-off-by moylop260
2023-06-07 01:04:32 +00:00
Emilio Serna b1cc4ce906 [FIX] letsencrypt: remove `cryptography` from python depends
Such dependency is already included in Odoo requirements using a pinned
version [1]. Adding here could cause to upgrade the library to an
incompatible version.

[1] 710a2b2a7a/requirements.txt (L3)
2023-06-06 22:10:10 +00:00
Luis González 7af5f521fb [FIX] html_image_url_extractor: remove `lxml` from python depends
Such dependency is already included in Odoo requirements using a pinned
version [1]. Adding here could cause to upgrade the library to an
incompatible version.

[1] https://github.com/odoo/odoo/blob/54e58b3e47ee/requirements.txt#L23
2023-06-06 19:15:23 +00:00
Luis González fd5b8e5299 [FIX] html_text: remove `lxml` from python depends
Such dependency is already included in Odoo requirements using a pinned
version [1]. Adding here could cause to upgrade the library to an
incompatible version.

[1] https://github.com/odoo/odoo/blob/54e58b3e47ee/requirements.txt#L23
2023-06-06 19:12:36 +00:00
OCA-git-bot 732ea745a8 [UPD] addons table in README.md 2023-06-06 11:39:32 +00:00
OCA-git-bot fb615dfb35 sentry 15.0.3.0.0 2023-06-06 11:39:26 +00:00
OCA-git-bot e3eddd77cf Merge PR #2649 into 15.0
Signed-off-by moylop260
2023-06-06 11:23:42 +00:00
Deivis Laya e70628ee60 [FIX] sentry: downgrade sentry-sdk to compatible version
Odoo requires urllib3 == 1.26.5
5c12ec09c5/requirements.txt (L42)

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
51115f5ea1.
That was initially introduced to support newer versions of `sentry_sdk`, but won't be required anymore
due to this downgrade.
2023-06-06 03:33:41 +00:00
Weblate d19f26d6c7 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-15.0/server-tools-15.0-base_changeset
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_changeset/
2023-06-01 23:23:37 +00:00
OCA-git-bot 3016a7ed0d [UPD] addons table in README.md 2023-06-01 23:23:13 +00:00
OCA-git-bot 5f348cbeb1 base_view_inheritance_extension 15.0.2.0.0 2023-06-01 23:22:03 +00:00
OCA-git-bot 196e14152c [UPD] README.rst 2023-06-01 23:22:02 +00:00
oca-ci 50e91b5279 [UPD] Update base_changeset.pot 2023-06-01 23:11:10 +00:00
OCA-git-bot 59d16534f6 Merge PR #2636 into 15.0
Signed-off-by pedrobaeza
2023-06-01 23:02:23 +00:00
Carlos Dauden 64e26c34e7 [IMP] base_view_inheritance_extension: Add new options domain_add and text_add 2023-06-01 10:10:25 +02:00
Ignacio Buioli 7e604cb84c Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (76 of 76 strings)

Translation: server-tools-15.0/server-tools-15.0-database_cleanup
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-database_cleanup/es_AR/
2023-05-25 23:11:39 +00:00
Ignacio Buioli 4558866812 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (13 of 13 strings)

Translation: server-tools-15.0/server-tools-15.0-scheduler_error_mailer
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-scheduler_error_mailer/es_AR/
2023-05-25 20:09:23 +00:00
Ignacio Buioli 8152cd57de Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (12 of 12 strings)

Translation: server-tools-15.0/server-tools-15.0-fetchmail_notify_error_to_sender
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-fetchmail_notify_error_to_sender/es_AR/
2023-05-25 20:09:22 +00:00
Ignacio Buioli 38a0546ff1 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (6 of 6 strings)

Translation: server-tools-15.0/server-tools-15.0-fetchmail_incoming_log
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-fetchmail_incoming_log/es_AR/
2023-05-25 20:09:22 +00:00
Ignacio Buioli 4337c0c56a Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (38 of 38 strings)

Translation: server-tools-15.0/server-tools-15.0-letsencrypt
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-letsencrypt/es_AR/
2023-05-25 20:09:22 +00:00
Ignacio Buioli e358f81199 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (58 of 58 strings)

Translation: server-tools-15.0/server-tools-15.0-base_exception
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_exception/es_AR/
2023-05-25 20:09:22 +00:00
Weblate 93d9b5cda3 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-15.0/server-tools-15.0-base_changeset
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_changeset/
2023-05-25 11:09:52 +00:00
Weblate c4e4a1b71b Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-15.0/server-tools-15.0-excel_import_export
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-excel_import_export/
2023-05-25 11:01:04 +00:00
Weblate e9e1e83950 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-15.0/server-tools-15.0-auto_backup
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-auto_backup/
2023-05-25 11:01:04 +00:00
Weblate 704341b8a2 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-15.0/server-tools-15.0-base_remote
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_remote/
2023-05-25 11:01:03 +00:00
Weblate 9952fb1e6d Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-15.0/server-tools-15.0-fetchmail_notify_error_to_sender
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-fetchmail_notify_error_to_sender/
2023-05-25 11:01:03 +00:00
Weblate f97ec6ccc8 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-15.0/server-tools-15.0-excel_import_export_demo
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-excel_import_export_demo/
2023-05-25 11:01:02 +00:00
Weblate b3a91efe8b Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-15.0/server-tools-15.0-scheduler_error_mailer
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-scheduler_error_mailer/
2023-05-25 11:01:02 +00:00
Weblate 6151057929 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-15.0/server-tools-15.0-base_exception
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_exception/
2023-05-25 11:01:02 +00:00
Weblate 80e42ce357 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-15.0/server-tools-15.0-letsencrypt
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-letsencrypt/
2023-05-25 11:01:01 +00:00
Weblate e2b57d9ca8 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-15.0/server-tools-15.0-iap_alternative_provider
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-iap_alternative_provider/
2023-05-25 11:01:00 +00:00
Weblate 34289f7b0d Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-15.0/server-tools-15.0-fetchmail_incoming_log
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-fetchmail_incoming_log/
2023-05-25 11:00:59 +00:00
OCA-git-bot 9a3e2ef167 [ADD] setup.py 2023-05-25 11:00:46 +00:00
OCA-git-bot e72a87a71d [UPD] README.rst 2023-05-25 11:00:45 +00:00
OCA-git-bot 2827a70ce2 [UPD] addons table in README.md 2023-05-25 11:00:40 +00:00