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