Files
tradon/modules/company/view/company_form.xml
2026-01-07 18:04:18 +01:00

25 lines
816 B
XML
Executable File

<?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 col="6">
<label name="party"/>
<field name="party"/>
<label name="currency"/>
<field name="currency"/>
<label name="timezone"/>
<field name="timezone"/>
<notebook colspan="6">
<page name="employees" col="1">
<field name="employees"/>
</page>
<page string="Reports" col="1" id="reports">
<separator name="header"/>
<field name="header"/>
<separator name="footer"/>
<field name="footer"/>
<separator name="logo"/>
<field name="logo" widget="image" stretch="true"/>
</page>
</notebook>
</form>