diff --git a/account_usability_elabore/__manifest__.py b/account_usability_elabore/__manifest__.py
index 924db66..6430ae4 100644
--- a/account_usability_elabore/__manifest__.py
+++ b/account_usability_elabore/__manifest__.py
@@ -1,6 +1,6 @@
{
'name': 'Account Usability Elabore',
- 'version': '16.0.1.0.0',
+ 'version': '16.0.1.1.0',
'description': 'account usability Elabore : improve account usability in v16',
'summary': '',
'author': '',
@@ -8,10 +8,11 @@
'license': 'AGPL-3',
'category': '',
'depends': [
- 'account','base','account_reconcile_oca'
+ 'account','base','account_reconcile_oca','account_check_deposit','account_cash_deposit'
],
'data': [
'views/account_search.xml',
+ 'views/account_menu.xml',
],
'installable': True,
'auto_install': False,
diff --git a/account_usability_elabore/i18n/fr.po b/account_usability_elabore/i18n/fr.po
new file mode 100644
index 0000000..d84d755
--- /dev/null
+++ b/account_usability_elabore/i18n/fr.po
@@ -0,0 +1,26 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_usability_elabore
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 16.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-18 10:32+0000\n"
+"PO-Revision-Date: 2024-01-18 10:32+0000\n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: \n"
+
+#. module: account_usability_elabore
+#: model:ir.ui.menu,name:account_usability_elabore.deposit_menu
+msgid "Deposit"
+msgstr "Dépôt"
+
+#. module: account_usability_elabore
+#: model_terms:ir.ui.view,arch_db:account_usability_elabore.account_move_line_search_reconcile_view_inherit
+msgid "Amount/Name/Partner"
+msgstr "Montant/Libellé/Partenaire"
diff --git a/account_usability_elabore/views/account_menu.xml b/account_usability_elabore/views/account_menu.xml
new file mode 100644
index 0000000..87aa6a9
--- /dev/null
+++ b/account_usability_elabore/views/account_menu.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/account_usability_elabore/views/account_search.xml b/account_usability_elabore/views/account_search.xml
index e23a39d..2c6bd1c 100644
--- a/account_usability_elabore/views/account_search.xml
+++ b/account_usability_elabore/views/account_search.xml
@@ -9,7 +9,7 @@
['|', '|', '|', ('name', 'ilike', self), ('amount_residual', 'ilike', self), ('ref', 'ilike', self), ('partner_id', 'ilike', self)]
- Montant/Libellé/Partenaire
+ Amount/Name/Partner