I found it very clever tip to pick-up acces rights lines directly from the terminal log. This also shows how powerful is the Odoo framework 👏
@OdooMates2 жыл бұрын
@angelsolorzano7001 Жыл бұрын
wow, each video is amazing !, I am learning and fallowing codding on my side.. so happy to find this Channel.!!
@OdooMates Жыл бұрын
Great to hear!
@hama.ali24 Жыл бұрын
thanks @Odoomates you are really amazing
@OdooMates Жыл бұрын
thanks for all the love and support
@ComicWriter2 жыл бұрын
Thanks, I just started developing Odoo and Your videos have helped me a lot!
@OdooMates2 жыл бұрын
Glad to hear that!
@ComicWriter2 жыл бұрын
@@OdooMates Hi bro, You can make a video about custom UI by HTML CSS JS and Where it's placed, Thanks
@mostafaalmahmoud44022 жыл бұрын
thanks for your efforts, I am enjoying your videos
@OdooMates2 жыл бұрын
Glad to know it
@crispi55delamo Жыл бұрын
Gracias, un saludo desde colombia
@OdooMates Жыл бұрын
thanks for the support
@sulongabusamah3861 Жыл бұрын
thank a lot
@OdooMates Жыл бұрын
thanks for love and support
@SamirSELLAMI2 жыл бұрын
Plz I have a question related to acces rights. What is the difference (relation) between the acces rights applied on models via .csv and the acces rights applied to menus and views via xml ? is there a kind of priority between them ? and what is the best way to implement them all using custom groups ?
@OdooMates2 жыл бұрын
groups applied on the menu will decide whether the user should be able to see this menu or not, on model level, we will control what all permission the user should have
@reditaga67952 жыл бұрын
Hi, great content! How to change existing access right of some model in a ir.model.access.csv?
@OdooMates2 жыл бұрын
Copy its original id, and add original_module_name.id in your custom module
@reditaga67952 жыл бұрын
Can you give me an example pls if this is the access right "access_ir_module_category_group_user","ir_module_category group_user","model_ir_module_category","group_erp_manager",1,0,0,0
@OdooMates2 жыл бұрын
@@reditaga6795 if this was in sales module and you need to modify from custom module, "sale.access_ir_module_category_group_user","ir_module_category group_user","model_ir_module_category","group_erp_manager",1,1.0,1
@reditaga67952 жыл бұрын
@@OdooMates This way i get this error: No matching record found for external id 'group_erp_manager' in field 'Group' No matching record found for external id 'model_ir_module_category' in field 'Model' If i put the original_module_name in front of "Model" and "Group" too i dont get the error anymore but it doesnt work
@OdooMates2 жыл бұрын
Does it get updated in the db ? This changes
@mustufavora73272 жыл бұрын
I can not show the menu in menu bar,I think the reason is security rights,any other way to give access permission?? Than please let me know about that. Thank you
@OdooMates2 жыл бұрын
is the menu visible in super user mode ?
@OdooMates2 жыл бұрын
kzbin.info/www/bejne/r2m4hHd7pbaphq8
@mohammadbismail Жыл бұрын
not working in odoo16, access right is not being added
@anuvs18572 жыл бұрын
TypeError: Cannot read properties of undefined (reading 'type') I got this error while setting access rights. Kindly help me to sort it out.
@OdooMates2 жыл бұрын
Please make sure that you are using the latest source code of odoo and custom modules are not causing issue, also try upgrading the base module
@anuvs18572 жыл бұрын
@@OdooMates Thank you.. I have upgraded odoo source code and base module. Still I am not able to grant read permission. I was able to give write, create and delete access rights to my module. Sir, What may be the problem? I couldn't figure it out.. Kindly help me to sort it out.
@OdooMates2 жыл бұрын
Please record your screen and share it to the email, so we will get better understanding of the same
@aliorinbasarov3941 Жыл бұрын
Hello. I can't find access rights in my model. I did everything as in the video. Plz help me
@OdooMates Жыл бұрын
did you added access rights for model from code ? added file in manifest ? service restarted?
@tvskumar19907 ай бұрын
@@OdooMates : Sir. I have added access rights under security and then mentioned this in manifest file. Restarted service multiple times. But, I'm unable to view the created access rights in either model/ access rights of UI. Please provide me solution on what has to be done.