forked from OCA/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
31 lines (30 loc) · 939 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
29
30
31
# -*- coding: utf-8 -*-
# (c) 2015 Antiun Ingeniería S.L. - Sergio Teruel
# (c) 2015 Antiun Ingeniería S.L. - Carlos Dauden
# License LGPL-3 - See http://www.gnu.org/licenses/lgpl-3.0.html
{
'name': 'Website Portal for Purchases',
'category': 'Website',
'summary': "Add purchase orders and quotation in the frontend portal",
'version': '9.0.1.0.0',
'depends': [
'auth_supplier',
'purchase',
'website_portal_v10',
],
'data': [
'security/ir.model.access.csv',
'security/portal_security.xml',
'views/assets.xml',
'views/layout.xml',
'views/quotes.xml',
'views/orders.xml',
],
'author': 'Antiun Ingeniería S.L., '
'Incaser Informatica S.L., '
"Tecnativa, "
'Odoo Community Association (OCA)',
'website': 'http://www.tecnativa.com',
'license': 'LGPL-3',
'installable': False,
}