trytond-internetdomain/view/domain_tree.xml

13 lines
446 B
XML

<?xml version="1.0"?>
<!-- This file is part internetdomain module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<tree string="Domains">
<field name="name"/>
<field name="party"/>
<field name="date_create"/>
<field name="date_expire"/>
<field name="registrator"/>
<field name="warning"/>
<field name="active" tree_invisible="1"/>
</tree>