İçereği Atla
Menü
Bu soru işaretlendi
2 Cevaplar
3705 Görünümler

Hi there

I have two different modules. How can I add a field from the first module in a view of the second module?

I don't get the whole inheritance part somehow, could somebody please explain it to me?

Thank you

Avatar
Vazgeç
En İyi Yanıt

The inheritance mechanism has not changed. You can use:

class MyModelExtended(Model):
     _inherit = 'a.model'                       # direct heritage
     _inherit = ['a.model, 'a.other.model']     # direct heritage
     _inherits = {'a.model': 'field_name'}      # polymorphic heritage

For more details about inheritance please have a look at

http://odoo-new-api-guide-line.readthedocs.io/en/latest/environment.html?highlight=_inherits #inheritance


Avatar
Vazgeç
Üretici En İyi Yanıt

Thank you, I will have a look at it. (Not yet 8karma, so I can't comment on your post, sorry)

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
0
Eki 17
9573
2
Oca 20
15297
16
Ağu 19
10247
1
Oca 19
5504
3
Tem 18
3897