stock mass action por dependencia de sotck picking batch extended
This commit is contained in:
parent
448f889f12
commit
3a0a965589
89 changed files with 11072 additions and 0 deletions
22
stock_picking_mass_action/__manifest__.py
Normal file
22
stock_picking_mass_action/__manifest__.py
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 2014 Camptocamp SA - Guewen Baconnier
|
||||
# Copyright 2018 Tecnativa - Vicent Cubells
|
||||
# Copyright 2019 Tecnativa - Carlos Dauden
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
'name': 'Stock Picking Mass Action',
|
||||
'version': '12.0.1.1.1',
|
||||
'author': 'Camptocamp, '
|
||||
'GRAP,'
|
||||
'Tecnativa,'
|
||||
'Odoo Community Association (OCA)',
|
||||
'website': 'https://github.com/OCA/stock-logistics-workflow/',
|
||||
'license': 'AGPL-3',
|
||||
'category': 'Warehouse Management',
|
||||
'depends': [
|
||||
'stock_account',
|
||||
],
|
||||
'data': [
|
||||
'wizard/mass_action_view.xml',
|
||||
'data/ir_cron.xml',
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue