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 7bc430d892 Explain how to deploy the modules the pypi way 5 years ago
easy_my_coop [IMP] emc: demo data skips control 4 years ago
easy_my_coop_be [FIX] add missing self in super call 5 years ago
easy_my_coop_ch [FIX] fix inherit_id 5 years ago
easy_my_coop_dividend Merge master branch (da86b06) to package4pypi 4 years ago
easy_my_coop_document Merge master branch (da86b06) to package4pypi 4 years ago
easy_my_coop_eater Merge master branch (da86b06) to package4pypi 4 years ago
easy_my_coop_export_xlsx Merge master branch (da86b06) to package4pypi 4 years ago
easy_my_coop_fr [IMP] add name to div table total 5 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 Merge master branch (da86b06) to package4pypi 4 years ago
easy_my_coop_recompute_coop_number Merge master branch (da86b06) to package4pypi 4 years ago
easy_my_coop_taxshelter_report Merge master branch (da86b06) to package4pypi 4 years ago
easy_my_coop_website [IMP] add link to update personal data 5 years ago
easy_my_coop_website_portal [IMP] fix indentation 4 years ago
easy_my_coop_website_taxshelter [MIG] migrate to v12 still wip 5 years ago
partner_age [MIG] migrate to v12 5 years ago
theme_light [IMP] change version 5 years ago
website_portal_extend Merge master branch (da86b06) to package4pypi 4 years ago
website_recaptcha_reloaded [MIG] migrate module to v12 and taking code from website_form_recaptcha 5 years ago
.gitignore Initial commit 7 years ago
LICENSE Initial commit 7 years ago
README.md Explain how to deploy the modules the pypi way 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 _.