[MIG] stock_vertical_lift{,_kardex}: Migration to 13.0

This commit is contained in:
Guewen Baconnier
2019-12-16 15:52:03 +01:00
committed by Dũng (Trần Đình)
parent f27c4d0de5
commit 004eaef296
2 changed files with 2 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
{
"name": "Vertical Lift - Kardex",
"summary": "Integrate with Kardex Remstar Vertical Lifts",
"version": "12.0.1.0.0",
"version": "13.0.1.0.0",
"category": "Stock",
"author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3",

View File

@@ -1,7 +1,7 @@
# Copyright 2019 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import api, models
from odoo import models
JMIF_STATUS = {
0: "success",
@@ -24,7 +24,6 @@ JMIF_STATUS = {
class VerticalLiftShuttle(models.Model):
_inherit = "vertical.lift.shuttle"
@api.model
def _selection_hardware(self):
values = super()._selection_hardware()
values += [("kardex", "Kardex")]