Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
2454 Visualizzazioni

Hi, I want to update data in a field from one table to another field of another table. It can be done by query? 

Avatar
Abbandona
Risposta migliore

You can do that by an SQL UPDATE statement, but if you don't know that yourself, this is probably not a recommended way. It is anyway recommended not to bypass Odoo's ORM.

Avatar
Abbandona