[ADD]import_chart_of_accounts

This commit is contained in:
2024-06-24 13:56:24 +02:00
parent 851e71e5a6
commit b9ddf46922
8 changed files with 392 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
'name': 'Import chart of accounts',
'version': '16.0.1.1.0',
'summary': 'while importing the accounts chart, only update account name of existing accounts and automatise settings for new accounts',
'description': '',
'author': '',
'website': '',
'license': 'AGPL-3',
'category': '',
'depends': [
'account'
],
'data': [
'wizard/import_coa_wizard_views.xml',
'security/ir.model.access.csv'
],
'installable': True,
'application': False,
'assets': {
}
}