From 378760894efef5ee00d00966aa646b21e30d9018 Mon Sep 17 00:00:00 2001 From: Laetitia Da Costa Date: Thu, 21 Dec 2023 16:47:07 +0100 Subject: [PATCH] [ADD] account_usability_elabore: create add-on [CLN] account_usability_elabore: rename add-on --- account_usability_elabore/__init__.py | 0 account_usability_elabore/__manifest__.py | 22 +++++++++++++++++++ .../views/account_search.xml | 18 +++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 account_usability_elabore/__init__.py create mode 100644 account_usability_elabore/__manifest__.py create mode 100644 account_usability_elabore/views/account_search.xml diff --git a/account_usability_elabore/__init__.py b/account_usability_elabore/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/account_usability_elabore/__manifest__.py b/account_usability_elabore/__manifest__.py new file mode 100644 index 0000000..924db66 --- /dev/null +++ b/account_usability_elabore/__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_elabore/views/account_search.xml b/account_usability_elabore/views/account_search.xml new file mode 100644 index 0000000..e23a39d --- /dev/null +++ b/account_usability_elabore/views/account_search.xml @@ -0,0 +1,18 @@ + + + + + Account move line search reconcile view inherit + account.move.line + + + + + ['|', '|', '|', ('name', 'ilike', self), ('amount_residual', 'ilike', self), ('ref', 'ilike', self), ('partner_id', 'ilike', self)] + Montant/Libellé/Partenaire + + + + + +