Search 1.9 billion lines of Odoo code on GitHub

base_import_csv_optional

Author: Odoo Community Association (OCA), Alejandro Santana <alejandrosantana@anubia.es>
License: AGPL-3
Branch: 8.0-import_csv_restrict
Repository: alejandrosantana/server-tools
Dependencies: base_import
Languages: JavaScript (47, 23.7%), PO File (84, 42.4%), Python (47, 23.7%), and XML (20, 10.1%)
Other repositories: primecv/odoo-eam

<img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> <a name="group-based-permissions-for-importing-csv-files"></a> <h2>Group-based permissions for importing CSV files</h2> <p>This module makes importing data from CSV 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 &quot;Import&quot; button available anywhere. The action will even be blocked internally (to prevent XMLRPC access, for example).</p> <a name="usage"></a> <h2>Usage</h2> <p>To allow a user to import data from CSV files, just follow this steps:</p> <ul class="simple"> <li>Go to <em>Settings/Users/Users</em> menu.</li> <li>Enter the user you want to allow.</li> <li>Within the &quot;Access Rights&quot; tab and &quot;Technical Settings&quot; group, check the option &quot;Allow importing CSV files&quot;.</li> </ul> <p>For further information, please visit:</p> <ul class="simple"> <li><a class="reference external" href="https://www.odoo.com/forum/help-1">https://www.odoo.com/forum/help-1</a></li> </ul> <a name="bug-tracker"></a> <h2>Bug Tracker</h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-tools/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback <a class="reference external" href="https://github.com/OCA/server-tools/issues/new?body=module:%20super_calendar%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">here</a>.</p> <a name="credits"></a> <h2>Credits</h2> <a name="contributors"></a> <h3>Contributors</h3> <ul class="simple"> <li>Alejandro Santana &lt;<a class="reference external" href="mailto:alejandrosantana&#64;anubia.es">alejandrosantana&#64;anubia.es</a>&gt;</li> </ul> <a name="maintainer"></a> <h3>Maintainer</h3> <a class="reference external image-reference" href="http://odoo-community.org"><img alt="Odoo Community Association" src="http://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>To contribute to this module, please visit <a class="reference external" href="http://odoo-community.org">http://odoo-community.org</a>.</p> <a name="icon"></a> <h3>Icon</h3> <p>Iconic fonts used in module icon are Font Awesome: <a class="reference external" href="http://fontawesome.io/">http://fontawesome.io/</a></p>