mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[ADD][13.0] new module report_layout_config
This commit is contained in:
committed by
Iryna Vyshnevska
parent
93a005f241
commit
661f59ba23
14
report_layout_config/data/report_layout.xml
Normal file
14
report_layout_config/data/report_layout.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<record id="external_layout_images" model="report.layout">
|
||||
<field name="name">Layout images</field>
|
||||
<field
|
||||
name="view_id"
|
||||
ref="report_layout_config.external_layout_images_template"
|
||||
/>
|
||||
<field
|
||||
name="image"
|
||||
>/report_layout_config/static/img/preview_standard.png</field>
|
||||
<field name="pdf">/report_layout_config/static/pdf/preview_standard.pdf</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user