I've recently switched my two business sites over to Odoo and am excited to learn about customization. This video only whets that appetite further. Thank you for making it. I'm going to binge on your videos now!
@demedtrex3567 Жыл бұрын
I created the lines filed (sub-Model)in the existing Product Model, when I add a new line, instead of directly input in the field, it has a pop-up window (the form of the new Sub-Model). Do you know how to set the window not pop up? Thanks.
@victoronline58402 жыл бұрын
Hi Greg, Odoo allows us to use one app for free. Can i select Studio as my app of choice and then create what I need? I want to make a very basic CRM (the Odoo CRM app is missing some essential fields) for a team of 3.
@miltondariocabrera Жыл бұрын
Hi Greg, I installed version 16 community, but it does not allow me to use studio, it does not enable the tools, can you help me
@paulduval83062 жыл бұрын
Awesome stuff Greg! Yes, please do the Community video on this topic. Thanks.
@OdooclassVideos2 жыл бұрын
Will do!
@dbk95552 жыл бұрын
thanks you! Nicely presented
@OdooclassVideos2 жыл бұрын
Thank you!
@pierregustafsson15783 жыл бұрын
YES do the community video :-)
@OdooclassVideos3 жыл бұрын
Will do!!
@AusAlkhatib2 жыл бұрын
Great tutorial Greg... thanks for the info and please post one about community app development
@OdooclassVideos2 жыл бұрын
Many thanks for the kind words. I will create a community developer video very soon.
@douglansford2033 жыл бұрын
This is a very helpful video.
@OdooclassVideos3 жыл бұрын
Glad to hear that!
@willyplopXD3 жыл бұрын
Hello Greg. How do you prevent someone from deleting what has been added to a line?
@OdooclassVideos3 жыл бұрын
ahhh that is a very good question. There is a specific delete (odoo calls this unlink) permission that you can remove from a group. This would mean that user could add, create and edit records... but they could never delete/unlink one once it has already been added.
@samarbid133 жыл бұрын
I am new to Odoo, Can you do or mention videos on different types of inheritance and how to reuse methods from other models?
@OdooclassVideos3 жыл бұрын
I have a video specifically on odoo inheritance here... kzbin.info/www/bejne/jZOanq1ua7Jjnqs i've also got more advanced training available at OdooInnerCircle.com
@davidkennytog2 жыл бұрын
Hi, congratulations for the great content, I know it's not the intention of this video but could you give me a helping hand? I have a list of Leads and I want to send email marketing to them but when I put the name parameters to replace the odoo does not replace it and goes with the parameter {{ object.display_name }} in the email instead of the name. Can you help me?
@OdooclassVideos2 жыл бұрын
well I can't really use my KZbin channel to support specific developer questions. But off-hand I would say you could try using just object.name instead of display_name if you are wanting just the root name. If you could also reference a many2one field and it should pull the name of that reference by default.