OCA reporting engine fork for dev and update.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
599 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <record id="act_report_xml_view" model="ir.ui.view">
  4. <field name="name">ir.actions.report.report.xml</field>
  5. <field name="model">ir.actions.report</field>
  6. <field name="inherit_id" ref="base.act_report_xml_view"/>
  7. <field name="arch" type="xml">
  8. <button name="associated_view" position="attributes">
  9. <attribute name="attrs">{'invisible':[('report_type', 'not in', ['qweb-pdf', 'qweb-html', 'qweb-text', 'qweb-xml'])]}</attribute>
  10. </button>
  11. </field>
  12. </record>
  13. </odoo>