Invoice group by Invoice Year
parent
eff6d6e6ec
commit
277c4d02a0
|
|
@ -29,6 +29,11 @@ msgstr "Aktiv"
|
||||||
msgid "Order Year"
|
msgid "Order Year"
|
||||||
msgstr "Auftragsjahr"
|
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
|
#. module: dp_custom
|
||||||
#: model:ir.ui.view,arch_db:dp_custom.view_sale_cart
|
#: model:ir.ui.view,arch_db:dp_custom.view_sale_cart
|
||||||
#: model:ir.ui.view,arch_db:dp_custom.view_cart_tree
|
#: model:ir.ui.view,arch_db:dp_custom.view_cart_tree
|
||||||
|
|
|
||||||
|
|
@ -67,6 +67,9 @@
|
||||||
<xpath expr="//filter[@name='late']" position="after">
|
<xpath expr="//filter[@name='late']" position="after">
|
||||||
<filter name="active" string="Nicht abgebrochen" domain="[('state', '!=', 'cancel')]"/>
|
<filter name="active" string="Nicht abgebrochen" domain="[('state', '!=', 'cancel')]"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
<filter name="status" position="after">
|
||||||
|
<filter string="Invoice Year" domain="[]" context="{'group_by':'date_invoice:year'}"/>
|
||||||
|
</filter>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue