installation bug resolution with account_statement_import_base dependency added

16-gncash-dev
Florian Roger 1 week ago
parent 81b6714318
commit f81dca99c5

@ -6,6 +6,7 @@ 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)
@ -69,6 +70,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)
## Optimization
- work on README

@ -1,12 +1,12 @@
{
'name': "Gn Cash",
'version': '16.0.0.0.18',
'version': '16.0.0.0.19',
'author': 'Garage Numérique',
'category': 'Accounting',
'description': """
This module revivals cash statements from odoo 15.
""",
'depends': ['account_reconcile_oca', 'account_statement_import_sheet_file', 'account_cash_deposit'],
'depends': ['account_reconcile_oca', 'account_statement_import_base', 'account_statement_import_sheet_file', 'account_cash_deposit'],
'data': [
'data/cash_statement_validate.xml',
'views/delete_views.xml',

Loading…
Cancel
Save