2021-03-23 19:38:33 +00:00
|
|
|
# Copyright 2015 Anubía, soluciones en la nube,SL (http://www.anubia.es)
|
|
|
|
# Copyright 2017 Onestein (http://www.onestein.eu)
|
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
|
|
|
|
{
|
|
|
|
'name': 'Optional CSV import',
|
2021-05-27 10:47:45 +00:00
|
|
|
'version': '1.0.1.0.0',
|
2021-03-23 19:38:33 +00:00
|
|
|
'category': 'Server tools',
|
|
|
|
'summary': 'Group-based permissions for importing CSV files',
|
|
|
|
'license': 'AGPL-3',
|
|
|
|
'author': 'Odoo Community Association (OCA), '
|
|
|
|
'Alejandro Santana <alejandrosantana@anubia.es>, '
|
|
|
|
'Onestein',
|
|
|
|
'maintainer': 'Odoo Community Association (OCA)',
|
|
|
|
'website': 'https://gitlab.com/flectra-community/server-ux',
|
|
|
|
'depends': [
|
|
|
|
'web',
|
|
|
|
'base_import',
|
|
|
|
],
|
|
|
|
'data': [
|
|
|
|
'security/base_import_security_group_security.xml',
|
|
|
|
'views/base_import.xml',
|
|
|
|
],
|
|
|
|
'installable': True,
|
|
|
|
}
|