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
3961 Widoki

  Hello, I have created fields via odoo studio. My question is how the fields are stored in Postgres db. coz I saw, when I export the module, There are only ir_model_fields.xml file.

Awatar
Odrzuć
Najlepsza odpowiedź

Take a look at the XML file - it is adding records to the ir_model_fields model, which in turn create fields in the PostgreSQL database underlying Odoo.

The fields are created in the underlying table using the attributes defined in the XML file.

Awatar
Odrzuć