Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
19
report_wkhtmltopdf_param/views/paperformat.xml
Normal file
19
report_wkhtmltopdf_param/views/paperformat.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<!-- FORM: report.paperformat -->
|
||||
<record id="paperformat_view_form_custom" model="ir.ui.view">
|
||||
<field name="name">paperformat with custom parameters</field>
|
||||
<field name="model">report.paperformat</field>
|
||||
<field name="inherit_id" ref="base.paperformat_view_form" />
|
||||
<field name="arch" type="xml">
|
||||
<field name="report_ids" position="after">
|
||||
<field name="custom_params">
|
||||
<list editable="bottom">
|
||||
<field name="name" />
|
||||
<field name="value" />
|
||||
</list>
|
||||
</field>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user