mirror of
https://bitbucket.org/presik/trytonpsk-purchase_co.git
synced 2023-12-14 06:43:05 +01:00
17 lines
605 B
XML
17 lines
605 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. -->
|
|
<form>
|
|
<label name="fiscalyear"/>
|
|
<field name="fiscalyear" widget="selection"/>
|
|
<label name="company"/>
|
|
<field name="company"/>
|
|
<label name="start_period"/>
|
|
<field name="start_period" widget="selection"/>
|
|
<label name="end_period"/>
|
|
<field name="end_period" widget="selection"/>
|
|
<label name="party"/>
|
|
<field name="party"/>
|
|
<label name="description"/>
|
|
<field name="description"/>
|
|
</form>
|