first commit
This commit is contained in:
20
modules/account_payment/view/move_line_list.xml
Normal file
20
modules/account_payment/view/move_line_list.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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="company" optional="1" expand="1"/>
|
||||
<field name="move" optional="1"/>
|
||||
<field name="move_origin" optional="1"/>
|
||||
<field name="description" expand="1" optional="1"/>
|
||||
<field name="party" expand="1"/>
|
||||
<field name="maturity_date"/>
|
||||
<field name="payment_amount"/>
|
||||
<field name="account" expand="1" optional="1"/>
|
||||
<field name="debit" optional="1"/>
|
||||
<field name="credit" optional="1"/>
|
||||
<field name="amount_second_currency" optional="1"/>
|
||||
<button name="pay" multiple="1"/>
|
||||
<button name="payment_block"/>
|
||||
<button name="payment_unblock"/>
|
||||
<field name="payment_blocked" tree_invisible="1"/>
|
||||
</tree>
|
||||
Reference in New Issue
Block a user