Add sale_id on picking form
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Sale Stock Usability',
|
'name': 'Sale Stock Usability',
|
||||||
'version': '0.2',
|
'version': '10.0.1.0.3',
|
||||||
'category': 'Sales Management',
|
'category': 'Sales Management',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'summary': 'Small usability improvements to the sale_stock module',
|
'summary': 'Small usability improvements to the sale_stock module',
|
||||||
|
|||||||
@@ -23,4 +23,15 @@
|
|||||||
</record>
|
</record>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<record id="view_picking_form" model="ir.ui.view">
|
||||||
|
<field name="name">sale_stock_usability.stock.picking.form</field>
|
||||||
|
<field name="model">stock.picking</field>
|
||||||
|
<field name="inherit_id" ref="stock.view_picking_form"/>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<field name="group_id" position="before">
|
||||||
|
<field name="sale_id" readonly="1"/>
|
||||||
|
</field>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||
@@ -35,6 +35,7 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
<field name="partner_dest_id" position="before">
|
<field name="partner_dest_id" position="before">
|
||||||
<field name="orderpoint_id" readonly="1"/>
|
<field name="orderpoint_id" readonly="1"/>
|
||||||
|
<field name="move_dest_id" groups="base.group_no_one" readonly="1"/>
|
||||||
</field>
|
</field>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|||||||
Reference in New Issue
Block a user