Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
13
sale_order_lot_selection/__manifest__.py
Executable file
13
sale_order_lot_selection/__manifest__.py
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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,
|
||||
}
|
||||
Reference in New Issue
Block a user