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..fa31914
--- /dev/null
+++ b/account_usability/__manifest__.py
@@ -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': {
+
+ }
+}
diff --git a/account_usability/views/account_bank_statement_line_reconcile_views.xml b/account_usability/views/account_bank_statement_line_reconcile_views.xml
new file mode 100644
index 0000000..eef16b6
--- /dev/null
+++ b/account_usability/views/account_bank_statement_line_reconcile_views.xml
@@ -0,0 +1,15 @@
+
+
+
+
+ account bank statement line reconcile view inherit
+ account.bank.statement.line
+
+
+
+
+
+
+
+
+
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)]
+
+
+
+
+
+