OTA Command Line Tool
Install from PyPI:
pip install odoo-technical-analysis
path
is the local repository you want to inspect.
ota analyze <path> --save
ota send <json_file> --local
ID=$(ota send <json_file> --local)
- PDF Report :
ota download "$ID" pdf --template default --local
- Document :
ota download "$ID" docx --template doc --local