Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
14
sale_wishlist/__manifest__.py
Executable file
14
sale_wishlist/__manifest__.py
Executable file
@@ -0,0 +1,14 @@
|
||||
# Copyright 2019 Camptocamp SA
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Sale Wishlist",
|
||||
"summary": """
|
||||
Handle sale wishlist for partners""",
|
||||
"version": "18.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "Camptocamp SA,Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/sale-workflow",
|
||||
"depends": ["sale_product_set"],
|
||||
"data": ["views/product_set.xml", "views/partner.xml"],
|
||||
}
|
||||
Reference in New Issue
Block a user