Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
3686 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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


Imagine profil
Abandonează
Autor Cel mai bun răspuns

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

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
oct. 17
9566
2
ian. 20
15286
16
aug. 19
10235
1
ian. 19
5493
3
iul. 18
3889