Initial import from Docker volume
This commit is contained in:
37
ir/view/action_report_form.xml
Executable file
37
ir/view/action_report_form.xml
Executable file
@@ -0,0 +1,37 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user