Closed MohsenWaleed closed 3 years ago
setuptools-odoo is untested on Windows.
That said, the only thing that may not work on Windows is setuptools-odoo-make-default
's reliance on symbolic links.
For the rest, nothing should prevent it to work in theory, if you structure your addon like this (for v11+ on python3):
setup.py
odoo/addons/__manifest__.py
odoo/addons/__init__.py
odoo/addons/...
Also, installing OCA addons with pip install odoo13-addon-{addon_name}
should just work on windows.
How can I use it for Odoo Installed in windows?