How to import another model from another module in Odoo?

Asked

Viewed 22 times

1

In an Odoo module, there is a section on __manifest__.py, where it indicates which are the dependencies.

__manifest__.py

...

'depends': ['base', 'mrp'],
...

With I access the resources of mrp from my module?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.