From f5f0143c15779577d534c352923c70c18744c4d1 Mon Sep 17 00:00:00 2001 From: antonio Date: Wed, 26 Jul 2017 11:13:23 +0200 Subject: [PATCH] [FIX] Updated module informations --- base_import_security_group/README.rst | 17 ++++++----------- .../base_import_security_group_security.xml | 2 +- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/base_import_security_group/README.rst b/base_import_security_group/README.rst index 5a36d3d..febbf1f 100644 --- a/base_import_security_group/README.rst +++ b/base_import_security_group/README.rst @@ -1,33 +1,26 @@ .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :target: http://www.gnu.org/licenses/agpl :alt: License: AGPL-3 =============================================== Group-based permissions for importing CSV files =============================================== -This module makes importing data from CSV files optional for each user, +This module makes importing data from CSV and Excel files optional for each user, allowing it only for those users belonging to a specific group. Any other user not belonging to such group will not have the "Import" button available anywhere. The action will even be blocked internally (to prevent XMLRPC access, for example). - Usage ===== -To allow a user to import data from CSV files, just follow this steps: +To allow a user to import data from CSV and Excel files, just follow this steps: * Go to *Settings/Users/Users* menu. * Enter the user you want to allow. * Within the "Access Rights" tab and "Technical Settings" group, check the - option "Allow importing CSV files". - - -For further information, please visit: - -- https://www.odoo.com/forum/help-1 - + option "Allow importing CSV/Excel files". Bug Tracker =========== @@ -46,6 +39,8 @@ Contributors * Alejandro Santana * Antonio Esposito +Do not contact contributors directly about support or help with technical issues. + Maintainer ---------- diff --git a/base_import_security_group/security/base_import_security_group_security.xml b/base_import_security_group/security/base_import_security_group_security.xml index 0445f0e..d8d8c6b 100644 --- a/base_import_security_group/security/base_import_security_group_security.xml +++ b/base_import_security_group/security/base_import_security_group_security.xml @@ -3,7 +3,7 @@ - Import CSV files + Import CSV/Excel files