|
11 | 11 | name="web_ribbon" |
12 | 12 | title="Archived" |
13 | 13 | bg_color="bg-danger" |
14 | | - attrs="{'invisible': [('active', '=', True)]}" |
| 14 | + invisible="active" |
15 | 15 | /> |
16 | 16 | <div class="oe_title"> |
17 | 17 | <label for="name" class="oe_edit_only" /> |
|
34 | 34 | /> |
35 | 35 | <field |
36 | 36 | name="route_id" |
37 | | - attrs="{'invisible': [('warehouse_id', '=', False)]}" |
| 37 | + invisible="not warehouse_id" |
38 | 38 | groups="stock.group_adv_location" |
39 | 39 | /> |
40 | 40 | <field name="sequence_id" /> |
|
52 | 52 | name="pricelist_id" |
53 | 53 | groups="product.group_product_pricelist" |
54 | 54 | /> |
55 | | - <field |
56 | | - name="incoterm_id" |
57 | | - groups="sale_stock.group_display_incoterm" |
58 | | - /> |
| 55 | + <field name="incoterm_id" /> |
59 | 56 | </group> |
60 | 57 | </group> |
61 | 58 | <group> |
|
81 | 78 | <field name="picking_policy" /> |
82 | 79 | <field name="payment_term_id" /> |
83 | 80 | <field name="pricelist_id" groups="product.group_product_pricelist" /> |
84 | | - <field name="incoterm_id" groups="sale_stock.group_display_incoterm" /> |
| 81 | + <field name="incoterm_id" /> |
85 | 82 | <field name="company_id" groups="base.group_multi_company" /> |
86 | 83 | <field name="description" /> |
87 | 84 | </tree> |
|
103 | 100 | <field name="picking_policy" /> |
104 | 101 | <field name="payment_term_id" /> |
105 | 102 | <field name="pricelist_id" groups="product.group_product_pricelist" /> |
106 | | - <field name="incoterm_id" groups="sale_stock.group_display_incoterm" /> |
| 103 | + <field name="incoterm_id" /> |
107 | 104 | <field name="company_id" groups="base.group_multi_company" /> |
108 | 105 | <group expand="0" string="Group By"> |
109 | 106 | <filter |
|
149 | 146 | string="Incoterm" |
150 | 147 | domain="[]" |
151 | 148 | context="{'group_by':'incoterm_id'}" |
152 | | - groups="sale_stock.group_display_incoterm" |
153 | 149 | /> |
154 | 150 | </group> |
155 | 151 | </search> |
|
0 commit comments