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.
47 lines
1.4 KiB
47 lines
1.4 KiB
# -*- coding: utf-8 -*-
|
|
# © 2015 Antiun Ingeniería S.L. - Sergio Teruel
|
|
# © 2015 Antiun Ingeniería S.L. - Carlos Dauden
|
|
# © 2015-2016 Jairo Llopis <jairo.llopis@tecnativa.com>
|
|
# License LGPL-3 - See http://www.gnu.org/licenses/lgpl-3.0.html
|
|
|
|
{
|
|
'name': "Base Custom Info",
|
|
'summary': "Add custom field in models",
|
|
'category': 'Tools',
|
|
'version': '9.0.2.0.0',
|
|
'depends': [
|
|
'base_setup',
|
|
],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'security/res_groups.xml',
|
|
'views/custom_info_category_view.xml',
|
|
'views/custom_info_option_view.xml',
|
|
'views/custom_info_template_view.xml',
|
|
'views/custom_info_property_view.xml',
|
|
'views/custom_info_value_view.xml',
|
|
'views/menu.xml',
|
|
'views/res_partner_view.xml',
|
|
'wizard/base_config_settings_view.xml',
|
|
],
|
|
'demo': [
|
|
'demo/custom.info.category.csv',
|
|
'demo/custom.info.template.csv',
|
|
'demo/custom.info.property.csv',
|
|
'demo/custom.info.option.csv',
|
|
'demo/custom_info_property_defaults.yml',
|
|
'demo/res_groups.xml',
|
|
],
|
|
"images": [
|
|
"images/menu.png",
|
|
"images/properties.png",
|
|
"images/templates.png",
|
|
"images/values.png",
|
|
],
|
|
'author': 'Tecnativa, '
|
|
'Odoo Community Association (OCA)',
|
|
'website': 'https://www.tecnativa.com',
|
|
'license': 'LGPL-3',
|
|
'application': True,
|
|
'installable': True,
|
|
}
|