Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
6525 Lượt xem

How can i see the full data model for Odoo


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất


Yes,

visit="https://apps.odoo.com/apps/modules/18.0/odoodatamodel"


Live Demo Link "https://techfinna.com/odoo-data-model/"


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

To see the full data model for Odoo, you can follow these steps:


Log into your Odoo instance as an administrator.

Go to the Developer mode by clicking the "Settings" menu, then selecting "Activate the Developer Mode".

Go to the "Technical" menu, then select "Database Structure > Models".

In the "Models" screen, you will see a list of all the models in your Odoo instance, including the name, description, and fields for each model.

You can click on a model to view its fields, view the code for the model, or access other information related to the model.

Alternatively, you can access the data model through the Odoo API by exploring the Odoo API documentation, which can be found in the official Odoo documentation website.

Ảnh đại diện
Huỷ bỏ