This repository contains code used for managing member cotisations.
export DATABASE='fixme'
export USERNAME='you'
export PASSWORD='yourpass'
./cotisations.py -h
pip3 install --user odoorpc arrow tabulate
Please ensure that your code if formatted using black before pushing code.