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

Results 191 server-ux issues
Sort by recently updated
recently updated
newest added

Introduce an `allow_quick_create` context flag to bypass the restriction applied by models with `avoid_quick_create` enabled. This allows controlled quick creation of records in specific, legitimate cases. For example, the method...

approved
ready to merge

There are currently Issues with this module. I am adding it into the readme so people are aware of it.

This commit adds the possibility for modules inheriting from `base_tier_validation` to customize the `ir.actions.act_window` to run when a user clicks on the TierReviewMenu entries. For example, the current behavior when...

stale

The date.range model currently supports only a single company (`company_id`). This requires creating multiple date ranges for different companies, which complicates management. To resolve this, we replace the field `company_id`...

This PR split method to allow other module update values docs.

approved
ready to merge

Fixes ``` psycopg2.errors.UniqueViolation: duplicate key value violates unique constraint "act_window_view_unique_mode_per_action" DETAIL: Key (act_window_id, view_mode)=(755, list) already exists. odoo.tools.convert.ParseError: while parsing /home/odoo/odoo18/src/server-ux/base_substate/views/base_substate_type_views.xml:67, somewhere inside list ``` after updating the module on...

This reverts commit 19e0337c0b11ac91cf6832fc2aef8f74964181f9.