Skip to content

Commit

Permalink
[FIX] runbot: fix typo in server action
Browse files Browse the repository at this point in the history
  • Loading branch information
Williambraecky authored and Xavier-Do committed Nov 14, 2024
1 parent 9151c26 commit c2e9aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runbot/data/error_link.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<field name="type">ir.actions.server</field>
<field name="state">code</field>
<field name="code">
records.action_link_errors_content()
records.action_link_errors_contents()
</field>
</record>
<record model="ir.actions.server" id="action_clean_build_errors">
Expand Down

0 comments on commit c2e9aaf

Please sign in to comment.