diff --git a/account_usability/__init__.py b/account_usability/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/account_usability/__manifest__.py b/account_usability/__manifest__.py new file mode 100644 index 0000000..924db66 --- /dev/null +++ b/account_usability/__manifest__.py @@ -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': { + + } +} diff --git a/account_usability/views/account_search.xml b/account_usability/views/account_search.xml new file mode 100644 index 0000000..bcdaf16 --- /dev/null +++ b/account_usability/views/account_search.xml @@ -0,0 +1,20 @@ + + + + + Account move line search reconcile view inherit + account.move.line + + + + + + + + ['|', '|', '|', '|', ('name', 'ilike', self), ('amount_residual', 'ilike', self), ('ref', 'ilike', self), ('account_id', 'ilike', self), ('partner_id', 'ilike', self)] + + + + + +