mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
@@ -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"/>
|
||||||
|
|||||||
@@ -24,5 +24,5 @@
|
|||||||
'python': ['cups'],
|
'python': ['cups'],
|
||||||
},
|
},
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'application': True,
|
'application': False,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user