Commit Graph

8 Commits (eec5655c15df7b1b412af29c97319f03342dd6ca)

Author SHA1 Message Date
Víctor Martínez 63c34f4b04 [IMP] account_statement_base: Remove unnecessary code
Unnecessary code when merging https://github.com/odoo/odoo/pull/182497
2024-11-25 14:13:10 +01:00
Víctor Martínez 9f0fc60fc2 [FIX] account_statement_base: Add default_statement_id to the context to create the statement lines linked to it
TT51767
2024-11-19 09:48:50 +01:00
Víctor Martínez 79416011c4
[FIX] account_statement_base: Allow add lines from bank statment form view
TT50906
2024-10-06 23:48:52 +02:00
Víctor Martínez 4a29f76d03
[FIX] account_statement_base: Allow remove lines from bank statment form view
Fixes https://github.com/OCA/account-reconcile/issues/697

TT50906
2024-10-06 23:32:53 +02:00
clementthomas 80eb9d27dc [FIX]account_statement_base: bug on new bank statement line fixed 2024-10-03 13:47:31 +02:00
Sergio Bustamante b1e635d2f1 [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 21:36:18 +01:00
Jordi Ballester Alomar aee6b9e2fc [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-09-25 17:18:15 +02:00
Carlos Lopez b74fe1f217 [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-09-08 15:14:50 +02:00