Skip to Content
Menu
This question has been flagged
2 Replies
6117 Views

Hi all,


I want to access sales and pos data modules using API xml rpc interface.

I notice that I must provide a data model name (e.g. hr.departments) but I don't know what are the available data models nor how to access a list of them.

Can someone help me? Is there a place where I can access data model specifications for each module or a way to list them using API?


Regards

Filipe 

Avatar
Discard

settings - db - models, you can see all the lists of fields there. good luck.

Author

Thanks. It worked.

Best Answer

While having activated the developer mode, you can browse Odoo's architecture (Models, Views, Fields, Relations etc.) under "Technical/Settings/Database Structure".

Avatar
Discard