[MIG] [10.0] purchase_hide_report_print_menu

This commit is contained in:
Chafique
2018-06-11 10:41:36 +02:00
parent 7908943645
commit 8b3205cc35
3 changed files with 5 additions and 5 deletions

View File

@@ -6,13 +6,13 @@
'name': 'Purchase Hide Report Print Menu',
'summary': "Hide print report 'Request for Quotation' "
"in purchase order menu",
'version': '8.0.1.0.0',
'version': '10.0.1.0.0',
'category': 'Purchase Management',
'website': 'http://akretion.com',
'author': 'Akretion, Odoo Community Association (OCA)',
'license': 'AGPL-3',
'application': False,
'installable': False,
'installable': True,
'depends': [
'purchase',
],

View File

@@ -2,7 +2,7 @@
# © 2016 Chafique DELLI @ Akretion
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openerp import models, api
from odoo import models, api
class PurchaseOrder(models.Model):

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<odoo>
<data>
<record model="ir.actions.act_window" id="purchase.purchase_form_action">
@@ -8,4 +8,4 @@
</record>
</data>
</openerp>
</odoo>