Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
4044 Prikazi

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>

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
sep. 21
7
0
sep. 20
3771
10
dec. 23
24687
0
jul. 25
157
1
jul. 25
393