コンテンツへスキップ
メニュー
この質問にフラグが付けられました
4156 ビュー

Is it possble to output things from the code field for debug purposes? I.e if I wanted to log from this code block:

<record id="action_schedule_emails" model="ir.actions.server">
    <field name="state">code</field>
    <field name="model_id" ref="sale.model_sale_order"/>
    <field name="code">
        // log me?
    </field>
    <field name="type">ir.actions.server</field>
    <field name="condition">True</field>
    <field name="name">Schedule Emails</field>
</record>

アバター
破棄
関連投稿 返信 ビュー 活動
0
9月 21
7
0
9月 20
3906
10
12月 23
24907
0
8月 25
909
0
7月 25
603