I believe the reason you couldn’t generate the error in the tree view is because you had the store=True attribute.
@OdooMates Жыл бұрын
thanks for sharing it brother, yes you are right, i missed to spot it out
@karim.mekhneche Жыл бұрын
Very happy to see you back brother. Just a suggestion: Could you please increase your pycharm editor font size to 18 please. your videos will be better. and also wrap your lines longer than 100 caracters in the advenced settings and restart Pycharm. Your videos will be better bro and you will preserve your eyes as a developer
@OdooMates Жыл бұрын
thanks brother for the long lasting support and love, yes we are back after a break
@yosbelmendozadiaz2838 Жыл бұрын
greetings, when you continue with the tutorial, the work you do is very good, thank you
@pablolino30377 ай бұрын
muito bom cara, estou aprendendo bastante com seus videos, tá sendo bem esclarecedor, valeu mesmo do seu fã do BRASIL
@faktalagi Жыл бұрын
Hello, I see you don't need to restart the service and upgrade the module every time you make a change. How to? or where can i find a way about it?
@OdooMates Жыл бұрын
we have added -d db_name -u module_name, that is why on restarting from pycharm automatically upgrading the module. kzbin.info/www/bejne/mWi0fWSOaJKNosU
@faktalagi Жыл бұрын
@@OdooMates Thank you, I've watched it. But how to do it in vs code studio? I've been looking for it but can't find it
@hosamhamdy258 Жыл бұрын
@@faktalagi just add -u addon name to cli ex : python .\odoo\odoo-bin -u om_hospital
@adhizcombat Жыл бұрын
Thank you very much 👍
@OdooMates Жыл бұрын
welcome brother
@altelasoftware2992 Жыл бұрын
nice video as always! do you have tutorial regarding how to make fields readonly based on group? the version 16 has removed field name="groups_id" when inheriting XML view, then how can we put attributes like readonly or hide for fields through xml inheritance? edit : for Odoo version 16
@OdooMates Жыл бұрын
not yet, we need to make a video in it.
@altelasoftware2992 Жыл бұрын
@@OdooMates thank you so much! really excited to looking forward to it since it's pretty crucial stuff
@aliisrar9676 Жыл бұрын
How to create sequence in odoo 16 for each field
@shekhar.dev.88 Жыл бұрын
WHEN THE NEXT VIDEO WILL COME AFTER THIS VIDEO BECAUSE I WANT TO LEARN IN A SERIAL MANNER.
@OdooMates Жыл бұрын
In couple of days next video will be published brother, thanks for the support and love
@im_yuri_2410 ай бұрын
Hello, perfect video, as usual. I've noticed a string in your action, which was not defined in chapter with module and action definition. {'search_default_filter_child':1} - How it is supposed to work?
@im_yuri_2410 ай бұрын
I see, it's adding child filter by default, I think it wasn't mentioned in video, though very useful!