just a little note, in my "static" directory, I needed to create a "src" directory also in the "static" directory to show the icon in odoo.
@OdooMates Жыл бұрын
i think, just static --> description is fine, did you face any issues without src folder
@ramiraz072 жыл бұрын
Thank you for the video can you make a video a bout add a insert button in tree view and this button allows visible not only will show wan you select a record in odoo 15
@OdooMates2 жыл бұрын
We will try to add it in the upcoming days after checking its feasibility
@TrungPhamQuang-n7v Жыл бұрын
So you have to rename the picture to icon and i wonder it have to be .png file or any type of picture
@OdooMates Жыл бұрын
file name has to be icon.png :) and file type should be png
@AliMoh-r8y2 ай бұрын
I have an issue that the module icon doesn't appear in the main app list page (appears as rendering or not loaded image) but when i choose "module info" option the module page is opened and i found the module icon existed.
@muhammadmohiuddinshakil78302 жыл бұрын
Sir, I want to make a module with multiple companies and their users. Suppose I created 2 companies Facebook and KZbin. So, when I created the company user for Facebook their id will be like FB-0001, FB-0002, and for KZbin, their id will be YO-0001, YO-0002, etc. How can I do this any idea?
@OdooMates2 жыл бұрын
create a sequence while creating the company, store it in a field inside the company model, then when a user is created in this company, get the next number from the sequence configured in the company. kzbin.info/www/bejne/kJeuq6CcntaYnZI
@muhammadmohiuddinshakil78302 жыл бұрын
@@OdooMates Sir, this is working for one sequence for every company but I need different sequences for a different company
@OdooMates2 жыл бұрын
@@muhammadmohiuddinshakil7830 brother above video is just sample of working of the sequence, did you tried the steps that i specified in the first comment ?
@muhammadmohiuddinshakil78302 жыл бұрын
@@OdooMates, I am confused. Could you please make a video on this?
@OdooMates2 жыл бұрын
Feel free to ask, let me know where you get confused or where you face difficulty in the above
@nadyafebriantywahyuni90526 ай бұрын
Why doesn't my icon appear in front of the menu list, but when I click on module info, the image appears?
@OdooMates6 ай бұрын
kzbin.info/www/bejne/rYGVo4Jrl914p6s
@nadyafebriantywahyuni90526 ай бұрын
@@OdooMates No sir, in app list UI. I realized that I had simply forgotten to set 'application': 'true' in the manifest. Thankyou
@OdooMates6 ай бұрын
@@nadyafebriantywahyuni9052 glad you resolved
@AhmdElgmil5 ай бұрын
solution : stop odoo service then start it again 👍