first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?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">
|
||||
<separator id="landed_cost" string="Landed Cost" colspan="4"/>
|
||||
<label name="landed_cost_sequence" string="Sequence"/>
|
||||
<field name="landed_cost_sequence"/>
|
||||
<newline/>
|
||||
</xpath>
|
||||
</data>
|
||||
11
modules/account_stock_landed_cost/view/invoice_line_form.xml
Normal file
11
modules/account_stock_landed_cost/view/invoice_line_form.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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/notebook" position="inside">
|
||||
<page name="landed_cost">
|
||||
<label name="landed_cost"/>
|
||||
<field name="landed_cost"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
27
modules/account_stock_landed_cost/view/landed_cost_form.xml
Normal file
27
modules/account_stock_landed_cost/view/landed_cost_form.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?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. -->
|
||||
<form>
|
||||
<label name="posted_date"/>
|
||||
<field name="posted_date"/>
|
||||
<label name="number"/>
|
||||
<field name="number"/>
|
||||
<label name="allocation_method"/>
|
||||
<field name="allocation_method"/>
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
<field name="invoice_lines" colspan="4" widget="many2many"/>
|
||||
<field name="shipments" colspan="4"/>
|
||||
|
||||
<field name="categories" colspan="2"/>
|
||||
<field name="products" colspan="2"/>
|
||||
|
||||
<label name="state"/>
|
||||
<field name="state"/>
|
||||
<group col="-1" colspan="2" id="buttons">
|
||||
<button name="cancel" icon="tryton-cancel"/>
|
||||
<button name="draft" icon="tryton-clear"/>
|
||||
<button name="post_wizard" icon="tryton-ok"/>
|
||||
<button name="show" icon="tryton-search"/>
|
||||
</group>
|
||||
</form>
|
||||
@@ -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. -->
|
||||
<tree>
|
||||
<field name="number" expand="1"/>
|
||||
<field name="posted_date"/>
|
||||
<field name="state"/>
|
||||
</tree>
|
||||
@@ -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. -->
|
||||
<form>
|
||||
<label name="cost"/>
|
||||
<field name="cost"/>
|
||||
|
||||
<field name="moves" mode="tree" colspan="4"/>
|
||||
</form>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?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. -->
|
||||
<tree>
|
||||
<field name="move" expand="1"/>
|
||||
<field name="cost"/>
|
||||
</tree>
|
||||
@@ -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='cost_price']" position="after">
|
||||
<label name="unit_landed_cost"/>
|
||||
<field name="unit_landed_cost"/>
|
||||
</xpath>
|
||||
</data>
|
||||
10
modules/account_stock_landed_cost/view/template_form.xml
Normal file
10
modules/account_stock_landed_cost/view/template_form.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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/notebook/page/group[@id='checkboxes']"
|
||||
position="inside">
|
||||
<label name="landed_cost"/>
|
||||
<field name="landed_cost" xexpand="0" width="25"/>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user