Daily updates from Odoo
Sunday, December 21, 2014
2 changes · master
New functionality added to Odoo
This update adds a tax number field for partners in the Hungarian localization, helping businesses record locally required tax identification details. It supports better compliance and cleaner customer or supplier records for companies operating in Hungary.
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)