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

how can i transfer the data from model to another by server action i need do it by odoo studio

Imagine profil
Abandonează
Cel mai bun răspuns

We can mainly transfer one data from a model to another different model through four ways they are,

(a) By using Context

(b) With the help of ORM Methods

(c) By Overriding Create Method

(d) By Overriding Write Method

Imagine profil
Abandonează