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