[ADD] reporting-context

This commit is contained in:
Jaime Arroyo
2019-02-18 11:28:09 +01:00
committed by Pierrick Brun
parent 9f6c1c20e3
commit fb0efed1b8
16 changed files with 701 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2019 Creu Blanca
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<record model="ir.ui.view" id="ir_actions_report_form_view">
<field name="name">ir.actions.report.context.form</field>
<field name="model">ir.actions.report</field>
<field name="inherit_id" ref="base.act_report_xml_view"/>
<field name="arch" type="xml">
<field name="print_report_name" position="after">
<field name="context"/>
</field>
</field>
</record>
</odoo>