Commit Graph

7 Commits (3b33c9825fe978b06c02cccd6e1a0ae14bb50d34)

Author SHA1 Message Date
Akim Juillerat 1e545a57ba [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.
2019-10-09 15:24:58 +02:00
Iryna Vyshnevska 7ee01776aa [MIG][12.0] base_transaction_id: migrate V12.0 2019-02-21 17:01:30 +02:00
jcoux 4f6a33fe2e [11.0][FIX] base_transaction_id (fix migration) 2019-02-20 14:37:09 +02:00
Yannick Vaucher a67b8b2435 [MIG] base_transaction_id: Migration to 11.0 2019-02-20 14:37:09 +02:00
Denis Leemann b382bfc4c4 [MIG] base_transaction_id: Migrated to 10.0 2019-02-20 14:37:09 +02:00
Alexis de Lattre 101f8357b6 Start work to port account_move_base_import and base_transaction_id to v10 2019-02-20 14:37:09 +02:00
Yannick Vaucher 500c478dae [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
2019-02-20 14:37:09 +02:00