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

- Steps to Reproduce: 1) Go to Settings > Models, select any model (e.g., res.partner). 2) Ensure 'Active' and 'Automatic Configuration' are enabled. 3) Under Domain, change the 'Field Type'...

I am using the module sql_request_abstract to do sql view with odoo. I need to use the "create" word as a value on a sql condition. `select ... WHEN type...

bug
stale

This addon lets you pre-select a session database with an HTTP header: `X_ODOO_DB` by extending (monkey patching) the builtin « magic » function. It is needed when you have more...

needs review

I am using V13C. I have created Rule for the Product Template, and then I just changed the sale price on product template but its not log the Old value...

stale

I don't know how to solve this and if it is a limitation of onchange_helper but: - Call play_onchanges on values like `result = .play_onchanges(vals, vals.keys())` - Create a new...

bug
stale

I propose a change into the OCA module `dbfilter_from_header`. The change is to replace the line: https://github.com/OCA/server-tools/blob/16.0/dbfilter_from_header/override.py:20 ``` dbs = [db for db in dbs if re.match(db_filter_hdr, db)] ``` And...

enhancement

Same as https://github.com/OCA/server-tools/pull/2828

# Context The advent of large language models (LLMs) has highlighted the importance of vector representation as a powerful representation of data to easily determine thesimilarity between different pieces of...

We now get this error during tests: odoo.addons.nsca_client.models.nsca_server: Popen.communicate() got an unexpected keyword argument 'input'. These errors are blocking other merge requests on 16.0.