forked from OCA/sale-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
21 lines (20 loc) · 728 Bytes
/
__manifest__.py
File metadata and controls
21 lines (20 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2024 Moduon Team S.L.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl-3.0)
{
"name": "Sale Order Product Recommendation Stock",
"summary": "Display stock info when recommending products to sell",
"version": "16.0.1.0.0",
"development_status": "Alpha",
"category": "Sales/Sales",
"website": "https://github.com/OCA/sale-workflow",
"author": "Moduon, Odoo Community Association (OCA)",
"maintainers": ["yajo", "rafaelbn"],
"license": "AGPL-3",
"application": False,
"installable": True,
"auto_install": True,
"depends": ["sale_stock", "sale_order_product_recommendation"],
"data": [
"wizards/sale_order_recommendation_view.xml",
],
}