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
16
stock_picking_batch_extended/views/product_product.xml
Normal file
16
stock_picking_batch_extended/views/product_product.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<odoo>
|
||||
<!-- Product View: add description_warehouse -->
|
||||
<record id="product_normal_form_view" model="ir.ui.view">
|
||||
<field name="name">product.normal.form</field>
|
||||
<field name="model">product.product</field>
|
||||
<field name="inherit_id" ref="product.product_normal_form_view"/>
|
||||
<field name="arch" type="xml">
|
||||
<!-- TODO: Integrate in existent field -->
|
||||
<xpath expr="//page[@name='inventory']" position="inside">
|
||||
<group string="Warehouse Description">
|
||||
<field name="description_warehouse" placeholder="This note will show up on the batch picking printout." nolabel="1"/>
|
||||
</group>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue