first commit
This commit is contained in:
11
modules/account_stock_eu/view/account_fiscalyear_form.xml
Normal file
11
modules/account_stock_eu/view/account_fiscalyear_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 string="Intrastat" id="intrastat">
|
||||
<label name="intrastat_extended"/>
|
||||
<field name="intrastat_extended"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
11
modules/account_stock_eu/view/carrier_form.xml
Normal file
11
modules/account_stock_eu/view/carrier_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" position="inside">
|
||||
<newline/>
|
||||
<label name="intrastat_transport"/>
|
||||
<field name="intrastat_transport"/>
|
||||
<newline/>
|
||||
</xpath>
|
||||
</data>
|
||||
10
modules/account_stock_eu/view/country_subdivision_form.xml
Normal file
10
modules/account_stock_eu/view/country_subdivision_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" position="inside">
|
||||
<newline/>
|
||||
<label name="intrastat_code"/>
|
||||
<field name="intrastat_code"/>
|
||||
</xpath>
|
||||
</data>
|
||||
@@ -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="//field[@name='code']" position="after">
|
||||
<field name="intrastat_code"/>
|
||||
</xpath>
|
||||
</data>
|
||||
10
modules/account_stock_eu/view/customs_tariff_code_form.xml
Normal file
10
modules/account_stock_eu/view/customs_tariff_code_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="//field[@name='description']" position="after">
|
||||
<label name="intrastat_uom"/>
|
||||
<field name="intrastat_uom"/>
|
||||
<newline/>
|
||||
</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. -->
|
||||
<form>
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
<label name="declaration"/>
|
||||
<field name="declaration"/>
|
||||
</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. -->
|
||||
<form>
|
||||
<label name="file"/>
|
||||
<field name="file" filename_visible="1"/>
|
||||
</form>
|
||||
19
modules/account_stock_eu/view/intrastat_declaration_form.xml
Normal file
19
modules/account_stock_eu/view/intrastat_declaration_form.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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="company"/>
|
||||
<field name="company"/>
|
||||
<newline/>
|
||||
|
||||
<label name="country"/>
|
||||
<field name="country"/>
|
||||
<label name="month"/>
|
||||
<field name="month"/>
|
||||
|
||||
<label name="state"/>
|
||||
<field name="state"/>
|
||||
<group colspan="2" col="-1" id="buttons">
|
||||
<button name="export"/>
|
||||
</group>
|
||||
</form>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?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="type"/>
|
||||
<field name="country" expand="2"/>
|
||||
<field name="subdivision" expand="2"/>
|
||||
<field name="tariff_code" expand="1"/>
|
||||
<field name="weight"/>
|
||||
<field name="value"/>
|
||||
<field name="transaction"/>
|
||||
<field name="additional_unit"/>
|
||||
<field name="country_of_origin" expand="1"/>
|
||||
<field name="vat" expand="1"/>
|
||||
</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='vat']" position="after">
|
||||
<field name="transport" expand="1"/>
|
||||
<field name="incoterm"/>
|
||||
</xpath>
|
||||
</data>
|
||||
10
modules/account_stock_eu/view/intrastat_declaration_list.xml
Normal file
10
modules/account_stock_eu/view/intrastat_declaration_list.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. -->
|
||||
<tree keyword_open="1">
|
||||
<field name="company" expand="1" optional="1"/>
|
||||
<field name="country" expand="1" optional="1"/>
|
||||
<field name="month"/>
|
||||
<field name="state"/>
|
||||
<button name="export"/>
|
||||
</tree>
|
||||
12
modules/account_stock_eu/view/intrastat_transaction_form.xml
Normal file
12
modules/account_stock_eu/view/intrastat_transaction_form.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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="code"/>
|
||||
<field name="code"/>
|
||||
<label name="parent"/>
|
||||
<field name="parent"/>
|
||||
|
||||
<label name="description"/>
|
||||
<field name="description" colspan="3"/>
|
||||
</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="code"/>
|
||||
<field name="parent" optional="0"/>
|
||||
<field name="description" expand="1"/>
|
||||
</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="name"/>
|
||||
<field name="name"/>
|
||||
<label name="code"/>
|
||||
<field name="code"/>
|
||||
</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="code"/>
|
||||
<field name="name" expand="1"/>
|
||||
</tree>
|
||||
36
modules/account_stock_eu/view/stock_move_form.xml
Normal file
36
modules/account_stock_eu/view/stock_move_form.xml
Normal file
@@ -0,0 +1,36 @@
|
||||
<?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="//notebook" position="inside">
|
||||
<page string="Intrastat" id="intrastat">
|
||||
<label name="intrastat_type" string="Type"/>
|
||||
<field name="intrastat_type"/>
|
||||
<newline/>
|
||||
|
||||
<label name="intrastat_warehouse_country" string="Warehouse Country"/>
|
||||
<field name="intrastat_warehouse_country"/>
|
||||
<label name="intrastat_country" string="Country"/>
|
||||
<field name="intrastat_country"/>
|
||||
|
||||
<label name="intrastat_subdivision" string="Subdivision"/>
|
||||
<field name="intrastat_subdivision"/>
|
||||
<newline/>
|
||||
|
||||
<label name="intrastat_transaction" string="Transaction"/>
|
||||
<field name="intrastat_transaction"/>
|
||||
<label name="intrastat_value" string="Value"/>
|
||||
<field name="intrastat_value"/>
|
||||
|
||||
<label name="intrastat_tariff_code" string="Tariff Code"/>
|
||||
<field name="intrastat_tariff_code"/>
|
||||
<label name="intrastat_additional_unit" string="Additional Unit"/>
|
||||
<field name="intrastat_additional_unit" symbol="intrastat_tariff_code_uom"/>
|
||||
|
||||
<label name="intrastat_country_of_origin" string="Country of Origin"/>
|
||||
<field name="intrastat_country_of_origin"/>
|
||||
<label name="intrastat_vat" string="VAT"/>
|
||||
<field name="intrastat_vat"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
11
modules/account_stock_eu/view/stock_move_form_incoterm.xml
Normal file
11
modules/account_stock_eu/view/stock_move_form_incoterm.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="//page[@id='intrastat']" position="inside">
|
||||
<label name="intrastat_transport"/>
|
||||
<field name="intrastat_transport" widget="selection"/>
|
||||
<label name="intrastat_incoterm"/>
|
||||
<field name="intrastat_incoterm" widget="selection" help_field="name"/>
|
||||
</xpath>
|
||||
</data>
|
||||
13
modules/account_stock_eu/view/stock_shipment_form.xml
Normal file
13
modules/account_stock_eu/view/stock_shipment_form.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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="//notebook" position="inside">
|
||||
<page string="Intrastat" id="intrastat">
|
||||
<label name="intrastat_from_country"/>
|
||||
<field name="intrastat_from_country"/>
|
||||
<label name="intrastat_to_country"/>
|
||||
<field name="intrastat_to_country"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user