[ADD] account_usability_elabore: create add-on
[CLN] account_usability_elabore: rename add-on
This commit is contained in:
22
account_usability_elabore/__manifest__.py
Normal file
22
account_usability_elabore/__manifest__.py
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
'name': 'Account Usability Elabore',
|
||||
'version': '16.0.1.0.0',
|
||||
'description': 'account usability Elabore : improve account usability in v16',
|
||||
'summary': '',
|
||||
'author': '',
|
||||
'website': '',
|
||||
'license': 'AGPL-3',
|
||||
'category': '',
|
||||
'depends': [
|
||||
'account','base','account_reconcile_oca'
|
||||
],
|
||||
'data': [
|
||||
'views/account_search.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
'application': False,
|
||||
'assets': {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user