trytond-nereid_blog/view/category_form.xml

19 lines
585 B
XML

<?xml version="1.0"?>
<!-- This file is part nereid_blog of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form string="Post" col="4">
<label name="title"/>
<field name="title"/>
<label name="uri"/>
<field name="uri"/>
<label name="template"/>
<field name="template"/>
<label name="status"/>
<field name="status"/>
<notebook colspan="4">
<page string="Descriptions" id="descriptions">
<field name="description"/>
</page>
</notebook>
</form>