mirror of
https://github.com/bringout/oca-report.git
synced 2026-04-19 21:01:59 +02:00
update all kept modules to OCA 19.0 versions
bi_sql_editor 19.0.1.0.1, report_csv 19.0.1.0.0,
report_qweb_element_page_visibility 19.0.1.0.0,
report_xlsx_helper 19.0.1.0.0, report_xml 19.0.1.0.0,
sql_request_abstract 19.0.1.0.0
🤖 assisted by claude
This commit is contained in:
parent
05df50b41d
commit
c18e7fd4c7
258 changed files with 8677 additions and 6341 deletions
|
|
@ -1,11 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<record id="demo_xml_report" model="ir.actions.report">
|
||||
<record id="demo_xml_report" model="ir.actions.report">
|
||||
<field name="name">Demo xml report</field>
|
||||
<field name="model">res.company</field>
|
||||
<field name="report_type">qweb-xml</field>
|
||||
<field name="report_name">report_xml.demo_report_xml_view</field>
|
||||
<field name="report_file">res_company</field>
|
||||
<field name="binding_model_id" ref="base.model_res_company" />
|
||||
<field name="binding_type">report</field>
|
||||
<!--
|
||||
In case of demo data next definition will not work. So it just example
|
||||
how it should look. If report is a part of demo data you will need
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue