account-reconcile/base_transaction_id/models
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
..
__init__.py [12.0] base_transaction_id: Fix migration 2019-10-09 15:24:58 +02:00
invoice.py [12.0] base_transaction_id: Fix migration 2019-10-09 15:24:58 +02:00
sale.py [MIG][12.0] base_transaction_id: migrate V12.0 2019-02-21 17:01:30 +02:00