Hello guys:
I'm developing in inherit/extension way.
Some self-made functions are common I want share and reuse in my custom modules, I tried to put them in a module and import them in others, so I do not need to repeat them everywhere.
But seems it's not supported , an error raised as below:

The directories' structure like this:

Can we import functions from self-made modules? or we can ONLY import from odoo source directories ?




