[IMP]add menu for deposits in accounting app
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
'name': 'Account Usability Elabore',
|
'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',
|
'description': 'account usability Elabore : improve account usability in v16',
|
||||||
'summary': '',
|
'summary': '',
|
||||||
'author': '',
|
'author': '',
|
||||||
@@ -8,10 +8,11 @@
|
|||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'category': '',
|
'category': '',
|
||||||
'depends': [
|
'depends': [
|
||||||
'account','base','account_reconcile_oca'
|
'account','base','account_reconcile_oca','account_check_deposit','account_cash_deposit'
|
||||||
],
|
],
|
||||||
'data': [
|
'data': [
|
||||||
'views/account_search.xml',
|
'views/account_search.xml',
|
||||||
|
'views/account_menu.xml',
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'auto_install': False,
|
'auto_install': False,
|
||||||
|
26
account_usability_elabore/i18n/fr.po
Normal file
26
account_usability_elabore/i18n/fr.po
Normal file
@@ -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"
|
16
account_usability_elabore/views/account_menu.xml
Normal file
16
account_usability_elabore/views/account_menu.xml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<odoo>
|
||||||
|
<menuitem
|
||||||
|
id="deposit_menu"
|
||||||
|
name="Deposit"
|
||||||
|
parent="account.menu_finance"
|
||||||
|
sequence="5"/>
|
||||||
|
<menuitem
|
||||||
|
id="account_cash_deposit.account_cash_deposit_menu"
|
||||||
|
parent="account_usability_elabore.deposit_menu"
|
||||||
|
sequence="1"/>
|
||||||
|
<menuitem
|
||||||
|
id="account_check_deposit.menu_check_deposit_tree"
|
||||||
|
parent="account_usability_elabore.deposit_menu"
|
||||||
|
sequence="2"/>
|
||||||
|
</odoo>
|
@@ -9,7 +9,7 @@
|
|||||||
<data>
|
<data>
|
||||||
<field name="name" position="attributes">
|
<field name="name" position="attributes">
|
||||||
<attribute name="filter_domain">['|', '|', '|', ('name', 'ilike', self), ('amount_residual', 'ilike', self), ('ref', 'ilike', self), ('partner_id', 'ilike', self)]</attribute>
|
<attribute name="filter_domain">['|', '|', '|', ('name', 'ilike', self), ('amount_residual', 'ilike', self), ('ref', 'ilike', self), ('partner_id', 'ilike', self)]</attribute>
|
||||||
<attribute name="string">Montant/Libellé/Partenaire</attribute>
|
<attribute name="string">Amount/Name/Partner</attribute>
|
||||||
</field>
|
</field>
|
||||||
</data>
|
</data>
|
||||||
</field>
|
</field>
|
||||||
|
Reference in New Issue
Block a user