[IMP] account_sub_accounts : apply changes proposed by pre-commit
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m28s
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m28s
This commit is contained in:
@@ -1,21 +1,22 @@
|
||||
{
|
||||
'name': 'Account Sub-accounts',
|
||||
'version': '18.0.1.0.0',
|
||||
'summary': 'Add sub-account fields in res.partners and account.move.line, and sync them.',
|
||||
'author': 'Elabore',
|
||||
'website': 'https://elabore.coop/',
|
||||
'license': 'AGPL-3',
|
||||
'category': 'Accounting',
|
||||
'depends': [
|
||||
'account',
|
||||
'base',
|
||||
"name": "Account Sub-accounts",
|
||||
"version": "18.0.1.0.0",
|
||||
"summary": "Add sub-account fields in res.partners and account.move.line, "
|
||||
"and sync them.",
|
||||
"author": "Elabore",
|
||||
"website": "https://git.elabore.coop/elabore/account-tools",
|
||||
"license": "AGPL-3",
|
||||
"category": "Accounting",
|
||||
"depends": [
|
||||
"account",
|
||||
"base",
|
||||
],
|
||||
'data': [
|
||||
'views/res_partner_views.xml',
|
||||
'views/account_move_line_views.xml',
|
||||
"data": [
|
||||
"views/res_partner_views.xml",
|
||||
"views/account_move_line_views.xml",
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
'application': False,
|
||||
'assets': {},
|
||||
"installable": True,
|
||||
"auto_install": False,
|
||||
"application": False,
|
||||
"assets": {},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user