first commit
This commit is contained in:
9
modules/account_deposit/view/account_type_form.xml
Normal file
9
modules/account_deposit/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="deposit"/>
|
||||
<field name="deposit" xexpand="0" width="25"/>
|
||||
</xpath>
|
||||
</data>
|
||||
8
modules/account_deposit/view/invoice_form.xml
Normal file
8
modules/account_deposit/view/invoice_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="//field[@name='total_amount']" position="after">
|
||||
<button name="recall_deposit" colspan="2"/>
|
||||
</xpath>
|
||||
</data>
|
||||
14
modules/account_deposit/view/move_line_list_deposit.xml
Normal file
14
modules/account_deposit/view/move_line_list_deposit.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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="date"/>
|
||||
<field name="party"/>
|
||||
<field name="amount"/>
|
||||
<field name="amount_currency"/>
|
||||
<field name="move"/>
|
||||
<field name="origin"/>
|
||||
<field name="move_description_used"/>
|
||||
<field name="description_used"/>
|
||||
<field name="reconciliation" tree_invisible="1"/>
|
||||
</tree>
|
||||
12
modules/account_deposit/view/party_form.xml
Normal file
12
modules/account_deposit/view/party_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="/form/notebook/page[@id='accounting']/field[@name='payable']"
|
||||
position="after">
|
||||
<newline/>
|
||||
<label name="deposit"/>
|
||||
<field name="deposit"/>
|
||||
<newline/>
|
||||
</xpath>
|
||||
</data>
|
||||
8
modules/account_deposit/view/party_tree.xml
Normal file
8
modules/account_deposit/view/party_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='payable_today']" position="after">
|
||||
<field name="deposit" optional="0"/>
|
||||
</xpath>
|
||||
</data>
|
||||
9
modules/account_deposit/view/recall_deposit_form.xml
Normal file
9
modules/account_deposit/view/recall_deposit_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. -->
|
||||
<form>
|
||||
<label name="account"/>
|
||||
<field name="account"/>
|
||||
<separator name="description" colspan="4"/>
|
||||
<field name="description" colspan="4"/>
|
||||
</form>
|
||||
Reference in New Issue
Block a user