|
7 | 7 | <group name="first" col="2" position="after">
|
8 | 8 | <group name="stencil" col="2">
|
9 | 9 | <separator string="Stencil" />
|
10 |
| - <field name="stencil_category"/> |
| 10 | + <field name="stencil_category" /> |
11 | 11 | </group>
|
12 | 12 | </group>
|
13 | 13 | </field>
|
|
18 | 18 | <field name="inherit_id" ref="product.product_category_list_view" />
|
19 | 19 | <field name="arch" type="xml">
|
20 | 20 | <field name="display_name" position="after">
|
21 |
| - <field name="stencil_category" optional="show"/> |
| 21 | + <field name="stencil_category" optional="show" /> |
22 | 22 | </field>
|
23 | 23 | </field>
|
24 | 24 | </record>
|
|
28 | 28 | <field name="inherit_id" ref="product.product_category_search_view" />
|
29 | 29 | <field name="arch" type="xml">
|
30 | 30 | <field name="parent_id" position="after">
|
31 |
| - <filter string="Stencil category" domain="[('stencil_category', '=', True)]" |
32 |
| - name="filter-is_stencil_category"/> |
33 |
| - <filter string="NO Stencil category" domain="[('stencil_category', '=', False)]" |
34 |
| - name="filter-is_not_stencil_category"/> |
| 31 | + <filter |
| 32 | + string="Stencil category" |
| 33 | + domain="[('stencil_category', '=', True)]" |
| 34 | + name="filter-is_stencil_category" |
| 35 | + /> |
| 36 | + <filter |
| 37 | + string="NO Stencil category" |
| 38 | + domain="[('stencil_category', '=', False)]" |
| 39 | + name="filter-is_not_stencil_category" |
| 40 | + /> |
35 | 41 | <group expand="0" string="Group By">
|
36 |
| - <filter string="Stencil category" name="filter-stencil_category" domain="[]" |
37 |
| - context="{'group_by': 'stencil_category'}"/> |
| 42 | + <filter |
| 43 | + string="Stencil category" |
| 44 | + name="filter-stencil_category" |
| 45 | + domain="[]" |
| 46 | + context="{'group_by': 'stencil_category'}" |
| 47 | + /> |
38 | 48 | </group>
|
39 | 49 | </field>
|
40 | 50 | </field>
|
|
0 commit comments