21 lines
610 B
Python
Executable File
21 lines
610 B
Python
Executable File
# Copyright 2023 Moduon Team S.L.
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0)
|
|
|
|
{
|
|
"name": "Default packaging for sales",
|
|
"version": "18.0.1.0.0",
|
|
"summary": "Simplify using products default packaging for sales",
|
|
"development_status": "Alpha",
|
|
"category": "Sales",
|
|
"website": "https://github.com/OCA/sale-workflow",
|
|
"author": "Moduon, Odoo Community Association (OCA)",
|
|
"maintainers": ["yajo"],
|
|
"license": "LGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": ["sale"],
|
|
"data": [
|
|
"views/sale_order_view.xml",
|
|
],
|
|
}
|