odoo/odoo#197904
Created by fw-bot
Merged
at e1acbf1dfda57aca1c8a7591c53eacf040c5efcd
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:saas-18.1-saas-17.4-base-embedded-action-domain-gavb-416503-fw
- head
- 986c1d813198f294fd598b721494f7db948dcac7
- merged
- 4 months ago by Framework (ORM), Rémy Voet (ryv)
odoo/odoo | |
---|---|
saas-17.4 | #196919 |
18.0 | #197888 |
saas-18.1 | #197904 |
saas-18.2 | #197934 |
saas-18.3 | |
saas-18.4 | |
master | #197923 |
[FW][FIX] base: embedded action default domain
Steps:
- Set domain of an embedded action to false
- this override the default value
- Try to use the embedded action
Actual result:
- Error due to invalid domain
Expected result:
- Embedded action work and use empty domain as default
Forward-Port-Of: #196919