Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ドキュメントから、OpenERPはrmlファイルを使用してレポートを表示します。これらのレポートは、.sxwファイルから生成されます。レポートフォルダにも含まれている.pyファイルについては何も表示されませんでした。彼らの目的は何ですか?
レポートフォルダー内のこれらのPythonファイルはRMLパーサーです。これらはクラスをサブクラス化し、標準report_sxw.rml_parse以上の関数が必要な場合は、レポートのローカルコンテキストに関数を追加します。プロジェクトを検索すると、たくさんの例が見つかります。addonsrml_parse
report_sxw.rml_parse
addons
rml_parse