Skip to content

equitania/odoo-fast-report-mapper

Repository files navigation

Odoo-fast-report-mapper

====================================================================================
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.

Installation

odoo-fast-report-mapper requires:

  • 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

Usage

$ 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.

example

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=y

Options

You can check out the full license here

This project is licensed under the terms of the AGPLv3 license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages