gilvanleal / odoowidgets

Odoo Widgets
MIT License
16 stars 23 forks source link

Make module installable from pip using github hyperlink #12

Closed Creamaster closed 5 years ago

Creamaster commented 5 years ago

Hi,

This PR modify the structure of the repo in order to be installed with pip using github hyperlink.

Exemple : pip install "git+https://github.com/Horanet/odoowidgets.git@11.0#egg=odoo11-addon-inputmask_widget&subdirectory=setup/inputmask_widget".

Since your repo is named odoowidgets I made the folder structure like the OCA guidelines. The argument 'subdirectory' should be used to install some eventual other modules.