1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# See LICENSE file for full copyright and licensing details.
{
# Module information
"name": "Product Image for Sale",
"version": "14.0.1.0.0",
"category": "Sales Management",
"sequence": "1",
"summary": """Product Image for Quatation/Sale Reports.""",
"description": """Product Image for Quatation/Sale Reports.""",
"license": "LGPL-3",
# Author
"author": "Serpent Consulting Services Pvt. Ltd.",
"website": "http://www.serpentcs.com",
"maintainer": "Serpent Consulting Services Pvt. Ltd.",
# Dependencies
"depends": ["sale_management"],
# Views
"data": ["views/sale_product_view.xml", "views/report_saleorder.xml"],
# Techical
"installable": True,
"auto_install": False,
}
|