|
97 | 97 | <xpath expr="//field[@name='user_id']" position="after"> |
98 | 98 | <xpath expr="//field[@name='state']" position="move"/> |
99 | 99 | </xpath> |
100 | | - <xpath expr="//field[@name='scheduled_date']" position="attributes"> |
| 100 | + <!-- <xpath expr="//field[@name='scheduled_date']" position="attributes"> |
101 | 101 | <attribute name="invisible"/> |
102 | 102 | <attribute name="readonly"/> |
103 | 103 | <attribute name="widget"/> |
104 | | - </xpath> |
| 104 | + </xpath> --> |
105 | 105 | <xpath expr="//field[@name='date_done']" position="attributes"> |
106 | 106 | <attribute name="optional">show</attribute> |
107 | 107 | </xpath> |
|
163 | 163 | <field name="active" eval="True"/> |
164 | 164 | <field name="type">list</field> |
165 | 165 | </record> |
166 | | - <record id="mrp_bom_tree_view_inherit" model="ir.ui.view"> |
| 166 | + <!-- <record id="mrp_bom_tree_view_inherit" model="ir.ui.view"> |
167 | 167 | <field name="arch" type="xml"> |
168 | 168 | <data> |
169 | 169 | <xpath expr="//list[1]" position="attributes"> |
|
178 | 178 | <field name="priority">99</field> |
179 | 179 | <field name="active" eval="True"/> |
180 | 180 | <field name="type">list</field> |
181 | | - </record> |
| 181 | + </record> --> |
182 | 182 | <record id="stock_move_search_view_inherit" model="ir.ui.view"> |
183 | 183 | <field name="arch" type="xml"> |
184 | 184 | <data> |
|
190 | 190 | <xpath expr="//filter[@name='outgoing']" position="replace"/> |
191 | 191 | <xpath expr="//filter[@name='incoming']" position="replace"/> |
192 | 192 | <xpath expr="//filter[@name='groupby_date']" position="after"> |
193 | | - <filter string="Scheduled Date" name="groupby_date_year" domain="[]" context="{'group_by': 'date:year'}"/> |
| 193 | + <filter string="Scheduled Date" name="groupby_date_year" domain="[]" context="{'group_by': 'date:year'}" invisible="True"/> |
194 | 194 | </xpath> |
195 | 195 | <xpath expr="//field[@name='partner_id']" position="replace"/> |
196 | 196 | <xpath expr="//field[@name='location_dest_id']" position="replace"/> |
|
235 | 235 | <field name="location_id" string="Parcel"/> |
236 | 236 | </xpath> |
237 | 237 | <xpath expr="//filter[@name='status']" position="before"> |
238 | | - <filter name="studio_group_by_7e9_1j2fac0s7" string="Parcels" context="{'group_by': 'location_id'}"/> |
| 238 | + <filter name="group_by_location" string="Parcels" context="{'group_by': 'location_id'}"/> |
239 | 239 | </xpath> |
240 | 240 | </data> |
241 | 241 | </field> |
|
277 | 277 | <field name="mode">extension</field> |
278 | 278 | <field name="model">quality.point</field> |
279 | 279 | <field name="name">quality.point.view.list</field> |
280 | | - <!-- <field name="priority">160</field> --> |
| 280 | + <field name="priority">160</field> |
281 | 281 | <field name="active" eval="True"/> |
282 | 282 | <field name="type">list</field> |
283 | 283 | </record> |
|
338 | 338 | <field name="active" eval="True"/> |
339 | 339 | <field name="type">list</field> |
340 | 340 | </record> |
341 | | - <record id="industry_fsm_report.x_project_task_worksheet_template_1_ir_ui_view_2" model="ir.ui.view" forcecreate="1"> |
| 341 | + <record id="x_project_task_worksheet_template_1_ir_ui_view_2" model="ir.ui.view" forcecreate="1"> |
342 | 342 | <field name="arch" type="xml"> |
343 | 343 | <list default_order="create_date DESC"> |
344 | 344 | <field name="create_date"/> |
|
350 | 350 | <field name="active" eval="True"/> |
351 | 351 | <field name="type">list</field> |
352 | 352 | </record> |
353 | | - <record id="industry_fsm_report.x_project_task_worksheet_template_1_ir_ui_view_3" model="ir.ui.view" forcecreate="1"> |
| 353 | + <record id="x_project_task_worksheet_template_1_ir_ui_view_3" model="ir.ui.view" forcecreate="1"> |
354 | 354 | <field name="arch" type="xml"> |
355 | 355 | <search> |
356 | 356 | <field name="x_name"/> |
|
363 | 363 | <field name="active" eval="True"/> |
364 | 364 | <field name="type">search</field> |
365 | 365 | </record> |
366 | | - <record id="industry_fsm_report.x_project_task_worksheet_template_1_ir_ui_view_1" model="ir.ui.view" forcecreate="1"> |
| 366 | + <record id="x_project_task_worksheet_template_1_ir_ui_view_1" model="ir.ui.view" forcecreate="1"> |
367 | 367 | <field name="arch" type="xml"> |
368 | 368 | <form create="false" duplicate="false"> |
369 | 369 | <sheet> |
|
0 commit comments