You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
693 B

# -*- coding: utf-8 -*-
# (c) 2015 Antiun Ingeniería S.L. - Sergio Teruel
# (c) 2015 Antiun Ingeniería S.L. - Carlos Dauden
# © 2016 Jairo Llopis <jairo.llopis@tecnativa.com>
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
'name': "Auth Supplier",
'category': 'Portal',
'version': '10.0.1.0.0',
'depends': [
'auth_signup',
],
'data': [
'views/auth_supplier_view.xml',
],
'author': 'Antiun Ingeniería S.L., '
'Incaser Informatica S.L., '
"Tecnativa, "
'Odoo Community Association (OCA)',
'website': 'http://www.incaser.es',
'license': 'AGPL-3',
'installable': True,
}