Delegation Inheritance || Inherit and Inherits || Inheritance in Odoo || Inherits In Odoo

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ย. 2024
  • Delegation inheritance in Odoo. What is _inherits in Odoo. Inherit and Inherits in Odoo. Working of inherits in Odoo. Inheritance type in Odoo. Odoo delegation inheritance.
    The delegation inheritance mechanism provides more flexibility (it can be altered at runtime) but less power: using the _inherits a model delegates the lookup of any field not found on the current model to “children” models. The delegation is performed via Reference fields automatically set up on the parent model.
    Read More at: www.odoo.com/d...
    Website: odoomates.tech/
    Email : odoomates@gmail.com
    Facebook: / odoomate
    Twitter: / odoomates
    Support Us in Ko Fi : ko-fi.com/odoo...

ความคิดเห็น • 28

  • @neto6230
    @neto6230 4 ปีที่แล้ว +4

    kudos to you amazing tutotial easy to understand and clear development. Thank you Sir

    • @OdooMates
      @OdooMates  4 ปีที่แล้ว

      Happy to hear it brother :)

  • @charlesdonboscoa4041
    @charlesdonboscoa4041 4 ปีที่แล้ว +2

    Super Odoo mates

  • @ahmedselim1046
    @ahmedselim1046 4 ปีที่แล้ว +1

    really thank you so much for your very quick reply it was sooner than i thought it would be and is explained clearly thank you

    • @OdooMates
      @OdooMates  4 ปีที่แล้ว

      Happy to hear it from you :)

  • @tammaaziz
    @tammaaziz 3 ปีที่แล้ว +3

    Thanks a lot for these tutorials. I really learn a lot from you.
    I would like to know if ou have a compiled and well structured complete course ?

    • @OdooMates
      @OdooMates  3 ปีที่แล้ว

      thanks for the feedback, for the complete tutorials, see this playlist: th-cam.com/video/BDepk0LhVuI/w-d-xo.html

  • @vishvrajsinhjadeja9488
    @vishvrajsinhjadeja9488 3 ปีที่แล้ว +1

    Thank you❤🌹🙏

    • @OdooMates
      @OdooMates  2 ปีที่แล้ว

      Welcome 😊

  • @othmangx
    @othmangx 2 ปีที่แล้ว +1

    Thank you
    I have a small issue with it, even if I set the many2one field required=False the fields related to the model still required !

    • @OdooMates
      @OdooMates  2 ปีที่แล้ว

      Does it resolved ?

    • @othmangx
      @othmangx 2 ปีที่แล้ว

      @@OdooMates well I just used Class inheritance instead of delegation

  • @mathanysaad1706
    @mathanysaad1706 4 ปีที่แล้ว +2

    can you share your om_accounting module please i didn't find it in odoo applicaition and share your dashboard , setting source code

    • @OdooMates
      @OdooMates  4 ปีที่แล้ว +1

      apps.odoo.com/apps/modules/13.0/om_account_accountant/

    • @mathanysaad1706
      @mathanysaad1706 4 ปีที่แล้ว

      @@OdooMates thank you keep it up

  • @muhanadtur8785
    @muhanadtur8785 2 ปีที่แล้ว +1

    you are doing great job! but for gad sake just buy a better mic! all of your videos, all of them, each single video of yours have a really terrible sound, every single video! just use a better mic man.
    Thanks!

  • @kenzasouabni
    @kenzasouabni 2 ปีที่แล้ว +1

    the patient_name doesn't appear in doctor but when i create a doctor it appear empty in patients

    • @OdooMates
      @OdooMates  2 ปีที่แล้ว +1

      what is the rec name given for the doctor model ?

    • @kenzasouabni
      @kenzasouabni 2 ปีที่แล้ว

      ​@@OdooMates it appears now when I corrected the name but in doctor i want the patient_name as a normal text zone not a link where i can choose between patients , i just wanna the patient_name from patients in doctor and when i fill the doctor interface it appear in patients interface (just the patient_name)

    • @OdooMates
      @OdooMates  2 ปีที่แล้ว

      th-cam.com/video/AEc2C3WZc54/w-d-xo.html

    • @kenzasouabni
      @kenzasouabni 2 ปีที่แล้ว

      @@OdooMates after doing this , the error is Invalid fields:
      Related patient_name

    • @OdooMates
      @OdooMates  2 ปีที่แล้ว

      Can you show what changes you made