server-ux
server-ux copied to clipboard
Raises a misleading exception when reviewer field is correctly set, but is empty on the record. Put this as draft / WIP as there's another exception raised once this is...
…idations context flag check was not present in `_tier_validation_check_state_on_write(vals)` and thus I was unable to properly skip the tier validation using the context flag. now moved up to the write...
- the comment will only be added to last review and remove repetition Improve https://github.com/OCA/server-ux/pull/975 Fix https://github.com/OCA/server-ux/pull/802 Fix https://github.com/OCA/server-ux/pull/803 Fix https://github.com/OCA/server-ux/pull/699 This code was ignoring approve_sequence_bypass
This module adds a new field to the tier definition that allows to set a password confirmation, so later in the tier validation the system will ask the user to...
## Module base_tier_validation ## Describe the bug RPC_ERROR Odoo Server Error Traceback (most recent call last): File "/home/odoo/src/odoo/odoo/http.py", line 1971, in _serve_db return service_model.retrying(self._serve_ir_http, self.env) File "/home/odoo/src/odoo/odoo/service/model.py", line 152, in...