跳至內容
選單
此問題已被標幟
4327 瀏覽次數

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
4076
10
12月 23
25165
1
9月 25
565
0
8月 25
1253