-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy path__manifest__.py
28 lines (27 loc) · 947 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# © 2008-2021 Deltatech
# Dorin Hongu <dhongu(@)gmail(.)com
# See README.rst file on addons root folder for license details
{
"name": "Products Alternative",
"version": "17.0.2.0.8",
"author": "Terrabit, Dorin Hongu",
"website": "https://www.terrabit.ro",
"summary": "Alternative product codes",
"category": "Sales",
"depends": ["product", "stock", "sale", "purchase"],
"license": "OPL-1",
"data": [
"views/product_template_view.xml",
"views/product_product_view.xml",
"views/product_alternative_view.xml",
"views/sale_order_view.xml",
"views/purchase_order_view.xml",
"views/stock_move_view.xml",
"security/ir.model.access.csv",
"views/res_config_settings_views.xml",
"views/stock_picking_view.xml",
],
"images": ["images/main_screenshot.png"],
"development_status": "Mature",
"maintainers": ["dhongu"],
}