Commit Graph

1831 Commits (ec344edf7333a605908867dfa2c57d3c5563648c)

Author SHA1 Message Date
Yann Papouin ec344edf73 [FIX] database_cleanup: Check that the model is automatically managed by Odoo 2024-05-07 19:22:28 +00:00
Yann Papouin f8afaf2e28 [ADD] database_cleanup: Purge fields (ir.model.fields) added 2024-05-07 19:22:08 +00:00
OCA-git-bot df6471c9b1 [BOT] post-merge updates 2024-04-12 06:43:05 +00:00
OCA-git-bot 3de7899cf7 Merge PR #2887 into 16.0
Signed-off-by moylop260
2024-04-12 06:36:25 +00:00
Weblate 5eca495da9 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-16.0/server-tools-16.0-autovacuum_message_attachment
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-autovacuum_message_attachment/
2024-04-10 07:48:32 +00:00
Weblate 33c2d6de1d Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-16.0/server-tools-16.0-base_name_search_improved
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-base_name_search_improved/
2024-04-10 07:48:31 +00:00
OCA-git-bot ac8aadd5c8 [BOT] post-merge updates 2024-04-10 07:48:10 +00:00
oca-ci 3766b3039d [UPD] Update base_name_search_improved.pot 2024-04-10 07:40:21 +00:00
oca-ci f2840fb5f9 [UPD] Update autovacuum_message_attachment.pot 2024-04-10 07:40:18 +00:00
OCA-git-bot e422d99eff Merge PR #2901 into 16.0
Signed-off-by etobella
2024-04-10 07:34:15 +00:00
Hugo Santos eccff82984 [FIX] Tests: Use logging.ERROR instead of warn
Sentry level is error by default and warnings are not captured.
2024-04-10 09:20:19 +02:00
Atte Isopuro 7bcfcd3308 [FIX] sentry: respect sentry_logging_level
Before this fix, the Sentry module sent events for WARNING-
level logs, even if sentry_logging_level was registered as
"error" or higher.

The fix itself is minor: setup of the integration mistakenly
set the hardcoded WARNING level to the event handler and the
sentry_logging_level to the breadcrumb handler, when they
should have been the other way around.

The largest part of the diff is a reworking of the tests in
order to properly replicate the issue:

* The test previously emitted a fake log event directly using
  the integration's handler's emit-method, which skipped the
  part of the logic that actually filters based on logging level.
  This has been changed to use a bespoke NoopHandler and dedicated
  Logger, so that the tests can emit "actual logs" and test Sentry
  as accurately as possible.
* The tests were not configured to use a non-default logging level,
  thus making it so that none of them caught the fact we were basically
  hard-coding the setting to WARNING-level.
  The tests now set the logging level to ERROR in order to make sure
  the configuration parameter works when it is non-default.
* Changes to configuration (especially ignored loggers) were leaking
  from one test into others. The tests were directly mutating the
  `odoo.tools.config.options` mapping, without resetting it afterward,
  leaving the changes in place for subsequent tests.
  Introduced a helper method `patch_config` that can be used to patch
  the config object so that the patch is undone at the end of the test.
2024-04-10 09:20:19 +02:00
Atte Isopuro 19643c3242 [IMP] sentry: increase test coverage 2024-04-10 09:20:19 +02:00
OCA-git-bot ed9c1bb12d [BOT] post-merge updates 2024-04-09 19:36:23 +00:00
OCA-git-bot df96c1aa76 Merge PR #2813 into 16.0
Signed-off-by Kev-Roche
2024-04-09 19:29:53 +00:00
OCA-git-bot 114558c34c [BOT] post-merge updates 2024-04-09 19:15:14 +00:00
OCA-git-bot 0a7394239c Merge PR #2897 into 16.0
Signed-off-by legalsylvain
2024-04-09 19:08:31 +00:00
Christopher Rogos 2beff64a14 [IMP] tracking_manager: allow tracking readonly fields 2024-04-09 17:03:03 +00:00
Christopher Rogos b6251a5b9a [IMP] remove python libs included in odoo requirements 2024-04-09 16:52:26 +00:00
Florian da Costa 45258f6a4e [FIX] autovacuum_message_attachment : fix inheriting_model feature 2024-04-09 18:04:12 +02:00
Ignacio Buioli 5122f1d078 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (10 of 10 strings)

Translation: server-tools-16.0/server-tools-16.0-scheduler_error_mailer
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-scheduler_error_mailer/es_AR/
2024-04-08 01:01:16 +00:00
OCA-git-bot d4164287ef [BOT] post-merge updates 2024-04-05 13:51:47 +00:00
OCA-git-bot a3c4fc0c85 Merge PR #2899 into 16.0
Signed-off-by StefanRijnhart
2024-04-05 13:44:57 +00:00
Simone Rubino 0dc32c1f03
[FIX] cron_daylight_saving_time_resistant: Keep test savepoint 2024-04-04 17:55:45 +02:00
mymage 3c580f772a Translated using Weblate (Italian)
Currently translated at 100.0% (67 of 67 strings)

Translation: server-tools-16.0/server-tools-16.0-attachment_synchronize
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-attachment_synchronize/it/
2024-04-04 11:35:49 +00:00
mymage 8c4ed1e0d0 Translated using Weblate (Italian)
Currently translated at 100.0% (103 of 103 strings)

Translation: server-tools-16.0/server-tools-16.0-attachment_queue
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-attachment_queue/it/
2024-04-04 11:35:49 +00:00
mymage fbb2f41731 Translated using Weblate (Italian)
Currently translated at 100.0% (8 of 8 strings)

Translation: server-tools-16.0/server-tools-16.0-rpc_helper
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-rpc_helper/it/
2024-04-04 11:35:48 +00:00
mymage cb52b680f6 Translated using Weblate (Italian)
Currently translated at 100.0% (194 of 194 strings)

Translation: server-tools-16.0/server-tools-16.0-excel_import_export
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/it/
2024-04-04 11:35:48 +00:00
mymage 82510b64c3 Translated using Weblate (Italian)
Currently translated at 100.0% (52 of 52 strings)

Translation: server-tools-16.0/server-tools-16.0-autovacuum_message_attachment
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-autovacuum_message_attachment/it/
2024-03-06 10:37:21 +00:00
OCA-git-bot 78874f95f3 [BOT] post-merge updates 2024-02-20 07:58:31 +00:00
OCA-git-bot 136a2a1158 Merge PR #2852 into 16.0
Signed-off-by legalsylvain
2024-02-20 07:52:03 +00:00
Mark Schuit 0b3814c0a1 [FIX] Prevent deletion of columns added in the init method of the model.
See issue https://github.com/OCA/server-tools/issues/2851.
2024-02-20 13:59:55 +08:00
OCA-git-bot 5d16ec72c6 [BOT] post-merge updates 2024-02-19 08:11:05 +00:00
OCA-git-bot 4e8afe78a8 Merge PR #2834 into 16.0
Signed-off-by StefanRijnhart
2024-02-19 08:04:39 +00:00
BT-anieto 8de1324816 [16.0][FIX] auditlog: Add/Remove User Group
When adding/removing a group in a user (and tracking a user or a partner), odoo sends a 'reified' val 'in_group_{group_id}'. We must convert this value into the real groups_id one.
2024-02-15 09:39:14 +01:00
Ivorra78 b7045fed28 Translated using Weblate (Spanish)
Currently translated at 100.0% (1 of 1 strings)

Translation: server-tools-16.0/server-tools-16.0-base_sequence_default
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-base_sequence_default/es/
2024-02-14 19:34:21 +00:00
Ivorra78 3ad4356041 Translated using Weblate (Spanish)
Currently translated at 100.0% (6 of 6 strings)

Translation: server-tools-16.0/server-tools-16.0-excel_import_export_unidecode
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export_unidecode/es/
2024-02-14 19:34:21 +00:00
Ivorra78 768506de57 Translated using Weblate (Spanish)
Currently translated at 100.0% (7 of 7 strings)

Translation: server-tools-16.0/server-tools-16.0-iap_alternative_provider
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-iap_alternative_provider/es/
2024-02-14 19:34:20 +00:00
Ivorra78 6e0a379b05 Translated using Weblate (Spanish)
Currently translated at 100.0% (194 of 194 strings)

Translation: server-tools-16.0/server-tools-16.0-excel_import_export
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/es/
2024-02-14 19:34:20 +00:00
Ivorra78 2cb9260c45 Translated using Weblate (Spanish)
Currently translated at 100.0% (36 of 36 strings)

Translation: server-tools-16.0/server-tools-16.0-excel_import_export_demo
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export_demo/es/
2024-02-14 19:34:20 +00:00
Ivorra78 97572b1ac8 Translated using Weblate (Spanish)
Currently translated at 100.0% (10 of 10 strings)

Translation: server-tools-16.0/server-tools-16.0-scheduler_error_mailer
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-scheduler_error_mailer/es/
2024-02-14 19:34:19 +00:00
Ivorra78 aa947bea7b Added translation using Weblate (Spanish) 2024-02-14 17:20:29 +00:00
OCA-git-bot 983c29cfe5 [BOT] post-merge updates 2024-02-14 16:17:03 +00:00
OCA-git-bot 91faa2fb01 Merge PR #2838 into 16.0
Signed-off-by thomaspaulb
2024-02-14 16:10:40 +00:00
OCA-git-bot 66aa4f1d66 [BOT] post-merge updates 2024-02-14 16:08:45 +00:00
OCA-git-bot 97639c2e69 Merge PR #2839 into 16.0
Signed-off-by thomaspaulb
2024-02-14 16:02:01 +00:00
Ivorra78 00ea815eea Translated using Weblate (Spanish)
Currently translated at 100.0% (4 of 4 strings)

Translation: server-tools-16.0/server-tools-16.0-cron_daylight_saving_time_resistant
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-cron_daylight_saving_time_resistant/es/
2024-02-14 15:37:02 +00:00
Ivorra78 d866df8718 Translated using Weblate (Spanish)
Currently translated at 100.0% (26 of 26 strings)

Translation: server-tools-16.0/server-tools-16.0-tracking_manager
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-tracking_manager/es/
2024-02-14 15:37:02 +00:00
Ivorra78 40b7aa995b Translated using Weblate (Spanish)
Currently translated at 100.0% (52 of 52 strings)

Translation: server-tools-16.0/server-tools-16.0-autovacuum_message_attachment
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-autovacuum_message_attachment/es/
2024-02-14 15:37:01 +00:00
OCA-git-bot 118b3a41f0 [BOT] post-merge updates 2024-02-14 15:23:10 +00:00