mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
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.
4 lines
119 B
Python
4 lines
119 B
Python
from . import account_journal_dashboard
|
|
from . import account_bank_statement_line
|
|
from . import account_bank_statement
|