Commit Graph

9 Commits (f176b8bd9dbf718dd8a0870db07cc4784653b4db)

Author SHA1 Message Date
Christopher Rogos c906b3509a [MIG] tracking_manager: Migration to 17.0 2024-05-02 12:54:27 +00:00
Christopher Rogos 48fa0791ca [MIG] tracking_manager: Migration to 16.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
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
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