first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?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="//field[@name='default_cost_price_method']" position="after">
|
||||
<label name="cost_price_warehouse"/>
|
||||
<field name="cost_price_warehouse"/>
|
||||
</xpath>
|
||||
</data>
|
||||
8
modules/product_cost_warehouse/view/ir_cron_form.xml
Normal file
8
modules/product_cost_warehouse/view/ir_cron_form.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="/form" position="inside">
|
||||
<field name="warehouses" colspan="4"/>
|
||||
</xpath>
|
||||
</data>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?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="//field[@name='flat_childs']" position="after">
|
||||
<label name="cost_warehouse"/>
|
||||
<field name="cost_warehouse"/>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user