Thanks for your tutorial. In single model, there are many different form, tree or etc views. I think we can say Multiple Tree views in same menu could be more specific.
@ThatOdooGuy2 жыл бұрын
Can't say enough thanks to you. The best explaination of Odoo's code one can find! Keep it up and growing...
@OdooMates2 жыл бұрын
Wow, thanks!
@kithinga3 жыл бұрын
This is very helpful thanks, please make the tittle clearer , ( e.g handling multiple tree views for the same model, handling multiple form views for the same model)
@OdooMates3 жыл бұрын
Okay brother, will update
@OdooMates3 жыл бұрын
updated :)
@gilgameshgaming42107 ай бұрын
Thank you all the way from Iraq to your house❤
@OdooMates5 ай бұрын
aaha, so glad in hearing it
@supreetlaghate224 жыл бұрын
Happy Teacher's Day @OdooMates. Thank you for your tutorials ❤️🙏
@OdooMates4 жыл бұрын
Really happy to hear it from you.
@seanbentsen1632 жыл бұрын
you guys are a god send, cheers!
@OdooMates2 жыл бұрын
❤️❤️❤️❤️
@anuvarghese36722 жыл бұрын
Thank you odoomates 💐
@OdooMates2 жыл бұрын
Glad it helped
@zyadhamdy1646 Жыл бұрын
Thanks My Brother it helped me
@OdooMates Жыл бұрын
Glad to hear that
@italaa864 жыл бұрын
Hi, Thanks it was useful, but an observation after specifying doctor_form_2 on the action from VIEW_IDS code still displaying doctor_form on the technical UI ! Time 21:12 compare between code and UI values. T
@abhinavm.s14104 жыл бұрын
Good one🙂
@OdooMates4 жыл бұрын
:)
@italaa864 жыл бұрын
Hello; Is this also working, and has the same effect for the V12C ?? All customers res.partner tree,form [('customer', '=', True)] {'default_customer': True, 'tree_view_ref': 'my_module.view_all_customers_tree'. 'form_view_ref': 'my_module.view_all_customers_form' } 20
@OdooMates4 жыл бұрын
havent tried like this yet, so its getting worked ?
@wilfredocristobalolanochav57894 жыл бұрын
Muchas gracias por su contenido
@OdooMates4 жыл бұрын
Bienvenido hermano
@obehobeh99843 жыл бұрын
Everything is great. But can you show how you can change Views depending on the user who fills out the document?
@OdooMates3 жыл бұрын
if it is urgent for you, you can call python method from the menu, check the user group and return the view accordingly. To call python from menu item, see this: kzbin.info/www/bejne/Z2jap6Z8prhmepY
@ousalah4 жыл бұрын
Hi, That's what you forgot at the end of the video
@OdooMates4 жыл бұрын
Thanks for sharing
@italaa864 жыл бұрын
Thanks, does it work also on popup quick create beside clickable ?
@ousalah4 жыл бұрын
@@OdooMates Thank you too for your videos, And I hope you a good continuation.
@ousalah4 жыл бұрын
@@italaa86 yes, it's work also.
@italaa864 жыл бұрын
@@ousalah Thanks a lot
@nasirkhan-qw6qk4 жыл бұрын
Helpful
@OdooMates4 жыл бұрын
welcome :)
@ahmedselim10464 жыл бұрын
would you please make a video explaining _inherits = {'res.partner':'partner_id'} i found it in a module for the first time haven't seen this way of inheritance before i don't know where or when to use it and thank you.
@OdooMates3 жыл бұрын
It is delegation inheritance, see: kzbin.info/www/bejne/eZy4pp-td5ueadE
@dishakhatri77423 жыл бұрын
Which version of odoo will this work?
@dishakhatri77423 жыл бұрын
Also will this work for inherited views? Like res.partner inherited view. Thankyou
@OdooMates3 жыл бұрын
@@dishakhatri7742 this is applicable across all the odoo versions
@OdooMates3 жыл бұрын
@@dishakhatri7742 for inherited views, odoo will handle it
@Naitokalmah4 жыл бұрын
Greetings, i was trying to achieve my goal with the help of your playlist but i'm stuck i'm building a custom module around Telehealth (doctor/patient appointment and prescription over the internet) i want to be able to generate as much of additional fields as i want to inside the same form/view , by clicking on a button , like shown in this picture i.imgur.com/E0pZUMr.png . what should i add in my python file and xml file to achieve this , some people suggested to hide/show the fields but i want to generate new ones each time i press a button not hide/show a certain number of predefined fields ! my sincere gratitude for your enormous effort u're putting into teach us Odoo