mirror of
https://github.com/NaN-tic/trytond-galatea_tutorial.git
synced 2023-12-14 02:32:55 +01:00
FIX typo name action keyword tutorial to comments
This commit is contained in:
parent
16ae707027
commit
d5b8cf8982
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
<field name="res_model">galatea.tutorial.comment</field>
|
||||
<field name="domain">[("tutorial", 'in', Eval('active_ids'))]</field>
|
||||
</record>
|
||||
<record model="ir.action.keyword" id="act_open_tutorial_post_comment_keyword1">
|
||||
<record model="ir.action.keyword" id="act_open_tutorial_comment_keyword1">
|
||||
<field name="keyword">form_relate</field>
|
||||
<field name="model">galatea.tutorial,-1</field>
|
||||
<field name="action" ref="act_tutorial_comment_form2"/>
|
||||
|
|
Loading…
Reference in a new issue