You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ferran Quer Guerrero
281a58b1d0
|
5 years ago | |
---|---|---|
easy_my_coop | 5 years ago | |
easy_my_coop_be | 5 years ago | |
easy_my_coop_ch | 5 years ago | |
easy_my_coop_dividend | 5 years ago | |
easy_my_coop_eater | 5 years ago | |
easy_my_coop_export_xlsx | 5 years ago | |
easy_my_coop_fr | 5 years ago | |
easy_my_coop_loan | 5 years ago | |
easy_my_coop_loan_website | 5 years ago | |
easy_my_coop_online_payment | 5 years ago | |
easy_my_coop_recompute_coop_number | 5 years ago | |
easy_my_coop_taxshelter_report | 5 years ago | |
easy_my_coop_website | 5 years ago | |
easy_my_coop_website_portal | 5 years ago | |
easy_my_coop_website_taxshelter | 5 years ago | |
partner_age | 5 years ago | |
setup | 5 years ago | |
theme_light | 5 years ago | |
website_recaptcha_reloaded | 5 years ago | |
.gitignore | 8 years ago | |
LICENSE | 8 years ago | |
README.md | 5 years ago |
README.md
vertical-cooperative
This repository gather odoo modules for cooperatives
Deploying with pip
We used odoo setup tools to generate the pypi files from the odoo manifests. To deploy any packaged module, so that odoo can later install them, you can create a venv with this name (it's git-ignored)
python -m venv venv
And then pip-install them from pypi.
Example
For instance, for the addon easy_my_coop_website_portal
pip install odoo12-addon-easy-my-coop-website-portal==12.0.1.0.0.99.dev9
Beware that for word separation, pypi uses dashes -
and odoo underscores _
.