trytond-contract-old/view/contract_list.xml

17 lines
628 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 string="Contract">
<field name="company"/>
<field name="reference"/>
<field name="party"/>
<field name="start_date"/>
<field name="end_date"/>
<field name="interval"/>
<field name="freq"/>
<field name="state"/>
<button name="draft" string="Draft" tree_invisible="1"/>
<button name="validate_contract" string="Validate" tree_invisible="1"/>
<button name="cancel" string="Cancel" tree_invisible="1"/>
</tree>