Commit Graph

48 Commits (658975fd1eae2b397eaef8dc8090aff67bb4c7eb)

Author SHA1 Message Date
oca-ci 73cb7aef88 [UPD] Update tracking_manager.pot 2025-04-02 15:21:00 +00:00
Weblate abf2bd607d Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-17.0/server-tools-17.0-tracking_manager
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-tracking_manager/
2025-02-08 10:28:30 +00:00
OCA-git-bot 7d8fd6e6eb [BOT] post-merge updates 2025-02-08 10:28:21 +00:00
oca-ci 83633f5d98 [UPD] Update tracking_manager.pot 2025-02-08 10:23:22 +00:00
Christopher Rogos d9365a2429 [IMP] tracking_manager: add field type html support 2025-01-24 12:07:12 +00:00
OCA-git-bot ef360a882d [BOT] post-merge updates 2024-11-07 12:56:15 +00:00
Víctor Martínez 11546c3dfd [FIX] tracking_manager: Fix test related to ir.actions.act_window
Related to cac20c5f2f

Now it is necessary to have an ir.actions.act_window record
2024-11-07 13:29:13 +01:00
Weblate 9ec5e13880 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-17.0/server-tools-17.0-tracking_manager
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-tracking_manager/
2024-10-10 07:27:42 +00:00
OCA-git-bot 3a1cfbd9de [BOT] post-merge updates 2024-10-10 07:27:34 +00:00
oca-ci e0aad344e9 [UPD] Update tracking_manager.pot 2024-10-10 07:23:19 +00:00
Christopher Rogos 36410c75a8 [FIX] tracking_manager: m2m data was tracked as None->None 2024-10-09 14:08:41 +00:00
OCA-git-bot ff178e180e [BOT] post-merge updates 2024-10-09 08:42:19 +00:00
Víctor Martínez 80b4ae5b5a [FIX] tracking_manager: Avoid error when accessing the value of a field that we do not have access
Example use case:
- Install hr_fleet
- Set the employee_ids field of hr.employee as a tracking field
- Modify the user to not have permissions in Fleet
- Modify the name of an employee

TT51160

[FIX] tracking_manager: Test compatibility

Related to b41e7ae2c7

Do not set the child_ids field as tracking in the setup to avoid incorrect data in some cases

TT51160
2024-10-09 10:21:46 +02:00
OCA-git-bot 55636dea76 [BOT] post-merge updates 2024-10-07 10:15:28 +00:00
Víctor Martínez 8a26a4b0ee [FIX] tracking_manager: Avoid error if no record is linked (example: child_ids of res.partner)
Example use case:
- Define the child_ids field of res.partner as tracking.
- Modify contact Brandon Freeman and leave parent_id empty (Azure Interior)
- No error should be displayed

TT51146
2024-10-07 11:51:24 +02:00
OCA-git-bot a20c845373 [BOT] post-merge updates 2024-09-06 09:51:59 +00:00
Víctor Martínez e85348bebe [FIX] tracking_manager: Avoid sending tracking o2m emails if you are subscribed to notes
Example use case:
- Enable custom tracking in project.project
- Activate the task_ids field as custom tracking
- Create a project and assign it to a user (different from ours) and make it a note follower
- Create a task in the project
- The project message of the task tracking task will not be sent to the note followers

TT50676
2024-09-06 10:43:13 +02:00
OCA-git-bot 86b4deedd5 [BOT] post-merge updates 2024-08-29 10:25:51 +00:00
Christopher Rogos 99b1b08107 [FIX] tracking_manager: prevent error on models without mail.thread mixin 2024-08-29 09:53:23 +00:00
OCA-git-bot 808ad8944c [BOT] post-merge updates 2024-08-27 14:17:41 +00:00
Víctor Martínez 92b022e2a7 [IMP] tracking_manager: Test compatibility
Previously the bank_ids field was used but account adds messages in partner when
a related bank account is created/modified/deleted, causing tests to fail.

The user_ids field of res.partner is now used to avoid the side effect in tests
and the fake model is removed.

TT50571
2024-08-26 17:28:32 +02:00
xtanuiha 02e485788b Translated using Weblate (Chinese (Simplified) (zh_CN))
Currently translated at 100.0% (25 of 25 strings)

Translation: server-tools-17.0/server-tools-17.0-tracking_manager
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-tracking_manager/zh_CN/
2024-06-16 17:40:57 +00:00
xtanuiha b8b305659f Added translation using Weblate (Chinese (Simplified) (zh_CN)) 2024-06-16 14:57:33 +00:00
mymage d5aa28da1b Translated using Weblate (Italian)
Currently translated at 100.0% (25 of 25 strings)

Translation: server-tools-17.0/server-tools-17.0-tracking_manager
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-tracking_manager/it/
2024-05-03 09:36:47 +00:00
Weblate bf1cd77fc4 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-17.0/server-tools-17.0-tracking_manager
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-tracking_manager/
2024-05-02 15:08:32 +00:00
OCA-git-bot d2cdf00b39 [BOT] post-merge updates 2024-05-02 13:16:21 +00:00
oca-ci 760c5bec83 [UPD] Update tracking_manager.pot 2024-05-02 13:13:59 +00:00
Christopher Rogos c906b3509a [MIG] tracking_manager: Migration to 17.0 2024-05-02 12:54:27 +00:00
Christopher Rogos 51611e8936 [IMP] tracking_manager: black, isort, prettier 2024-05-02 12:47:20 +00:00
Christopher Rogos c94076d517 [IMP] tracking_manager: allow tracking readonly fields 2024-05-02 12:47:20 +00:00
Ivorra78 a9b17f2fa2 Added translation using Weblate (Spanish) 2024-05-02 12:47:20 +00:00
Christopher Rogos afdf4e33b6 [IMP] tracking_manager: Check records not empty 2024-05-02 12:47:20 +00:00
mymage fad082484f Added translation using Weblate (Italian) 2024-05-02 12:47:20 +00:00
Christopher Rogos 48fa0791ca [MIG] tracking_manager: Migration to 16.0 2024-05-02 12:47:20 +00:00
Christopher Rogos 40217601fc [MIG] tracking_manager: Migration to 15.0 2024-05-02 12:47:20 +00:00
Sébastien BEAU ac23d1b648 tracking_manager: fix access right issue if sudo have been used 2024-05-02 12:47:20 +00:00
Kev-Roche c5a518e0e8 minor fixes 2024-05-02 12:47:20 +00:00
Sébastien BEAU 4a8d86f3e3 tracking_manager: fix missing error when doing a write before an unlink 2024-05-02 12:47:20 +00:00
Sébastien BEAU c688772bc4 tracking_manager: use sudo for posting message 2024-05-02 12:47:20 +00:00
Kévin Roche 12c28adb3b Update tracking_manager/readme/USAGE.rst
Co-authored-by: Yoshi Tashiro (Quartile) <tashiro@quartile.co>
2024-05-02 12:47:20 +00:00
Kev-Roche 7dda71b57b IMP readme and add filters 2024-05-02 12:47:20 +00:00
Sébastien BEAU 6500e27d5b tracking_manager: simplify code by using precommit feature
Instead of complexe tracking throught the context
just track change and process the message at the end
using the precommit feature (the message are posted
just before commiting)
2024-05-02 12:47:20 +00:00
Sébastien BEAU be72996ec0 tracking_manager: continue to refactor code
- track m2m simplify using native mail_thread and process them like text
- simplify code for track one2many
- avoid useless code on model not impacted by the tracking
2024-05-02 12:47:20 +00:00
Sébastien BEAU 572cab485d tracking_manager: refactor test 2024-05-02 12:47:20 +00:00
Sébastien BEAU e90772963b tracking_manager: refactor code to track all o2m case
For example on the product if you open the 'stock.putaway.rule'
you have activated the tracking on putaway_rule_ids
change on rule should be posted on the related product
2024-05-02 12:47:20 +00:00
Sébastien BEAU be22968e91 tracking_manager: refactor code, remove tracking_model
- remove tracking_model (less model, less code, less issue)
- add automatic rule for default config (this avoid missing tracked field
after module installation)
2024-05-02 12:47:20 +00:00
Sébastien BEAU 56312632a0 tracking_manager: remove useless file 2024-05-02 12:47:20 +00:00
Kev-Roche 7650d3b9e4 [14.0][ADD] tracking_manager 2024-05-02 12:47:20 +00:00