Commit Graph

11 Commits (32b64806e8c21d93b91cda4f3445354db78adc52)

Author SHA1 Message Date
OCA-git-bot 83f8d45047 [UPD] README.rst 2023-09-03 11:45:41 +00:00
OCA-git-bot 341a7a8ca1 [UPD] README.rst 2023-03-23 12:52:22 +00:00
Dũng (Trần Đình) 2545a2a897 [MIG] base_transaction_id: Migration to 16.0 2023-02-20 11:25:09 +07:00
Akim Juillerat 4c2dde8c97 [12.0] base_transaction_id: Fix migration
Module is broken since its migration as the hooks used for reconciliation
are not used anymore in Odoo 12.0.

Therefore transaction_ref is dropped from account.move.line and transaction_id
is now written into account.move.ref at invoice validation to allow the use
of standard Odoo mechanism in the reconciliation process.

As Odoo defined invoice_payment_ref on account.move in v13.0, avoiding extra
fields in v12.0 is already a step in the right direction.
2023-02-20 11:21:06 +07:00
OCA-git-bot fa7e50e5f8 [UPD] README.rst 2023-02-20 11:21:06 +07:00
OCA-git-bot 37ef6a2a0c [ADD] icon.png 2023-02-20 11:21:06 +07:00
mpanarin dd67b7b1ce [12.0][FIX] base_transaction_id template extension not working
and breaking the whole view
2023-02-20 11:21:06 +07:00
OCA-git-bot 30656ccd02 [UPD] README.rst 2023-02-20 11:21:06 +07:00
Iryna Vyshnevska 9fa01e9c4b [MIG][12.0] base_transaction_id: migrate V12.0 2023-02-20 11:21:06 +07:00
Yannick Vaucher 209b6e4a9a [PORT] base_transaction_id to 9.0
- Reactivate module
- move files in views and models dirs
- create README.rst from description
- make list of contributors
- remove change for invoice created on picking as it doesn't exist
anymore in Odoo Community
- move overrides in bank statement as logic moved in move lines
- adapt view inheritance to not depends on string attribute
- Fix definition of javascript customization in reconciliation
- Fix display transaction_ref label on move line view
- Fix move proposition for reconcile. search with transaction_ref
- Use short headers
- Update README for bug tracking
2023-02-20 11:21:06 +07:00
Guewen Baconnier 80a2bc9635 Allow the new bank statement reconciliation to search in transaction_ref
Require https://github.com/odoo/odoo/pull/3025 to be merged to work!
2023-02-20 11:21:06 +07:00