Skip to content

Commit

Permalink
wms_connector_picking_batch: fix stock_picking modal in stock_picking…
Browse files Browse the repository at this point in the history
…_batch
  • Loading branch information
FranzPoize committed May 30, 2024
1 parent 863766f commit a495733
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions wms_connector_picking_batch/views/stock_picking_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
/>
</header>
<field name="date_done" position="before">
<field name="is_wms_exportable" invisible="1"/>
<field
name="wms_export_date"
attrs="{'invisible': [('is_wms_exportable', '=', False)]}"
Expand Down
8 changes: 8 additions & 0 deletions wms_connector_picking_batch/views/stock_warehouse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
type="object"
/>
</div>
<field name="wms_export_picking_out_cron_id" position="after">
<field name="wms_export_batch_picking_in_cron_id" />
<field name="wms_export_batch_picking_out_cron_id" />
</field>
<field name="wms_export_picking_out_filter_id" position="after">
<field name="wms_export_batch_picking_in_filter_id" />
<field name="wms_export_batch_picking_out_filter_id" />
</field>
</field>
</record>
</odoo>

0 comments on commit a495733

Please sign in to comment.