mejora el stock picking batch de odoo desde OCA/stock_logistics_workflow
This commit is contained in:
parent
8a755662d7
commit
448f889f12
41 changed files with 6541 additions and 0 deletions
11
stock_picking_batch_extended/views/stock_warehouse.xml
Normal file
11
stock_picking_batch_extended/views/stock_warehouse.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<odoo>
|
||||
<record id="view_warehouse" model="ir.ui.view">
|
||||
<field name="inherit_id" ref="stock.view_warehouse"/>
|
||||
<field name="model">stock.warehouse</field>
|
||||
<field name="arch" type="xml">
|
||||
<field name="reception_steps" position="before">
|
||||
<field name="default_user_id"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue