====================================================================================
This is a simple python library to create/collect FastReport entries in/from an Odoo environment.
It is a helper tool for our Odoo modules. https://www.myodoo.de/myodoo-fast-report.
- Python (>= 3.6)
- click (>= 7.1.2)
- OdooRPC (>= 0.7.0)
- PyYaml (>= 3.12)
Use the package manager pip to install odoo-fast-report-mapper.
pip install odoo-fast-report-mapper-equitania$ odoo-fr-mapper --help
usage: odoo-fr-mapper [--help] [--server_path] [--report_path] [--collect_reports]Optional arguments:
--server_path Server configuration folder
--report_path Reports folder
--collect_reports Report collection (y/n)
--help Show this message and exit.odoo-fr-mapper --server_path=./connection_yaml --report_path=./reports_yaml
# v12 basis dbs
odoo-fr-mapper --server_path=$HOME/gitbase/dev-helpers/yaml/v12-yaml-con --report_path=$HOME/gitbase/fr-core-yaml/v12/yaml --collect_reports=n
# v13 basis dbs
odoo-fr-mapper --server_path=$HOME/gitbase/dev-helpers/yaml/v13-yaml-con --report_path=$HOME/gitbase/fr-core-yaml/v13/yaml --collect_reports=yYou can check out the full license here
This project is licensed under the terms of the AGPLv3 license.