cashbook/view/book_form.xml

34 lines
865 B
XML
Raw Normal View History

2022-08-05 10:02:04 +00:00
<?xml version="1.0"?>
<!-- This file is part of the cashbook-module from m-ds for Tryton.
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<form>
<label name="name"/>
<field name="name"/>
<label name="btype"/>
<field name="btype"/>
2022-08-08 12:31:42 +00:00
2022-08-09 13:08:41 +00:00
<label name="account"/>
<field name="account"/>
<newline/>
2022-08-08 12:31:42 +00:00
<label name="state"/>
<field name="state"/>
<group id="grpstate" col="3" colspan="2">
<button name="wfopen"/>
<button name="wfclosed"/>
<button name="wfarchive"/>
</group>
<separator id="sepperm" string="Owner and Authorizeds" colspan="4"/>
<label name="owner"/>
<field name="owner"/>
<newline/>
<label name="reviewer"/>
<field name="reviewer"/>
<label name="observer"/>
<field name="observer"/>
2022-08-05 10:02:04 +00:00
</form>