OTA Command Line Tool
Install from PyPI:
pip install odoo-technical-analysispath is the local repository you want to inspect.
ota analyze <path> --saveota 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