Group Sales per Year
parent
9162b01827
commit
eff6d6e6ec
|
|
@ -24,6 +24,10 @@ msgstr ""
|
||||||
msgid "Active"
|
msgid "Active"
|
||||||
msgstr "Aktiv"
|
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
|
#. 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
|
||||||
|
|
|
||||||
|
|
@ -272,6 +272,7 @@
|
||||||
<filter string="Sachbearbeiter" domain="[]" context="{'group_by' : 'clerk_id'}" />
|
<filter string="Sachbearbeiter" domain="[]" context="{'group_by' : 'clerk_id'}" />
|
||||||
<filter string="Auftragsbearbeiter" domain="[]" context="{'group_by' : 'editor_id'}" />
|
<filter string="Auftragsbearbeiter" domain="[]" context="{'group_by' : 'editor_id'}" />
|
||||||
<filter string="Preisliste" domain="[]" context="{'group_by':'pricelist_id'}"/>
|
<filter string="Preisliste" domain="[]" context="{'group_by':'pricelist_id'}"/>
|
||||||
|
<filter string="Order Year" domain="[]" context="{'group_by':'date_order:year'}"/>
|
||||||
</filter>
|
</filter>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue