migrate V10

This commit is contained in:
MonsieurB
2017-02-06 11:42:57 +01:00
committed by ps-tubtim
parent 59932cec91
commit 43aaae0854
3 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -2,7 +2,7 @@
# © 2015 Oihane Crucelaegui - AvanzOSC
# 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):

View File

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