Files
tradon/modules/account_payment/view/move_line_list.xml
2026-03-14 09:42:12 +00:00

21 lines
835 B
XML

<?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>