Hello Sir, just want to let you know that you can use Ctrl + Alt + l for autoindent xml files. Maybe you can find it more useful than doing manual indentation
if we use save='True' .py file then the value will save in the database. So my question is that what is the difference between forced_save='1' in XML and save = 'True'? 2nd question is what is the difference between @api.onchange and @api.depends? Thanks
i am using odoo v10 and i apply force_save attribute on Product_uom_id field like this but this is not working, field data invisible after save document. please help me what should i do?
2,438 view should be likes 🫶🏼 Sharing: Works great with _default_get() for one2many I have one2many with a section with four options. I need to create for lines but didn't want the user to change the options when I was saving the section was not saves force_save="1" made it work or store=True
Nice...thanks
Some more tricks pls
Sure 👍
dude you help me a lot, thanks
happy to help always :)
you have make awsome videos. kindly make a video on customer facing display please...
For pos ? I guess there are modules for same in odoo app stores :)
nice video....can you please make a video on how to use flag in odoo website
thank you
You mean to show country flags ?
@@OdooMates yes
Hello Sir, just want to let you know that you can use Ctrl + Alt + l for autoindent xml files. Maybe you can find it more useful than doing manual indentation
Thanks for the tip!
if we use save='True' .py file then the value will save in the database. So my question is that what is the difference between forced_save='1' in XML and save = 'True'? 2nd question is what is the difference between @api.onchange and @api.depends?
Thanks
force_save and save seems to have same effects
i am using odoo v10 and i apply force_save attribute on Product_uom_id field like this
but this is not working, field data invisible after save document.
please help me what should i do?
force save attribute is not available in v10, try with readonly bypass module of oca
2,438 view should be likes 🫶🏼
Sharing:
Works great with _default_get() for one2many
I have one2many with a section with four options. I need to create for lines but didn't want the user to change the options when I was saving the section was not saves force_save="1" made it work or store=True
Glad it helps