-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy path__manifest__.py
More file actions
32 lines (32 loc) · 1.18 KB
/
Copy path__manifest__.py
File metadata and controls
32 lines (32 loc) · 1.18 KB
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
29
30
31
32
# © 2008-2021 Deltatech
# Dorin Hongu <dhongu(@)gmail(.)com
# See README.rst file on addons root folder for license details
{
"name": "eCommerce Stock Availability",
"category": "Website",
"summary": "eCommerce Stock Availability and lead time",
"version": "19.0.1.0.9",
"author": "Terrabit, Dorin Hongu",
"website": "https://www.terrabit.ro",
"depends": ["website", "website_sale_stock", "purchase", "deltatech_vendor_stock"],
"data": [
"views/product_view.xml",
"views/website_sale_stock_templates.xml",
],
"assets": {
"web.assets_frontend": [
"deltatech_website_stock_availability/static/src/js/**/*",
"deltatech_website_stock_availability/static/src/xml/**/*",
"deltatech_website_stock_availability/static/src/scss/**/*",
],
# "web.assets_tests": [
# "deltatech_website_stock_availability/static/tests/tours/stock_availability.tour.esm.js",
# ],
},
"images": ["static/description/main_screenshot.png"],
"price": 10.00,
"currency": "EUR",
"license": "OPL-1",
"development_status": "Production/Stable",
"maintainers": ["dhongu"],
}