mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[MIG] base_report_to_printer: Migrate to v11.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="assets_backend" name="base_report_to_printer assets" inherit_id="report.assets_backend">
|
||||
<template id="assets_backend" name="base_report_to_printer assets" inherit_id="web.assets_backend">
|
||||
<xpath expr="." position="inside">
|
||||
<script type="text/javascript" src="/base_report_to_printer/static/src/js/qweb_action_manager.js" />
|
||||
</xpath>
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
<odoo>
|
||||
|
||||
<record model="ir.ui.view" id="act_report_xml_view">
|
||||
<field name="name">ir.actions.report.xml.printing</field>
|
||||
<field name="model">ir.actions.report.xml</field>
|
||||
<field name="name">ir.actions.report.printing</field>
|
||||
<field name="model">ir.actions.report</field>
|
||||
<field name="inherit_id" ref="base.act_report_xml_view" />
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//page[@name='security']" position="before" >
|
||||
@@ -27,9 +27,9 @@
|
||||
</record>
|
||||
|
||||
<!-- Add a shorcut to "Actions/Report" in the Printing menu -->
|
||||
<menuitem id="printing_report_xml_action_menu"
|
||||
<!--menuitem id="printing_report_xml_action_menu"
|
||||
sequence="30"
|
||||
parent="printing_menu"
|
||||
action="base.ir_action_report_xml"/>
|
||||
action="base.ir_action_report_xml"/-->
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user