Acción para crear una albarán con los productos seleccionados desde la lista y sus cantidades disponibles.
This commit is contained in:
parent
439064cb48
commit
303a1c515c
5 changed files with 94 additions and 0 deletions
28
product_create_stock_picking/__manifest__.py
Normal file
28
product_create_stock_picking/__manifest__.py
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
'name': 'Product Create Stock Picking',
|
||||
'category': 'Warehouse',
|
||||
'summary': 'Add an action to create a stock picking from a selection of products.',
|
||||
'version': '12.0.0.0.1',
|
||||
'description': """
|
||||
|
||||
Add an action to create a stock picking from a selection of products.
|
||||
|
||||
""",
|
||||
'author': 'Criptomart',
|
||||
'depends': [
|
||||
'stock',
|
||||
],
|
||||
'external_dependencies': {'python': [], 'bin': []},
|
||||
'data': [
|
||||
'data/data.xml',
|
||||
],
|
||||
'qweb': [],
|
||||
'demo': [],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
'application': True,
|
||||
"post_load": None,
|
||||
"pre_init_hook": None,
|
||||
"post_init_hook": None,
|
||||
"uninstall_hook": None,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue