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

Locked by: - [ ] `base_changeset`: https://github.com/OCA/server-tools/pull/2759 - [ ] `base_changeset`: https://github.com/OCA/server-tools/pull/2756 - [ ] `base_changeset`: https://github.com/OCA/server-tools/pull/2760 - [ ] `base_changeset_tier_validation`: https://github.com/OCA/server-tools/pull/2623 Extra changes to full compatibility with previous changes:...

Allow one2many fields from rules Changes done: - [x] Allow one2many fields from rules. - [x] Show the virtual one2many line in the form view. ![ejemplo-1](https://github.com/OCA/server-tools/assets/4117568/f11dc46c-93ed-4ee6-80c1-96b2a1ff6584) ![ejemplo-2](https://github.com/OCA/server-tools/assets/4117568/c0a7cb24-a211-4652-9ecf-1aa4c3f1a86f) - [x] Indicate...

Forward port of [[MIG] bus_alt_connection: Migration to 16.0](https://github.com/OCA/server-tools/pull/2829)

approved

Misc changes from `base_changeset`: - [x] Change development_status to Beta. - [x] Improve `_changeset_disabled()` method with `self.env.su` - [x] Remove `` tag from groups.xml - [x] Add Admin user to...

Superseed from 13.0: https://github.com/OCA/server-tools/pull/2184 Extra changes: - Change the `get_fields_changeset_changes()` method to indicate the ids to be queried. - Remove show changesets in tree views. - Change so that in...

Purging all columns sometime failed when it attempted to delete columns on inherited tables Fix problems like in #1453

# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-13.0 # Modules to migrate - [ ] 13 - By @NL66278 - #1933 - [x] auditlog - ~~By @lembregtse - #1685~~ By @sebalix - #1793 - [...

help wanted
work in progress

Currently, it is possible to create a DB backup and restore it by checking the 'neutralize' option. ![image](https://github.com/OCA/server-tools/assets/5422660/1533d0b5-0492-4ffe-a986-9f6416159a2b) However, this can't be done during the backup creation. ![image](https://github.com/OCA/server-tools/assets/5422660/53f71a26-aeb9-489b-92e1-9814cf9ae284) In some...

enhancement

## Module Database Auto-Backup Loaded on a containerized Odoo 14.0-20231106 (CE) [official image](https://hub.docker.com/layers/library/odoo/14.0/images/sha256-752e68d222564d2de023f0bef75afdb553654a58450abafbe8c6b77298ac1b96?context=explore) running with Docker Compose, along with PostgreSQL version 13.13 (Debian 13.13-1.pgdg120+1), pg_dump (PostgreSQL) is version 16.0 (Debian...

bug