server-tools icon indicating copy to clipboard operation
server-tools copied to clipboard

Tools for Odoo Administrators to improve some technical features on Odoo.

Results 354 server-tools issues
Sort by recently updated
recently updated
newest added

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...

approved
ready to merge

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...

approved

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...

approved