Skip to main content

A package to create FastReport entries in Odoo

Project description

Odoo-fast-report-mapper

====================================================================================
This is a simple python library to create/collect FastReport entries in/from an Odoo environment. Also to test the rendering of FastReport documents. 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.8.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] [--disable_qweb] [--testing_only]
Optional arguments:
  --server_path     Server configuration folder
  --report_path     Reports folder
  --collect_reports Report collection (y/n)  
  --disable_qweb    Disable QWeb reports in Odoo
  --testing_only    Testing only (y) or Mapping & Testing (n). Default: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 --disable_qweb=y --testing_only=y
# 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 --disable_qweb=y 

Options

You can check out the full license here

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

odoo-fast-report-mapper-equitania-0.1.8.tar.gz (24.9 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page