Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
2837 Ansichten

In Odoo one would use a module or inherit a Class as follows:

product = env['product.product']

or

class ResCompany(models.Model):

    _inherit = 'res.company'


is there a possibility of using a module by importing it following python syntax?

e.g. as

from product.product import Product

Avatar
Verwerfen

full path or search in module directories and load ?

Autor

as a search in the module directories, so that you load the class from file as a package

Verknüpfte Beiträge Antworten Ansichten Aktivität
3
Juli 25
2162
3
Mai 25
3782
2
Juni 25
4242
0
Juni 21
2464
1
Aug. 24
3614