server-tools
server-tools copied to clipboard
Tools for Odoo Administrators to improve some technical features on Odoo.
An invalid field must be skipped in any case if not in strict mode. Error message has been downgraded to warning since is not really broken till you use string...
New field type float that supports NULL values instead of defaulting to 0.0 In standard Odoo, ``fields.Float`` does not support distinguishing between ``0.0`` and ``NULL`` (i.e., an unset value). By...
Depend on: - https://github.com/OCA/server-tools/pull/3249
Supersede of #2686. Also includes, in a separate commit, an improvement that allows choosing either the partner's language or the language of the sent email instead (determined by the mail...
This module adds the following features for attachments: - Displays the date and time when each attachment was added under the attachment file - Records chatter messages showing which user...
- remove useless `view_init` in commit: https://github.com/odoo/odoo/pull/79563/commits/fbfbf1756b - fix domain ([issue](https://github.com/OCA/server-tools/pull/2991#discussion_r1791811592)) on `template_id` field of import/export wizard. for some reason `context` is no longer present in python dynamic domains, see...