|
3 | 3 | License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). --> |
4 | 4 | <odoo> |
5 | 5 |
|
6 | | - <record model="ir.ui.view" id="stock_picking_form_view"> |
7 | | - <field name="model">stock.picking</field> |
8 | | - <field name="inherit_id" ref="stock.view_picking_form" /> |
| 6 | + <record model="ir.ui.view" id="stock_picking_batch_form_view"> |
| 7 | + <field name="model">stock.picking.batch</field> |
| 8 | + <field name="inherit_id" ref="stock_picking_batch.stock_picking_batch_form" /> |
9 | 9 | <field name="arch" type="xml"> |
10 | 10 | <header position="inside"> |
11 | 11 | <field name="is_wms_exportable" invisible="True" /> |
|
35 | 35 | external WMS" |
36 | 36 | /> |
37 | 37 | </header> |
38 | | - <field name="date_done" position="before"> |
| 38 | + <field name="scheduled_date" position="before"> |
39 | 39 | <field name="is_wms_exportable" invisible="1"/> |
40 | 40 | <field |
41 | 41 | name="wms_export_date" |
42 | 42 | attrs="{'invisible': [('is_wms_exportable', '=', False)]}" |
43 | 43 | /> |
44 | 44 | </field> |
45 | | - <field name="group_id" position="after"> |
46 | | - <field |
47 | | - name="wms_export_attachment_id" |
48 | | - attrs="{'invisible': [('wms_export_attachment_id', '=', False)]}" |
49 | | - /> |
50 | | - <field |
51 | | - name="wms_import_attachment_id" |
52 | | - attrs="{'invisible': [('wms_import_attachment_id', '=', False)]}" |
53 | | - /> |
54 | | - </field> |
| 45 | + <!-- <field name="group_id" position="after"> --> |
| 46 | + <!-- <field --> |
| 47 | + <!-- name="wms_export_attachment_id" --> |
| 48 | + <!-- attrs="{'invisible': [('wms_export_attachment_id', '=', False)]}" --> |
| 49 | + <!-- /> --> |
| 50 | + <!-- <field --> |
| 51 | + <!-- name="wms_import_attachment_id" --> |
| 52 | + <!-- attrs="{'invisible': [('wms_import_attachment_id', '=', False)]}" --> |
| 53 | + <!-- /> --> |
| 54 | + <!-- </field> --> |
55 | 55 | <header position="after"> |
56 | 56 | <div |
57 | 57 | class="alert alert-danger" |
|
0 commit comments