-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy path__manifest__.py
26 lines (26 loc) · 896 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
# © 2008-2021 Deltatech
# Dorin Hongu <dhongu(@)gmail(.)com
# See README.rst file on addons root folder for license details
{
"name": "Delivery and Payment",
"category": "Website",
"summary": "eCommerce Delivery and Payment constrains",
"version": "17.0.2.1.6",
"author": "Terrabit, Dorin Hongu",
"license": "OPL-1",
"website": "https://www.terrabit.ro",
"depends": ["website_sale", "website_sale_stock"],
"data": [
"views/delivery_view.xml",
"views/templates.xml",
"views/payment_view.xml",
"views/res_partner_view.xml",
],
"images": ["static/description/main_screenshot.png"],
"installable": True,
"development_status": "Mature",
"maintainers": ["dhongu"],
"assets": {
"web.assets_frontend": ["deltatech_website_delivery_and_payment/static/src/js/payment_form.esm.js"],
},
}