$ cat node-template.py

O

Odoo user_id projects

// Elenco dei progetti relativi ad un determinato user_id in formato md

macro
Utility
template.py
1import json2import sys345def main():6    print(json.dumps({7        "error": "Macro nodes are executed by the macro executor, not directly. "8                 "Please configure the macro using the wizard.",9    }), file=sys.stderr)10    sys.exit(1)111213if __name__ == "__main__":14    main()15

$ git log --oneline

v1.0.0
HEAD
2026-08-18