first commit
This commit is contained in:
9
modules/sale_advance_payment/view/account_type_form.xml
Normal file
9
modules/sale_advance_payment/view/account_type_form.xml
Normal file
@@ -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="//group[@id='checkboxes']" position="inside">
|
||||
<label name="unearned_revenue"/>
|
||||
<field name="unearned_revenue" xexpand="0" width="25"/>
|
||||
</xpath>
|
||||
</data>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?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="sale"/>
|
||||
<field name="sale" colspan="3"/>
|
||||
<label name="description"/>
|
||||
<field name="description" colspan="3"/>
|
||||
<label name="account"/>
|
||||
<field name="account"/>
|
||||
<label name="amount"/>
|
||||
<field name="amount"/>
|
||||
<label name="invoice_delay"/>
|
||||
<field name="invoice_delay"/>
|
||||
<group id="block" colspan="2" col="-1">
|
||||
<label name="block_supply"/>
|
||||
<field name="block_supply" xexpand="0"/>
|
||||
<label name="block_shipping"/>
|
||||
<field name="block_shipping" xexpand="0"/>
|
||||
</group>
|
||||
</form>
|
||||
@@ -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. -->
|
||||
<tree>
|
||||
<field name="sale" expand="1"/>
|
||||
<field name="description" expand="1"/>
|
||||
<field name="account" expand="1"/>
|
||||
<field name="invoice_delay"/>
|
||||
<field name="block_supply"/>
|
||||
<field name="block_shipping"/>
|
||||
<field name="amount"/>
|
||||
</tree>
|
||||
@@ -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. -->
|
||||
<form>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
<field name="lines" colspan="4" pre_validate="1"/>
|
||||
</form>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?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="advance_payment_term"/>
|
||||
<field name="advance_payment_term" colspan="3"/>
|
||||
<label name="description"/>
|
||||
<field name="description" colspan="3"/>
|
||||
<label name="account"/>
|
||||
<field name="account"/>
|
||||
<label name="formula"/>
|
||||
<field name="formula"/>
|
||||
<label name="invoice_delay"/>
|
||||
<field name="invoice_delay"/>
|
||||
<group id="block" colspan="2" col="-1">
|
||||
<label name="block_supply"/>
|
||||
<field name="block_supply" xexpand="0"/>
|
||||
<label name="block_shipping"/>
|
||||
<field name="block_shipping" xexpand="0"/>
|
||||
</group>
|
||||
</form>
|
||||
@@ -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. -->
|
||||
<tree>
|
||||
<field name="advance_payment_term" expand="1"/>
|
||||
<field name="description" expand="1"/>
|
||||
<field name="account" expand="1"/>
|
||||
<field name="invoice_delay"/>
|
||||
<field name="block_supply"/>
|
||||
<field name="block_shipping"/>
|
||||
<field name="formula" expand="2"/>
|
||||
</tree>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?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="name" expand="1"/>
|
||||
</tree>
|
||||
12
modules/sale_advance_payment/view/sale_form.xml
Normal file
12
modules/sale_advance_payment/view/sale_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. -->
|
||||
<data>
|
||||
<xpath expr="//page[@id='sale']" position="after">
|
||||
<page string="Advance Payment" id="advance_payment">
|
||||
<label name="advance_payment_term"/>
|
||||
<field name="advance_payment_term"/>
|
||||
<field name="advance_payment_lines" colspan="4"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user