[FIX] name field of ir.ui.view is optional
The documentation says that the field name is required.
However, since (at least) version 8, the field is optional, and will be autogenerated if not defined.
Toggling the base branch to force it on runbot.
Hi @AntoineVDV. Thanks for taking into account my PR. I don't understand why CI is broken.
- ci/codeowner :
Some pr have an invalid target: 22935,8305 - ci/documentation : ``` No "build succeeded." found in logs. ```` do you know why ? thanks !
Hi @legalsylvain, it's because runbot tries to bundle this PR with https://github.com/odoo/odoo/pull/22935 as both have the same patch-1 branch. I don't believe that there is a way to unbundle them from runbot so the best fix would be to close this PR and open a new one with a different branch. Pick a name that will not collide with another of your odoo/* branches; something like 15.0-view-optional.
Hi @legalsylvain, it's because runbot tries to bundle this PR with https://github.com/odoo/odoo/pull/22935 as both have the same patch-1 branch. I don't believe that there is a way to unbundle them from runbot so the best fix would be to close this PR and open a new one with a different branch. Pick a name that will not collide with another of your odoo/* branches; something like 15.0-view-optional.
thanks ! done here https://github.com/odoo/documentation/pull/3295