Web Disable Export and Delete Button

by
Odoo
v 11.0 Third Party 790
Download for v 11.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 87
Technical Name web_disable_export_delete_button
LicenseAGPL-3
Websitehttp://www.infoterra.hr
You bought this module and need support? Click here!

Web Disable Export and Delete Button

This module makes the actions 'Export' and 'Delete' (visible on the list view of each model under Actions drop-down) enabled only for the users that have the Export Button / Delete Button group checked.

A superuser (admin) always sees the Export and Delete buttons.

Usage

Enable the group "Export Button" to the users who are allowed to make use of the option 'Export' and the "Delete Button" to the users allowed to delete records.

Credits

Original idea from module web_disable_export_group by Onestein, reviewed and modified for v11 by InfoTerra.

Contributors

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
Re: Access right does not affect
by
Antonio Buric
on 6/5/18, 7:09 AM Author

@Abdalla Mohamed: can you please report more info on your issue on the github repository - I tested it and couldn't reproduce it as you specified. Please note that this module acts only on the tree views, and when you change the setting, a complete refresh of the page is needed. It doesn't affect the admin user who is able to view both buttons regardless of the setting (this is done explicitly for the superadmin role)^^


Access right does not affect
by
Abdalla Mohamed
on 5/29/18, 8:47 PM

For export button is hidden for all users except admin and group does not affect to show or hide it. For delete button appear for all users regard to group


@Vinay: v10 (without the delete button group):
by
Antonio Buric
on 8/21/18, 1:42 AM Author

https://www.odoo.com/apps/modules/10.0/web_disable_export_group/


Can you make it for v 10?
by
Vinay Khosla
on 8/19/18, 9:37 AM

Hi, can you make this module for v10 as well? Thanks,


to Andy Lee and ostot@noisehouse.fi
by
Antonio Buric
on 8/1/18, 12:59 PM Author

yes, there was a bug with this part of the .js logic - thanks! it's corrected now.


to ostot@noisehouse.fi
by
Andy Lee
on 8/1/18, 1:15 AM

take this.sidebar = new Sidebar() out of if (this.is_action_enabled('delete')) {} will resolve this error


Error loading tree view
by
ostot@noisehouse.fi
on 7/12/18, 8:50 AM

http://localhost:8069/web/content/2806-66b7c73/web.assets_backend.js:2977 Virheloki: TypeError: Cannot read property 'appendTo' of undefined at Class.renderSidebar (http://localhost:8069/web/content/2806-66b7c73/web.assets_backend.js:2977:14) at Class.render_view_control_elements (http://localhost:8069/web/content/2806-66b7c73/web.assets_backend.js:489:92) at Class._display_view (http://localhost:8069/web/content/2806-66b7c73/web.assets_backend.js:483:266) at Object. (http://localhost:8069/web/content/2806-66b7c73/web.assets_backend.js:482:49) at Object. (http://localhost:8069/web/content/2413-4be4c01/web.assets_common.js:802:681) at fire (http://localhost:8069/web/content/2413-4be4c01/web.assets_common.js:796:299) at Object.fireWith [as resolveWith] (http://localhost:8069/web/content/2413-4be4c01/web.assets_common.js:801:198) at Object.deferred.(anonymous function) [as resolve] (http://localhost:8069/web/content/2413-4be4c01/web.assets_common.js:803:56) at http://localhost:8069/web/content/2806-66b7c73/web.assets_backend.js:481:373 at fire (http://localhost:8069/web/content/2413-4be4c01/web.assets_common.js:796:299)