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.

14 lines
498 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openerp>
  3. <data>
  4. <record id="act_report_xml_view" model="ir.ui.view">
  5. <field name="model">ir.actions.report.xml</field>
  6. <field name="inherit_id" ref="base.act_report_xml_view" />
  7. <field name="arch" type="xml">
  8. <field name="attachment" position="after">
  9. <field name="download_filename" />
  10. </field>
  11. </field>
  12. </record>
  13. </data>
  14. </openerp>