pycharm-odoo
pycharm-odoo copied to clipboard
Automatically insert imports in __init__.py when creating python files
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