Hi,
I need to add into a custom module some .py files to use them in my module, but when I add them, I have an error (500 Internal Error)
The files I want to add are in a folder in my models folder and I import this folder in my __init__.py
So I was wondering if I can add any .py files or if it has to respect a certain structure
For more infos, the files I'm talking about are the files of an API used to get fields to put in an invoice to respect a law in the country I am
Thanks for your help