You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 12, 2023. It is now read-only.
Images
It would be very nice to add images into generated package.
As example we have to add our company logo and a base product logo into every odoo module which is generated. And this is forgotten to many times...
File generation
Another problem that I have is to generate the __init__.py files based on selected folders.
An odoo Module has the following structure:
/module
__init__.py
/models/__init__.py
/controllers/__init__.py
/wizards/__init__.py
Now when I do not need e.g. the wizards folder, I disable this folder in package template Popup.
But in root __init__.py I have to add (or remove) all (not) needed imports for sub packages.
Is there a possibility to automize the generation of __init__.py in root by selected folders?
Hi
Images
It would be very nice to add images into generated package.
As example we have to add our company logo and a base product logo into every odoo module which is generated. And this is forgotten to many times...
File generation
Another problem that I have is to generate the __init__.py files based on selected folders.
An odoo Module has the following structure:
Now when I do not need e.g. the wizards folder, I disable this folder in package template Popup.
But in root __init__.py I have to add (or remove) all (not) needed imports for sub packages.
Is there a possibility to automize the generation of __init__.py in root by selected folders?
Regards
Renzo