BL nb
This commit is contained in:
@@ -8,6 +8,11 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
<field name="inherit" ref="stock.shipment_in_view_form"/>
|
<field name="inherit" ref="stock.shipment_in_view_form"/>
|
||||||
<field name="name">shipment_in_form</field>
|
<field name="name">shipment_in_form</field>
|
||||||
</record>
|
</record>
|
||||||
|
<record model="ir.ui.view" id="shipment_in_view_tree">
|
||||||
|
<field name="model">stock.shipment.in</field>
|
||||||
|
<field name="inherit" ref="stock.shipment_in_view_tree"/>
|
||||||
|
<field name="name">shipment_in_tree</field>
|
||||||
|
</record>
|
||||||
<record model="ir.ui.view" id="shipment_internal_view_form">
|
<record model="ir.ui.view" id="shipment_internal_view_form">
|
||||||
<field name="model">stock.shipment.internal</field>
|
<field name="model">stock.shipment.internal</field>
|
||||||
<field name="inherit" ref="stock.shipment_internal_view_form"/>
|
<field name="inherit" ref="stock.shipment_internal_view_form"/>
|
||||||
|
|||||||
8
modules/purchase_trade/view/shipment_in_tree.xml
Normal file
8
modules/purchase_trade/view/shipment_in_tree.xml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||||
|
this repository contains the full copyright notices and license terms. -->
|
||||||
|
<data>
|
||||||
|
<xpath expr="/tree/field[@name='number']" position="after">
|
||||||
|
<field name="bl_number"/>
|
||||||
|
</xpath>
|
||||||
|
</data>
|
||||||
Reference in New Issue
Block a user