[ADD]14.0-account_usability:reconcile search by amount
This commit is contained in:
23
account_usability/__manifest__.py
Normal file
23
account_usability/__manifest__.py
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
'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',
|
||||
'views/account_bank_statement_line_reconcile_views.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
'application': False,
|
||||
'assets': {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user