$ cat node-template.py
O
Odoo user_id tasks
// Elenca tutte le tasks appartenenti ad un determinato user_id in formato md
macro
Utility
template.py
1import json2import sys34def main():5 print(json.dumps({"error": "Macro nodes are executed by the macro executor, not directly."}), file=sys.stderr)6 sys.exit(1)78if __name__ == "__main__":9 main()$ git log --oneline
v1.0.1
HEAD
2026-08-18added input and output
v1.0.02026-08-18