Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
5 Răspunsuri
22493 Vizualizări

Dear all,

Odoo works with models defined for each module used.

Is there any simple a fast way to get a list of the models used on a specific module?

For instance, how to get a list of models used by sales module?

Thank you very much

Regards

Paulo

Imagine profil
Abandonează

this question is the same as my question https://www.odoo.com/nl_NL/forum/help-1/question/how-to-get-modules-dependencies-85588 but it was phrased in more better way than mine so it got more valuable replies

Cel mai bun răspuns

Hi,

If you want to see the models which are used in sale module then you can use the following code.

model_ids = self.pool.get('ir.model').search(cr, uid, [('modules','ilike','sale')])

I hope it will return all the models which are used in sale module. You can aslo improve the above search as you want.

Imagine profil
Abandonează
Autor

Great chirag Regards

Cel mai bun răspuns

go to settings in the upper menu, under the technical section in side menu navigate to Database structure click on models.

use the custom search (model description contains sale)

all models in sales module will appear when click on one of them you will see:

all fields used in views which in the selected model in sales module.

regards,

Imagine profil
Abandonează
Cel mai bun răspuns

Hi,

Please see 'Technical Data'  tab in a Form View of module you're interested in.  You can find this tab by going to 'Settings/Modules/Installed Modules' page and opening any module in a form view. In the tab you'll find some useful information related to your question.

note: if you see in the form view of module only 'Description' and 'Features' tabs, then you'll need activate 'Technical Features' access right for your user. For do that, go to 'Settings/Users/Users' page, open there your user,  edit it and check 'Technical Features' checkbox in a 'Access Rights' tab. then log out and log in again to openerp.

regards,

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
dec. 24
1982
1
mar. 24
3056
1
iun. 23
13186
0
ian. 23
3593
2
sept. 20
4916