-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy path__manifest__.py
33 lines (33 loc) · 1.09 KB
/
__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
29
30
31
32
33
# © 2008-2022 Deltatech
# Dorin Hongu <dhongu(@)gmail(.)com
# See README.rst file on addons root folder for license details
{
"name": "Website Billing Addresses",
"category": "Website/Website",
"summary": "Website Billing Addresses",
"version": "17.0.1.3.0",
"author": "Terrabit, Dorin Hongu",
"license": "OPL-1",
"website": "https://www.terrabit.ro",
"depends": ["website_sale"],
"data": [
"views/templates.xml",
"views/addresses_portal_templates.xml",
"views/res_partner_view.xml",
"security/base_security.xml",
"views/auth_signup.xml",
"wizard/create_billing_address.xml",
"security/ir.model.access.csv",
],
"price": 10.00,
"currency": "EUR",
"images": ["static/description/main_screenshot.png"],
"assets": {
"web.assets_frontend": [
"deltatech_website_billing_addresses/static/src/js/billing_addresses.esm.js",
"deltatech_website_billing_addresses/static/src/scss/*.scss",
],
},
"development_status": "Beta",
"maintainers": ["dhongu"],
}