mejora el stock picking batch de odoo desde OCA/stock_logistics_workflow

This commit is contained in:
santiky 2022-04-22 18:42:08 +02:00
parent 8a755662d7
commit 448f889f12
Signed by: snt
GPG key ID: A9FD34930EADBE71
41 changed files with 6541 additions and 0 deletions

View file

@ -0,0 +1,38 @@
# Copyright 2012-2014 Alexandre Fayolle, Camptocamp SA
# Copyright 2018-2020 Tecnativa - Carlos Dauden
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
'name': 'Stock batch picking',
'summary': 'Allows manage a lot of pickings in batch',
'version': '12.0.1.3.0',
'author': "Camptocamp, "
"Tecnativa, "
"Odoo Community Association (OCA)",
'development_status': 'Mature',
'maintainers': [
'gurneyalex',
'carlosdauden',
'i-vyshnevska',
],
'category': 'Warehouse Management',
'depends': [
'stock_picking_batch',
'delivery',
'stock_picking_mass_action',
],
'website': 'https://github.com/OCA/stock-logistics-workflow',
'data': [
'data/stock_batch_picking_sequence.xml',
'data/batch_picking_actions_server.xml',
'views/stock_batch_picking.xml',
'views/product_product.xml',
'views/report_batch_picking.xml',
'views/stock_picking.xml',
'views/stock_warehouse.xml',
'views/res_config_settings_views.xml',
'wizard/batch_picking_creator_view.xml',
],
'installable': True,
'license': 'AGPL-3',
}