I am trying to install a module with a compiled python files(.pyc) to Odoo.
compiled meaning all my .py files are converted to .pyc
my goal here is to not show my code just for security purposes.
So i tried remove all the .py files and retain all the .pyc and tried to install it in odoo. unfortunately my module is not displaying on the module list.
If this is possible please give me a hint. or suggest me any solution and/or workaround.
Thank you so much.