Commit Graph

1713 Commits (626fe54fe43c3cc4df249bfec4363a6ebe133bcb)

Author SHA1 Message Date
OCA-git-bot 5319d1bee2 [BOT] post-merge updates 2025-02-05 17:37:53 +00:00
OCA-git-bot 0ffd94c534 Merge PR #3187 into 17.0
Signed-off-by StefanRijnhart
2025-02-05 17:32:57 +00:00
Lars Liedtke eba426485f [PATCH] [FIX] session_db: Fix creation of postgres_uri in tests
with the parameter "login" in `_make_postgres_uri()` it becomes impossible to log in with the configured database, as it has to have the name "user". This is because of passing the `connection_info` dict as keywords parameter into the function. But because `connection_info_for` called in `setUp()` reads the config file of odoo and there the database user is `db_user` the keyword parameter is discarded and `login` is not set. The `db_`-prefix is removed. So user and password are not applied to the uri/dsn and thus login to the database is not possible, if the database wants those parameters.

When I applied this change in our internal CI of solute.de, everything worked fine afterwards.

This has to be ported to 17.0 and 18.0 as well.
2025-02-04 14:35:05 +01:00
Dept. Técnico 5274ff6477
Added translation using Weblate (Catalan) 2025-02-03 13:59:05 +05:00
hkpatel ef9bce6bc1
[MIG] autovacuum_message_attachment: Migration to 14.0 2025-02-03 13:59:05 +05:00
hkpatel e78e288d28
[IMP] autovacuum_message_attachment: black, isort, prettier 2025-02-03 13:59:05 +05:00
Enric Tobella b660e0e8e2
[MIG] autovacuum_message_attachment: Migration to 13.0 2025-02-03 13:59:04 +05:00
Enric Tobella 3fed2c1eb6
[IMP] autovacuum_message_attachment: black, isort, prettier 2025-02-03 13:59:04 +05:00
Enric Tobella c6365051ba
[FIX] autovacuum_message_attachment: The field name cannot be used as it is already present in other models 2025-02-03 13:59:04 +05:00
Florent de Labarre 4dea925855
[FIX] autovacuum_message_attachment : wrong message formating 2025-02-03 13:59:04 +05:00
Enric Tobella acb678973f
[REF] autovacuum_message_attachment: Improve the way we manage domains 2025-02-03 13:59:04 +05:00
Florian da Costa 23ab41df79
Add possibility to delete attachments 2025-02-03 13:59:03 +05:00
Florian da Costa 22c6f317df
Migrate autovacuum_mail_message to version 12 and rename it 2025-02-03 13:59:01 +05:00
Christopher Rogos d9365a2429 [IMP] tracking_manager: add field type html support 2025-01-24 12:07:12 +00:00
OCA-git-bot 9ecb5cd95c [BOT] post-merge updates 2024-12-31 20:25:56 +00:00
OCA-git-bot c93b86c215 Merge PR #3144 into 17.0
Signed-off-by legalsylvain
2024-12-31 20:21:04 +00:00
Miquel Raïch a5ad632a86 [FIX] upgrade_analysis: migration errors 2024-12-31 18:24:57 +01:00
Pedro M. Baeza 8095024d13 [IMP] upgrade_analysis: Don't reinstall installed modules
If a module is already installed, there's no need of reinstalling it.
2024-12-31 18:24:57 +01:00
Jean-Charles Drubay bf5b1e2f4c [FIX] smart button to open the list of analysis from a config 2024-12-31 18:24:57 +01:00
Miquel Raïch 62f179218f [FIX] upgrade_analysis: exclude OU modules from coverage file 2024-12-31 18:24:57 +01:00
Miquel Raïch c3ba510f3b [FIX] upgrade_analysis: new modules cannot be merged/renamed in same version
Issue: v14 has OCA's 10n_eu_oss (https://github.com/OCA/account-fiscal-rule/tree/14.0/l10n_eu_oss), which is renamed in v15 to l10n_eu_oss_oca (https://github.com/OCA/account-fiscal-rule/tree/15.0/l10n_eu_oss_oca) due to new module Odoo's 10n_eu_oss (https://github.com/odoo/odoo/tree/15.0/addons/l10n_eu_oss). Thus, it doesn't makes sense to have in the coverage file the row `|[new] 10n_eu_oss | |Renamed to l10n_eu_oss_oca|`.
2024-12-31 18:24:57 +01:00
mymage caf59b113b Translated using Weblate (Italian)
Currently translated at 100.0% (7 of 7 strings)

Translation: server-tools-17.0/server-tools-17.0-fetchmail_notify_error_to_sender
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-fetchmail_notify_error_to_sender/it/
2024-12-28 14:06:36 +00:00
OCA-git-bot c706e9b739 [BOT] post-merge updates 2024-12-27 19:10:22 +00:00
OCA-git-bot 588932052c Merge PR #3153 into 17.0
Signed-off-by pedrobaeza
2024-12-27 19:05:35 +00:00
Weblate 2f5087aea8 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-17.0/server-tools-17.0-fetchmail_notify_error_to_sender
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-fetchmail_notify_error_to_sender/
2024-12-27 11:51:42 +00:00
OCA-git-bot 39147d117f [BOT] post-merge updates 2024-12-27 11:08:47 +00:00
oca-ci 02f01b1a1c [UPD] Update fetchmail_notify_error_to_sender_test.pot 2024-12-27 11:03:50 +00:00
oca-ci 4ded642aa7 [UPD] Update fetchmail_notify_error_to_sender.pot 2024-12-27 11:03:50 +00:00
OCA-git-bot 8a7727367e Merge PR #2982 into 17.0
Signed-off-by hbrunn
2024-12-27 10:59:22 +00:00
BT-cjimeno 0e3a34c318 [IMP] fetchmail_notify_error_to_sender: code review improvements
Renamed files
Removed empty translation files
Updated module icon
2024-12-27 11:36:23 +01:00
Eric Lembregts 5a50d39245 [FIX] auditlog: adapt exclude fields test to #3137
In #3137 it is prevented to create auditlogs without log lines.

In this particular test, it is tested that no log line is created for excluded
fields. We would expect therefore that no auditlog is created after #3137, but
depending on the setup, an log line may be created for field phone_sanitized
which is not an excluded field in the test.

To fix this, the test is adapted to write another, non excluded field so that
the auditlog is created in any case.
2024-12-27 10:30:39 +01:00
OCA-git-bot dfba4a23af [BOT] post-merge updates 2024-12-16 11:36:43 +00:00
OCA-git-bot 69b053caa2 Merge PR #3149 into 17.0
Signed-off-by pedrobaeza
2024-12-16 11:32:02 +00:00
Benoît Fontaine 7121976c0e [FIX] database_cleanup: complete excluded columns 2024-12-16 11:55:12 +01:00
OCA-git-bot 0bf5429cf8 [BOT] post-merge updates 2024-12-13 11:58:25 +00:00
OCA-git-bot b906f8e6be Merge PR #3137 into 17.0
Signed-off-by StefanRijnhart
2024-12-13 11:53:57 +00:00
OCA-git-bot 115970a26c [BOT] post-merge updates 2024-12-12 20:45:15 +00:00
OCA-git-bot a0bb0338ea Merge PR #3147 into 17.0
Signed-off-by pedrobaeza
2024-12-12 20:40:46 +00:00
Holger Brunn 932a623c30 [FIX] auditlog: patch away all write overrides in res.groups for test 2024-12-12 18:32:28 +01:00
Raf Ven 23bb199663 [FIX] auditlog: Dismiss logging when not needed. 2024-12-05 12:59:50 +01:00
Weblate bde93913a5 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-17.0/server-tools-17.0-rpc_helper
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-rpc_helper/
2024-12-03 15:51:44 +00:00
OCA-git-bot 05a56427d2 [BOT] post-merge updates 2024-12-03 13:12:20 +00:00
oca-ci cb567c4cb8 [UPD] Update rpc_helper.pot 2024-12-03 13:07:47 +00:00
OCA-git-bot ba267f13bb Merge PR #3135 into 17.0
Signed-off-by simahawk
2024-12-03 13:03:32 +00:00
OCA-git-bot 84efbd0fb3 [BOT] post-merge updates 2024-12-03 11:42:54 +00:00
oca-ci 1324d1e165 [UPD] Update base_sparse_field_list_support.pot 2024-12-03 11:38:06 +00:00
OCA-git-bot eecf14339f Merge PR #2947 into 17.0
Signed-off-by LoisRForgeFlow
2024-12-03 11:34:20 +00:00
SilvioC2C 926b8998cf [MIG] rpc_helper: Migration to 17.0 2024-12-03 11:12:47 +01:00
SilvioC2C 700e765dce [IMP] rpc_helper: pre-commit auto fixes 2024-12-03 10:58:44 +01:00
mymage ae91f92577 Translated using Weblate (Italian)
Currently translated at 100.0% (17 of 17 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-12-03 10:54:59 +01:00