Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
2452 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć