Invoice group by Invoice Year

develop
Andreas Osim 2022-10-31 15:44:52 +01:00
parent eff6d6e6ec
commit 277c4d02a0
2 changed files with 8 additions and 0 deletions

View File

@ -29,6 +29,11 @@ msgstr "Aktiv"
msgid "Order Year"
msgstr "Auftragsjahr"
#. module: dp_custom
#: model:ir.ui.view,arch_db:dp_custom.view_account_invoice_filter_active
msgid "Invoice Year"
msgstr "Rechnungsjahr"
#. module: dp_custom
#: model:ir.ui.view,arch_db:dp_custom.view_sale_cart
#: model:ir.ui.view,arch_db:dp_custom.view_cart_tree

View File

@ -67,6 +67,9 @@
<xpath expr="//filter[@name='late']" position="after">
<filter name="active" string="Nicht abgebrochen" domain="[('state', '!=', 'cancel')]"/>
</xpath>
<filter name="status" position="after">
<filter string="Invoice Year" domain="[]" context="{'group_by':'date_invoice:year'}"/>
</filter>
</field>
</record>