Commit Graph

8 Commits

Author SHA1 Message Date
Pedro M. Baeza
b44d9d49a3 [FIX] account_reconciliation_widget: Non existing field
It should be `partner_bank_id`.

Fixes #468
2022-05-28 14:13:56 +02:00
Miquel Raïch
5ca58418ec [FIX] account_reconciliation_widget: set statement name to move ref 2022-05-18 13:27:49 +02:00
kelvzxu
7f6d1a2ec6 [15.0][MIG] account_reconciliation_widget:Migration to 15.0 2022-02-02 22:44:06 +07:00
Téo Goddet
62cd65ca8f Fix foreign_currency_id vs currency_id on statement
Fix 13 to 14 migration
2022-01-26 16:33:17 +07:00
Francisco Ivan Anton Prieto
446415c936 [14.0][FIX] account_reconciliation_widget: error checking res.partner.bank on account.bank.statement.line
bank_account_id is now partner_bank_id on account.bank.statement.line (inheriting from move)
2022-01-26 16:33:17 +07:00
Francisco Ivan Anton Prieto
d84eb3dbfe [14.0][FIX] account_reconciliation_widget: already posted move issue on reconcile
A new mod in Odoo base code disallows re-post an already posted move. This thing blocks reconciling and this commit fixes it.
2022-01-26 16:33:17 +07:00
Francisco Ivan Anton Prieto
231ddf9913 [ADD] account_reconciliation_widget: first working alpha 2022-01-26 16:33:17 +07:00
Odoo
509c1573df [ADD] account_reconciliation_widget: Base module code extracted from Odoo 13.0 2022-01-26 16:33:17 +07:00