WIP search domain ebsite
This commit is contained in:
parent
3e0c3eeccb
commit
d57fa37505
8 changed files with 56 additions and 75 deletions
|
@ -1,28 +1,17 @@
|
|||
{
|
||||
'name': 'Product Create Stock Picking',
|
||||
'category': 'Warehouse',
|
||||
'summary': 'Add an action to create a stock picking from a selection of products.',
|
||||
'version': "16.0.1.0.0",
|
||||
'description': """
|
||||
"name": "Product Create Stock Picking",
|
||||
"category": "Warehouse",
|
||||
"summary": "Add an action to create a stock picking from a selection of products.",
|
||||
"version": "16.0.1.0.0",
|
||||
"author": "Criptomart",
|
||||
"license": "AGPL-3",
|
||||
"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,
|
||||
""",
|
||||
"depends": ["stock"],
|
||||
"data": ["data/data.xml"],
|
||||
"installable": True,
|
||||
"application": False,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue