mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: bind the link error content action to the right model
This commit is contained in:
parent
966e7db420
commit
a9fdf1c3c7
@ -11,8 +11,8 @@
|
||||
</record>
|
||||
<record model="ir.actions.server" id="action_link_build_errors_contents">
|
||||
<field name="name">Link build errors contents</field>
|
||||
<field name="model_id" ref="runbot.model_runbot_build_error" />
|
||||
<field name="binding_model_id" ref="runbot.model_runbot_build_error" />
|
||||
<field name="model_id" ref="runbot.model_runbot_build_error_content" />
|
||||
<field name="binding_model_id" ref="runbot.model_runbot_build_error_content" />
|
||||
<field name="type">ir.actions.server</field>
|
||||
<field name="state">code</field>
|
||||
<field name="code">
|
||||
|
Loading…
Reference in New Issue
Block a user