pycharm-odoo icon indicating copy to clipboard operation
pycharm-odoo copied to clipboard

Automatically insert imports in __init__.py when creating python files

Open trinhanhngoc opened this issue 1 year ago • 0 comments

E.g. when creating custom_module/models/res_partner.py, the following import will be inserted into custom_module/models/__init__.py automatically:

from . import res_partner.py

trinhanhngoc avatar Apr 10 '23 14:04 trinhanhngoc