Files
tradon/ir/view/action_report_form.xml
2025-12-26 13:11:43 +00:00

38 lines
1.3 KiB
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. -->
<data>
<xpath expr="//group[@id='checkboxes']" position="inside">
<label name="translatable"/>
<field name="translatable" xexpand="0" width="25"/>
<label name="single"/>
<field name="single" xexpand="0" width="25"/>
<label name="direct_print"/>
<field name="direct_print" xexpand="0" width="25"/>
</xpath>
<xpath expr="//page[@id='general']" position="inside">
<label name="model_ref"/>
<field name="model_ref"/>
<label name="module_ref"/>
<field name="module_ref"/>
<label name="report_name"/>
<field name="report_name"/>
<label name="record_name"/>
<field name="record_name"/>
<label name="report_content"/>
<group col="-1" id="report_content">
<field name="report_content" xexpand="0"/>
<field name="report_content_html" string="Edit" widget="html" xexpand="0"/>
</group>
<label name="report"/>
<field name="report"/>
<label name="template_extension"/>
<field name="template_extension"/>
<label name="extension"/>
<field name="extension"/>
</xpath>
</data>