Add stock_vertical_lift module

This commit is contained in:
Guewen Baconnier
2019-06-11 16:50:48 +02:00
committed by Dũng (Trần Đình)
parent ca18db54c3
commit cbd73acaee
7 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
from . import models

View File

@@ -0,0 +1,17 @@
# Copyright 2019 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Vertical Lift - Kardex',
'summary': 'Integrate with Kardex Remstar Vertical Lifts',
'version': '12.0.1.0.0',
'category': 'Stock',
'author': 'Camptocamp, Odoo Community Association (OCA)',
'license': 'AGPL-3',
'depends': [
'stock_vertical_lift',
],
'website': 'https://www.camptocamp.com',
'data': [],
'installable': True,
'development_status': 'Alpha',
}

View File

@@ -0,0 +1 @@
from . import vertical_lift_shuttle

View File

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

View File

@@ -0,0 +1 @@
* Guewen Baconnier <guewen.baconnier@camptocamp.com>

View File

@@ -0,0 +1,2 @@
Add support for Kardex Remstar vertical lifts to the Vertical Lift
module.

View File

@@ -0,0 +1 @@
* Add support of the hardware