dep account_statement_base

16-gncash-dev
Florian Roger 1 week ago
parent f81dca99c5
commit 2292e05dcd

@ -6,7 +6,6 @@ It adds a wizard for cashbox counting after balance_start an balance_end_real fi
It is based on modules:
- [account_statement_base from OCA](https://github.com/OCA/account-reconcile)
- [account_statement_import_base](https://github.com/OCA/bank-statement-import)
- [account_statement_import_sheet_file](https://github.com/OCA/bank-statement-import)
- [account_cash_deposit](https://github.com/OCA/account-financial-tools)
@ -70,7 +69,7 @@ It is based on modules:
## Bug
- [] need to validate 2 times for profit/loss line creation in cash statement
- [] Installation problem from missing dependency account_statement_import_base (solved in v16.0.0.0.19)
- [] Installation problem from missing dependency account_statement_base (solved in v16.0.0.0.19)
## Optimization
- work on README

@ -6,7 +6,7 @@
'description': """
This module revivals cash statements from odoo 15.
""",
'depends': ['account_reconcile_oca', 'account_statement_import_base', 'account_statement_import_sheet_file', 'account_cash_deposit'],
'depends': ['account_reconcile_oca', 'account_statement_base', 'account_statement_import_sheet_file', 'account_cash_deposit'],
'data': [
'data/cash_statement_validate.xml',
'views/delete_views.xml',

Loading…
Cancel
Save