[MIG] [10.0] purchase_hide_report_print_menu
This commit is contained in:
@@ -6,13 +6,13 @@
|
|||||||
'name': 'Purchase Hide Report Print Menu',
|
'name': 'Purchase Hide Report Print Menu',
|
||||||
'summary': "Hide print report 'Request for Quotation' "
|
'summary': "Hide print report 'Request for Quotation' "
|
||||||
"in purchase order menu",
|
"in purchase order menu",
|
||||||
'version': '8.0.1.0.0',
|
'version': '10.0.1.0.0',
|
||||||
'category': 'Purchase Management',
|
'category': 'Purchase Management',
|
||||||
'website': 'http://akretion.com',
|
'website': 'http://akretion.com',
|
||||||
'author': 'Akretion, Odoo Community Association (OCA)',
|
'author': 'Akretion, Odoo Community Association (OCA)',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'application': False,
|
'application': False,
|
||||||
'installable': False,
|
'installable': True,
|
||||||
'depends': [
|
'depends': [
|
||||||
'purchase',
|
'purchase',
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# © 2016 Chafique DELLI @ Akretion
|
# © 2016 Chafique DELLI @ Akretion
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
# 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):
|
class PurchaseOrder(models.Model):
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<openerp>
|
<odoo>
|
||||||
<data>
|
<data>
|
||||||
|
|
||||||
<record model="ir.actions.act_window" id="purchase.purchase_form_action">
|
<record model="ir.actions.act_window" id="purchase.purchase_form_action">
|
||||||
@@ -8,4 +8,4 @@
|
|||||||
</record>
|
</record>
|
||||||
|
|
||||||
</data>
|
</data>
|
||||||
</openerp>
|
</odoo>
|
||||||
|
|||||||
Reference in New Issue
Block a user