Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 662 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 662 Bytes

Odoo Technical Analysis

OTA Command Line Tool

PyPI PyPI

Installation

Install from PyPI:

pip install odoo-technical-analysis

Quickstart

Analyze

path is the local repository you want to inspect.

ota analyze <path> --save

Send report

ota send <json_file> --local

ID=$(ota send <json_file> --local)

Download reports

  • PDF Report :
ota download "$ID" pdf --template default --local
  • Document :
ota download "$ID" docx --template doc --local