server-ux
server-ux copied to clipboard
This module enhances the user experience in Odoo by introducing two dynamic filters, **Created Today** and **Updated Today**, to the search views of models that include create_date and/or write_date fields....
When using base_tier_definition, there is a field called "sequence" which can be used to request validations in a specific order. When I see such a field, I expect the records...
This PR implement `base_cancel_confirm` to add `cancel_by` and `cancel_date` Depend On: - [ ] https://github.com/OCA/server-ux/pull/1169
This PR enhanced from base_cancel_confirm. Add selection to user can select instead of free text. In config cancel reason, we can config following model to visible and selected. For example...
Change `attrs` to `invisible`
Go to Base Substate -Set a custom filter to Active is not set -Click on record, error occurs here, detailed error below UncaughtPromiseError > OwlError Uncaught Promise > Cannot find...
Following the changes in standard code, the `excluded_group_ids` was moved outside the Notebook in the Form view and displayed as `many2many_tags` widget.
**Is your feature request related to a problem?** We encountered the following issue on a "large" database with about 30,000 invoices (account_move) with 2 tier reviews per invoice: After trying...