Commit Graph

7 Commits (727e63af9ae7465902c15485c3ae00d664fa76b6)

Author SHA1 Message Date
David 2e2dbfaeb0 [FIX] account: statement end balance compute new lines
In a form view, the default state for a new statement line is 'draft'.
However, once it's saved is automatically posted.

Remove if merged: https://github.com/odoo/odoo/pull/188675

TT51834
2024-11-26 16:47:43 +01:00
Víctor Martínez f42cbd11b1 [IMP] account_statement_base: Remove unnecessary code
Unnecessary code when merging https://github.com/odoo/odoo/pull/182497
2024-11-25 10:41:47 +01:00
Víctor Martínez 4a4759f2fc [FIX] account_statement_base: Add default_statement_id to the context to create the statement lines linked to it
TT51767
2024-11-19 08:42:32 +01:00
Víctor Martínez 5cda771799 [FIX] account_statement_base: Allow add lines from bank statment form view
TT50906
2024-10-04 10:07:41 +02:00
clementthomas 0b96202e9b [FIX]account_statement_base: bug on new bank statement line fixed 2024-09-30 18:16:16 +02:00
Sergio Bustamante b27af85c2a [IMP] account_statement_base: add smart button on view_bank_statement_form linking to journal items
[16.0][FIX] account_statement_base: Changes post OCA CR
2024-09-27 18:18:17 +01:00
Jordi Ballester Alomar 2f7a74b302 [IMP] make the statements views editable=top by default
And add an icon to allow users to navigate to the statement lines.
Currently it's not possible to open the statement form view. When editing the
view an error occurs, related with the recomputation of running balances.
2024-09-25 18:24:50 +02:00