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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
1
Cevapla
3963
Görünümler
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.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Ol