Daily updates from Odoo
Sunday, December 21, 2014
1 change
New functionality added to Odoo
This change adds a simple way to record debug messages while creating or testing server actions. It helps administrators and implementers understand what automated actions are doing, making setup and troubleshooting faster without affecting everyday users.
Original PR description
...building server action
Example of use in server action:
log('Message: %s' % obj.name)