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

Make use of this refactor from Odoo: https://github.com/odoo/odoo/commit/488e334fc8fd6601e304635fa577c98b9bfd18e6 It is more in line with the standard while also improving perfs

stale

Only run makepot once. The result will be equivalent in each of those jobs because the pot files will be generated for all the addons at once. If there are...

Change: - [This commit](https://github.com/odoo/odoo/commit/ae35752ce7aeb6e62e7ef0ec46c15dd9d23571cc) makes the Service field required, so the Service should be set when the Provider is changed rather than when creating the IAP Account

## Module tracking_manager ## Describe the bug - When I enable tracking on a _one2many_ field in a custom model using the tracking_manager module, the tracked changes appear in the...

bug

## New Module: Automatic Database Backups via FSSPEC This module introduces automated database backups storing feature using an **FSSPEC** implementation, along with the necessary configurations and views. The primary goal...