Commit Graph

10 Commits (696dd9f96548d0ae74d2df804d0a5df81aaf2bc9)

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
Víctor Martínez c641619ee9 [FIX] account_statement_base: Allow remove lines from bank statment form view
Fixes https://github.com/OCA/account-reconcile/issues/697

TT50906
2024-10-04 09:58:59 +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
Jordi Ballester Alomar ce3600dc6c [IMP] account_statement_base: add possibility to navigate from statement lines to the
associated journal entry through a button. Adds also the journal entry number
as an optional field
2024-08-09 08:38:16 +02:00
Carlos Lopez f710cd4ef6 [IMP] account_statement_base: Show action to create Statements
Before this commit, when a user clicked the "New Transaction" button, an error was raised. After this commit, statement lines are displayed to create new records.
2024-08-08 06:29:52 -05:00