mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[FIX] Minor bugfixes
Printer Tray isn't an app Base Report To printer ir.actions.report.xml view xpath error and missing page name Put to before security as security tab doesn't do much and if this module is installed it should be the hero page
This commit is contained in:
committed by
trisdoan
parent
fbca73e1f6
commit
fccad1e2ab
@@ -6,8 +6,8 @@
|
|||||||
<field name="model">ir.actions.report.xml</field>
|
<field name="model">ir.actions.report.xml</field>
|
||||||
<field name="inherit_id" ref="base.act_report_xml_view" />
|
<field name="inherit_id" ref="base.act_report_xml_view" />
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<xpath expr="//page[@name='security']">
|
<xpath expr="//page[@name='security']" position="before" >
|
||||||
<page string="Print">
|
<page string="Print" name="print" >
|
||||||
<group>
|
<group>
|
||||||
<field name="property_printing_action_id"/>
|
<field name="property_printing_action_id"/>
|
||||||
<field name="printing_printer_id"/>
|
<field name="printing_printer_id"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user