ORM (Object Relational Mapping) in Odoo 16

Adding Data files in your Module

ORM - ORM(Object Relational Mapping) is a concept or technique which acts as a bridge between your programming language and your database. Object Relational Mapping helps to execute SQL queries without writing them explicitly.

WhatsApp