|
61 | 61 | <filter string="Open" domain="[('state','=','draft')]" icon="terp-camera_test"/>
|
62 | 62 | <filter string="Closed" domain="[('state','=','done')]" icon="terp-dialog-close"/>
|
63 | 63 | <field name="state"/>
|
64 |
| - <group expand="0" string="Group By..."> |
| 64 | + <group expand="0" string="Group By"> |
65 | 65 | <filter string="Status" context="{'group_by': 'state'}" icon="terp-stock_effects-object-colorize"/>
|
66 | 66 | </group>
|
67 | 67 | </search>
|
|
232 | 232 | <filter icon="terp-sale" string="Receivable Accounts" domain="[('type','=','receivable')]"/>
|
233 | 233 | <filter icon="terp-purchase" string="Payable Accounts" domain="[('type','=','payable')]"/>
|
234 | 234 | <field name="user_type"/>
|
235 |
| - <group expand="0" string="Group By..."> |
| 235 | + <group expand="0" string="Group By"> |
236 | 236 | <filter string="Parent Account" icon="terp-folder-orange" domain="" context="{'group_by':'parent_id'}"/>
|
237 | 237 | <filter string="Account Type" icon="terp-stock_symbol-selection" domain="" context="{'group_by':'user_type'}"/>
|
238 | 238 | <filter string="Internal Type" icon="terp-stock_symbol-selection" domain="" context="{'group_by':'type'}"/>
|
|
381 | 381 | <filter domain="['|', ('type', '=', 'cash'), ('type', '=', 'bank')]" string="Liquidity" icon="terp-dolar"/>
|
382 | 382 | <filter domain="['|', ('type', '=', 'general'), ('type', '=', 'situation')]" string="Others" icon="terp-stock"/>
|
383 | 383 | <field name="user_id"/>
|
384 |
| - <group expand="0" string="Group By..."> |
| 384 | + <group expand="0" string="Group By"> |
385 | 385 | <filter string="User" context="{'group_by':'user_id'}" icon="terp-personal"/>
|
386 | 386 | <filter string="Type" context="{'group_by':'type'}" icon="terp-stock_symbol-selection"/>
|
387 | 387 | <filter string="Company" context="{'group_by':'company_id'}" icon="terp-go-home" groups="base.group_multi_company"/>
|
|
500 | 500 | <filter string="Open" name="state_open" domain="[('state','=','open')]" icon="terp-check"/>
|
501 | 501 | <filter string="Confirmed" name="state_confirmed" domain="[('state','=','confirm')]" icon="terp-camera_test"/>
|
502 | 502 | <field name="journal_id" domain="[('type', '=', 'cash')]" />
|
503 |
| - <group expand="0" string="Group By..."> |
| 503 | + <group expand="0" string="Group By"> |
504 | 504 | <filter string="Journal" context="{'group_by': 'journal_id'}" icon="terp-folder-orange"/>
|
505 | 505 | <filter string="Status" context="{'group_by': 'state'}" icon="terp-stock_effects-object-colorize"/>
|
506 | 506 | <filter string="Period" context="{'group_by': 'period_id'}" icon="terp-go-month"/>
|
|
536 | 536 | <filter string="Confirmed" domain="[('state','=','confirm')]" icon="terp-camera_test"/>
|
537 | 537 | <field name="period_id"/>
|
538 | 538 | <field name="journal_id" domain="[('type', '=', 'bank')]" />
|
539 |
| - <group expand="0" string="Group By..."> |
| 539 | + <group expand="0" string="Group By"> |
540 | 540 | <filter string="Journal" context="{'group_by': 'journal_id'}" icon="terp-folder-orange"/>
|
541 | 541 | <filter string="Status" context="{'group_by': 'state'}" icon="terp-stock_effects-object-colorize"/>
|
542 | 542 | <filter string="Period" context="{'group_by': 'period_id'}" icon="terp-go-month"/>
|
|
895 | 895 | <field name="company_id" groups="base.group_multi_company"/>
|
896 | 896 | <filter string="Sale" domain="[('type_tax_use','=','sale')]" />
|
897 | 897 | <filter string="Purchase" domain="[('type_tax_use','=','purchase')]" />
|
898 |
| - <group string="Group By..."> |
| 898 | + <group string="Group By"> |
899 | 899 | <filter string="Company" domain="[]" context="{'group_by':'company_id'}"/>
|
900 | 900 | <filter string="Tax Application" domain="[]" context="{'group_by':'type_tax_use'}"/>
|
901 | 901 | </group>
|
|
1175 | 1175 | <field name="partner_id"/>
|
1176 | 1176 | <field name="journal_id" context="{'journal_id':self}" widget="selection"/> <!-- it's important to keep widget='selection' in this filter viewbecause without that the value passed in the context is not the ID but the textual value (name) of the selected journal -->
|
1177 | 1177 | <field name="period_id" context="{'period_id':self}" widget="selection"/> <!-- it's important to keep the widget='selection' in this field, for the same reason as explained above -->
|
1178 |
| - <group expand="0" string="Group By..."> |
| 1178 | + <group expand="0" string="Group By"> |
1179 | 1179 | <filter string="Partner" icon="terp-partner" domain="[]" context="{'group_by':'partner_id'}"/>
|
1180 | 1180 | <filter string="Journal" icon="terp-folder-orange" domain="[]" context="{'group_by':'journal_id'}"/>
|
1181 | 1181 | <filter string="Account" icon="terp-folder-green" context="{'group_by':'account_id'}"/>
|
|
1408 | 1408 | <field name="partner_id"/>
|
1409 | 1409 | <field name="journal_id"/>
|
1410 | 1410 | <field name="period_id"/>
|
1411 |
| - <group expand="0" string="Group By..."> |
| 1411 | + <group expand="0" string="Group By"> |
1412 | 1412 | <filter string="Partner" icon="terp-partner" domain="[]" context="{'group_by':'partner_id'}"/>
|
1413 | 1413 | <filter string="Journal" icon="terp-folder-orange" domain="[]" context="{'group_by':'journal_id'}"/>
|
1414 | 1414 | <filter string="States" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
|
|
1565 | 1565 | <filter string="Purchase" icon="terp-purchase" domain="[('journal_id.type', '=', 'purchase')]"/>
|
1566 | 1566 | <field name="journal_id"/>
|
1567 | 1567 | <field name="company_id" groups="base.group_multi_company"/>
|
1568 |
| - <group expand="0" string="Group By..."> |
| 1568 | + <group expand="0" string="Group By"> |
1569 | 1569 | <filter string="Journal" icon="terp-folder-orange" domain="[]" context="{'group_by':'journal_id'}"/>
|
1570 | 1570 | </group>
|
1571 | 1571 | </search>
|
|
1699 | 1699 | <filter icon="terp-document-new" string="Draft" domain="[('state','=','draft')]" help="Draft Subscription"/>
|
1700 | 1700 | <filter icon="terp-camera_test" string="Running" domain="[('state','=','running')]" help="Running Subscription"/>
|
1701 | 1701 | <field name="model_id"/>
|
1702 |
| - <group expand="0" string="Group By..."> |
| 1702 | + <group expand="0" string="Group By"> |
1703 | 1703 | <filter string="Model" icon="terp-folder-orange" domain="[]" context="{'group_by':'model_id'}"/>
|
1704 | 1704 | <filter string="Status" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
|
1705 | 1705 | </group>
|
|
1856 | 1856 | <field name="parent_id"/>
|
1857 | 1857 | <field name="user_type"/>
|
1858 | 1858 | <field name="type"/>
|
1859 |
| - <group expand="0" string="Group By..."> |
| 1859 | + <group expand="0" string="Group By"> |
1860 | 1860 | <filter string="Internal Type" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'type'}"/>
|
1861 | 1861 | <filter string="Account Type" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'user_type'}"/>
|
1862 | 1862 | </group>
|
|
1935 | 1935 | <field name="name" string="Account Template"/>
|
1936 | 1936 | <field name="account_root_id"/>
|
1937 | 1937 | <field name="bank_account_view_id"/>
|
1938 |
| - <group expand="0" string="Group By..."> |
| 1938 | + <group expand="0" string="Group By"> |
1939 | 1939 | <filter string="Root Account" icon="terp-folder-orange" domain="[]" context="{'group_by':'account_root_id'}"/>
|
1940 | 1940 | <filter string="Bank Account" icon="terp-folder-orange" domain="[]" context="{'group_by':'bank_account_view_id'}"/>
|
1941 | 1941 | <filter string="Receivable Account" icon="terp-sale" domain="[]" context="{'group_by':'property_account_receivable'}"/>
|
|
2078 | 2078 | <search string="Search tax template">
|
2079 | 2079 | <field name="name" filter_domain="['|', ('name','ilike',self), ('code','ilike',self)]" string="Tax Template"/>
|
2080 | 2080 | <field name="parent_id"/>
|
2081 |
| - <group expand="0" string="Group By..."> |
| 2081 | + <group expand="0" string="Group By"> |
2082 | 2082 | <filter string="Parent Code" icon="terp-folder-orange" domain="[]" context="{'group_by':'parent_id'}"/>
|
2083 | 2083 | </group>
|
2084 | 2084 | </search>
|
|
2485 | 2485 | <field name="name" string="Account Report"/>
|
2486 | 2486 | <field name="type"/>
|
2487 | 2487 | <field name="account_report_id"/>
|
2488 |
| - <group expand="0" string="Group By..."> |
| 2488 | + <group expand="0" string="Group By"> |
2489 | 2489 | <filter string="Parent Report" icon="terp-folder-orange" domain="" context="{'group_by':'parent_id'}"/>
|
2490 | 2490 | <filter string="Report Type" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'type'}"/>
|
2491 | 2491 | </group>
|
|
0 commit comments