znry27 / dynamic_print_access_right

Limit the odoo print button with configurable access right
4 stars 1 forks source link

This doesn't work on Odoo 12, can you prepare one for it? #1

Open jchanme opened 3 years ago

jchanme commented 3 years ago

I tried to installed it on Odoo 12 although you said it was tested on Odoo 13 and 14 in order to find out if it works on it. Apparently it wasn't as when I tried to create an item under Print Access Right, it prompted "Uncaught Error: QWeb2: Template 'PrintDomain.content' not found". With that, can you help to get one done for Odoo 12? My Odoo 12 instance is having some issues as non-admin users can't see "Print" dropdown button I used to see in every form such Quotation/Order, I hope with your module I can get it back and further improve the usability and security of the system. Thank you.

znry27 commented 3 years ago

Sorry for the late response. I will create and test this module for odoo v12 and v15 as soon as possible if I have time. But I think this module can not solve your problem because this module does not modify the print button view. It only modifies the logic/behavior only, before the actual report is sent to the user.