[ADD]import_chart_of_accounts
This commit is contained in:
23
import_chart_of_accounts/__manifest__.py
Normal file
23
import_chart_of_accounts/__manifest__.py
Normal 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': {
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user