Commit Graph

25 Commits (16b011fcb28d4acb35d8bc755dda283e03e624b0)

Author SHA1 Message Date
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