Odoo Som Connexió customizations
Project description
This project provides an ERP system for Som Connexio telecommunication users cooperative.
Installation
This package requires Odoo v12.0 installed.
You can install this module using pip
:
$ pip install odoo12-addon-somconnexio
More info in: https://pypi.org/project/odoo12-addon-somconnexio/
DEVELOPMENT
Configure local development environment
First of all, to start to development, we need to create a virtualenv in our local machine to install the pre-commit dependencies. Using a virtualenv with Python 3.7, we install the pre-commit hooks to execute the linters (and in the future the formatter).
In your local environment, where you execute the git commit ...
command, run:
- Install
pyenv
curl https://pyenv.run | bash
- Build the Python version
pyenv install 3.7.7
- Create a virtualenv
pyenv virtualenv 3.7.7 odoo-somconnexio
- Activate the virtualenv
pyenv activate odoo-somconnexio
- Install dependencies
pip install pre-commit
- Install pre-commit hooks
pyenv exec pre-commit install
Create development enviornment (LXC Container)
Create the devenv
container with the somconnexio
module mounted and provision it. Follow the instructions in odoo-somconnexio-inventory.
Once created, we can stop or start our odoo-sc
lxc container as indicated here:
$ sudo systemctl start lxc@odoo-sc
$ sudo systemctl stop lxc@odoo-sc
To check our local lxc containers and their status, run:
$ sudo lxc-ls -f
Start the ODOO application
Enter to your local machine as the user odoo
, activate the python enviornment first and run the odoo bin:
$ ssh odoo@odoo-sc.local
$ pyenv activate odoo
$ cd /opt/odoo
$ set -a && source /etc/default/odoo && set +a
$ ./odoo-bin -c /etc/odoo/odoo.conf -u somconnexio -d odoo --workers 0
To use the local somconnexio module (development version) instead of the PyPI published one, you need to upgrade the version in the manifest and then update the module with -u
in the Odoo CLI.
Restart ODOO database from scratch
Enter to your local machine as the user odoo
, activate the python enviornment first, drop the DB, and run the odoo bin to create it again:
$ ssh odoo@odoo-sc.local
$ pyenv activate odoo
$ dropdb odoo
$ cd /opt/odoo
$ ./odoo-bin -c /etc/odoo/odoo.conf -i somconnexio -d odoo --stop-after-init
Deploy branch
For tests purposes, we might want to deploy a given branch (BRANCH
) into a server (staging), instead of publishing a new package release just to test some fix or new feature.
To do so, we need to enter into the server with an authorized user (), and then switch to odoo
user to install with pip the package version found in the git branch.
$ ssh <USER>@staging-odoo.somconnexio.coop
$ sudo su - odoo
$ cd /opt/odoo
$ pyenv activate odoo
$ pip install -e git+https://gitlab.com/coopdevs/odoo-somconnexio@<BRANCH>#egg=odoo12-addon-somconnexio\&subdirectory=setup/somconnexio
At this point we need to restart Odoo to load the new installed module version.
$ sudo systemctl stop odoo
$ ./odoo-bin -c /etc/odoo/odoo.conf -u somconnexio -d odoo --stop-after-init --logfile /dev/stdout
$ sudo systemctl start odoo
To restart the odoo service it is better to stop it, execute odoo with the upgrade (-u
) option and start it again, rather that just restart
it, in case there are changes in views within the deployed branch.
Run tests
You can run the tests with this command:
$ ./odoo-bin -c /etc/odoo/odoo.conf -u somconnexio -d odoo --stop-after-init --test-enable --workers 0
The company data is rewritten every module upgrade
Run tests with coverage
You can run the tests with a coverage report following the nexts steps:
- Copy the .coveragerc file in your
odoo
base path (/opt/odoo
) changing theinclude
option to thesomconnexio
module path (/opt/odoo_modules/somconnexio/*
). - Go to
/opt/odoo
- Run:
$ coverage run odoo-bin -c /etc/odoo/odoo.conf -u somconnexio -d odoo --stop-after-init --test-enable --workers 0 && coverage report --show-missing
Update CHANGELOG without running pipeline
If you need to update the CHANGELOG but you don't need to wait for the pipeline to end, you can put [skip ci]
in your commit message and the pipeline will be skiped.
More info in https://docs.gitlab.com/ee/ci/yaml/#skip-pipeline
Credits
Authors
- Coopdevs Treball SCCL
- Som Connexió SCCL
Contributors
- Coopdevs Treball SCCL
- Som Connexió SCCL
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file odoo12-addon-somconnexio-12.0.2.10.0.tar.gz
.
File metadata
- Download URL: odoo12-addon-somconnexio-12.0.2.10.0.tar.gz
- Upload date:
- Size: 710.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 917da85d0d43102616d1ab8646cdb47a2419dc5061e59c283bf16de60efcb00b |
|
MD5 | d07f1f04978ab95d31ab35b5e72f7337 |
|
BLAKE2b-256 | 241ab65daae44fa8afe1ec3e6c1428d009b50e3052ec4ce05b5d4d100b78f01f |
File details
Details for the file odoo12_addon_somconnexio-12.0.2.10.0-py2.py3-none-any.whl
.
File metadata
- Download URL: odoo12_addon_somconnexio-12.0.2.10.0-py2.py3-none-any.whl
- Upload date:
- Size: 938.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70afaf76cb8a0ca421f6d16c632c7ac968aa3dd7596a4affdc467f96d1e53eb6 |
|
MD5 | 284df0d7d8e57c336481f5113741806b |
|
BLAKE2b-256 | ffe59e0d7cdc5240189021d21889ce4f908c7288b256b307cd38edbfe0b20085 |