migrate V10

This commit is contained in:
MonsieurB
2017-02-06 11:42:57 +01:00
committed by Heliconia Solutions
parent a8cc3875e2
commit c02b56bb57
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
{ {
"name": "Notes in production orders", "name": "Notes in production orders",
"version": "9.0.1.0.0", "version": "10.0.1.0.0",
"category": "Tools", "category": "Tools",
"license": "AGPL-3", "license": "AGPL-3",
"author": "OdooMRP team, " "author": "OdooMRP team, "
@@ -23,5 +23,5 @@
"data": [ "data": [
"views/mrp_production_view.xml", "views/mrp_production_view.xml",
], ],
'installable': False, 'installable': True,
} }

View File

@@ -2,7 +2,7 @@
# © 2015 Oihane Crucelaegui - AvanzOSC # © 2015 Oihane Crucelaegui - AvanzOSC
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
from openerp import fields, models from odoo import fields, models
class MrpProduction(models.Model): class MrpProduction(models.Model):

View File

@@ -5,7 +5,7 @@
<field name="model">mrp.production</field> <field name="model">mrp.production</field>
<field name="inherit_id" ref="mrp.mrp_production_form_view" /> <field name="inherit_id" ref="mrp.mrp_production_form_view" />
<field name="arch" type="xml"> <field name="arch" type="xml">
<notebook position="inside"> <notebook>
<page string="Notes"> <page string="Notes">
<field name="notes" nolabel="1" /> <field name="notes" nolabel="1" />
</page> </page>