How to import template from another module in Odoo? [closed]

1

In an Odoo module, there is a section in __manifest__.py , which indicates the dependencies.

__ manifest __. py

...

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

How do I access the mrp resources from my module?

    
asked by anonymous 28.11.2018 / 12:46

0 answers