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 c6edee94c6 Merge branch '12.0-translate-ca_ES' into 12.0-pypi-catalan-no-recaptcha 4 years ago
easy_my_coop Translate to catalan the "Become cooperator" form. 4 years ago
easy_my_coop_be Fix manifests: URL and version numbers 4 years ago
easy_my_coop_ch Fix manifests: URL and version numbers 4 years ago
easy_my_coop_dividend Fix manifests: URL and version numbers 4 years ago
easy_my_coop_eater Fix manifests: URL and version numbers 4 years ago
easy_my_coop_export_xlsx Fix manifests: URL and version numbers 4 years ago
easy_my_coop_fr Fix manifests: URL and version numbers 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 Fix manifests: URL and version numbers 4 years ago
easy_my_coop_recompute_coop_number Fix manifests: URL and version numbers 4 years ago
easy_my_coop_taxshelter_report Fix manifests: URL and version numbers 4 years ago
easy_my_coop_website Fix manifests: URL and version numbers 4 years ago
easy_my_coop_website_portal Fix manifests: URL and version numbers 4 years ago
easy_my_coop_website_taxshelter Fix manifests: URL and version numbers 4 years ago
partner_age Fix manifests: URL and version numbers 4 years ago
setup Remove older modules 4 years ago
theme_light Fix manifests: URL and version numbers 4 years ago
website_recaptcha_reloaded Fix manifests: URL and version numbers 4 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 _.