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 Pypi setup 4 years ago
easy_my_coop Merge pull request #78 from coopiteasy/12.0-emc-fix-transfer-pp-pm 4 years ago
easy_my_coop_be Pypi setup 4 years ago
easy_my_coop_ch Pypi setup 4 years ago
easy_my_coop_dividend Pypi setup 4 years ago
easy_my_coop_eater Pypi setup 4 years ago
easy_my_coop_export_xlsx Pypi setup 4 years ago
easy_my_coop_fr Pypi setup 4 years ago
easy_my_coop_loan [FIX] emc_loan: get min and max amount 4 years ago
easy_my_coop_loan_website [CHG] change the computation of maximum amount subscriable 5 years ago
easy_my_coop_online_payment Pypi setup 4 years ago
easy_my_coop_recompute_coop_number Pypi setup 4 years ago
easy_my_coop_taxshelter_report Pypi setup 4 years ago
easy_my_coop_website Pypi setup 4 years ago
easy_my_coop_website_portal Pypi setup 4 years ago
easy_my_coop_website_taxshelter Pypi setup 4 years ago
partner_age Pypi setup 4 years ago
setup Pypi setup 4 years ago
theme_light Pypi setup 4 years ago
website_recaptcha_reloaded Pypi setup 4 years ago
.gitignore Initial commit 7 years ago
LICENSE Initial commit 7 years ago
README.md Pypi setup 4 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 _.