mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: fix typo in server action
This commit is contained in:
parent
9151c26232
commit
c2e9aaf387
@ -16,7 +16,7 @@
|
|||||||
<field name="type">ir.actions.server</field>
|
<field name="type">ir.actions.server</field>
|
||||||
<field name="state">code</field>
|
<field name="state">code</field>
|
||||||
<field name="code">
|
<field name="code">
|
||||||
records.action_link_errors_content()
|
records.action_link_errors_contents()
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
<record model="ir.actions.server" id="action_clean_build_errors">
|
<record model="ir.actions.server" id="action_clean_build_errors">
|
||||||
|
Loading…
Reference in New Issue
Block a user