Group Sales per Year

develop
Andreas Osim 2022-10-31 13:40:18 +01:00
parent 9162b01827
commit eff6d6e6ec
2 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,10 @@ msgstr ""
msgid "Active"
msgstr "Aktiv"
#. module: dp_custom
#: model:ir.ui.view,arch_db:dp_custom.view_sales_order_filter_assembly
msgid "Order Year"
msgstr "Auftragsjahr"
#. module: dp_custom
#: model:ir.ui.view,arch_db:dp_custom.view_sale_cart

View File

@ -272,6 +272,7 @@
<filter string="Sachbearbeiter" domain="[]" context="{'group_by' : 'clerk_id'}" />
<filter string="Auftragsbearbeiter" domain="[]" context="{'group_by' : 'editor_id'}" />
<filter string="Preisliste" domain="[]" context="{'group_by':'pricelist_id'}"/>
<filter string="Order Year" domain="[]" context="{'group_by':'date_order:year'}"/>
</filter>
</field>
</record>