Skip to content
Extraits de code Groupes Projets
Valider 6c6fd54d rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

[ADD] search on new account_invoice_report fields

parent a37e72a3
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
# templates # templates
"templates/report_invoice_document.xml", "templates/report_invoice_document.xml",
# views # views
"views/account_invoice_report.xml",
"views/account_move.xml", "views/account_move.xml",
"views/account_journal.xml", "views/account_journal.xml",
"views/product.xml", "views/product.xml",
......
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="view_account_invoice_report_search_inherit" model="ir.ui.view">
<field name="name">account.invoice.report.search.afac</field>
<field name="model">account.invoice.report</field>
<field name="inherit_id" ref="account.view_account_invoice_report_search" />
<field name="arch" type="xml">
<field name="duemonth" position="after">
<separator orientation="vertical" />
<field
string="Région d'implantation"
name="region_id"
context="{'group_by': 'region_id'}"
/>
<field
string="Statut d’adhésion actuel"
name="membership_state"
context="{'group_by': 'membership_state'}"
/>
</field>
</field>
</record>
</odoo>
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter