kalenislims/lims_report_html/view/template_form.xml

36 lines
1.2 KiB
XML

<?xml version="1.0"?>
<form>
<label name="report_name"/>
<field name="report_name"/>
<label name="name"/>
<field name="name"/>
<label name="type"/>
<field name="type"/>
<label name="report"/>
<field name="report"/>
<label name="page_orientation"/>
<field name="page_orientation"/>
<label name="active"/>
<field name="active" xexpand="0" width="25"/>
<notebook>
<page name="content">
<field name="content" colspan="4" widget="html"/>
</page>
<page id="header_footer" string="Header and Footer">
<label name="header"/>
<field name="header"
view_ids="lims_report_html.template_view_list,lims_report_html.template_view_form"/>
<label name="footer"/>
<field name="footer"
view_ids="lims_report_html.template_view_list,lims_report_html.template_view_form"/>
</page>
<page name="translations">
<field name="translations" colspan="4"/>
</page>
<page name="sections">
<field name="previous_sections" colspan="4"/>
<field name="following_sections" colspan="4"/>
</page>
</notebook>
</form>