Commit Graph

10 Commits (99b1b081070ebf9d6f5b444938c2032b2fdec8c2)

Author SHA1 Message Date
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
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
Christopher Rogos 40217601fc [MIG] tracking_manager: Migration to 15.0 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 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
Kev-Roche 7650d3b9e4 [14.0][ADD] tracking_manager 2024-05-02 12:47:20 +00:00