Skip to content

Commit b8ac73f

Browse files
FranzPoizemathieudelva
authored andcommitted
wms_connector_picking_batch: adds field to stock_picking_batch
1 parent 285c59c commit b8ac73f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

wms_connector_picking_batch/views/stock_picking_batch.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
44
<odoo>
55

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" />
99
<field name="arch" type="xml">
1010
<header position="inside">
1111
<field name="is_wms_exportable" invisible="True" />
@@ -35,23 +35,23 @@
3535
external WMS"
3636
/>
3737
</header>
38-
<field name="date_done" position="before">
38+
<field name="scheduled_date" position="before">
3939
<field name="is_wms_exportable" invisible="1"/>
4040
<field
4141
name="wms_export_date"
4242
attrs="{'invisible': [('is_wms_exportable', '=', False)]}"
4343
/>
4444
</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> -->
5555
<header position="after">
5656
<div
5757
class="alert alert-danger"

0 commit comments

Comments
 (0)