mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[MIG] stock_vertical_lift{,_kardex}: Migration to 13.0
This commit is contained in:
committed by
Dũng (Trần Đình)
parent
f27c4d0de5
commit
004eaef296
@@ -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",
|
||||
|
||||
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user