mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
migrate V10
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user