This commit is contained in:
guohuadeng
2018-07-27 11:50:38 +08:00
parent a097a79bc5
commit e667248c8b
28 changed files with 1679 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Copyright 2013-2015 Camptocamp SA - Nicolas Bessi
# Copyright 2013-2015 Camptocamp SA - Guewen Baconnier
# Copyright 2013-2015 Camptocamp SA - Yannick Vaucher
# Copyright 2017 Tecnativa - Vicent Cubells
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'App Split picking',
'summary': 'Split a picking in two not transferred pickings',
'version': '11.0.1.0.0',
'category': 'Inventory',
'author': "Camptocamp, "
"Tecnativa, "
"Odoo Community Association (OCA)",
'license': 'AGPL-3',
'website': 'https://github.com/OCA/stock-logistics-workflow',
'depends': [
'stock',
],
'data': [
'views/stock_partial_picking.xml',
],
}