14 lines
451 B
Python
Executable File
14 lines
451 B
Python
Executable File
{
|
|
"name": "Sale Order Lot Selection",
|
|
"version": "18.0.1.1.0",
|
|
"category": "Sales Management",
|
|
"author": "Odoo Community Association (OCA), Agile Business Group",
|
|
"website": "https://github.com/OCA/sale-workflow",
|
|
"license": "AGPL-3",
|
|
"depends": ["sale_stock", "stock_restrict_lot"],
|
|
"data": ["views/sale_order_views.xml"],
|
|
"demo": ["demo/sale_demo.xml"],
|
|
"maintainers": ["bodedra"],
|
|
"installable": True,
|
|
}
|