Skip to content
Snippets Groups Projects
Unverified Commit fe74610f authored by otakuto's avatar otakuto Committed by Martin Trigaux
Browse files

[FIX] base: typo

Closes #25662
parent 9bce0361
No related branches found
No related tags found
No related merge requests found
......@@ -372,7 +372,7 @@ class IrActionsServer(models.Model):
code = fields.Text(string='Python Code', groups='base.group_system',
default=DEFAULT_PYTHON_CODE,
help="Write Python code that the action will execute. Some variables are "
"available for use; help about pyhon expression is given in the help tab.")
"available for use; help about python expression is given in the help tab.")
# Multi
child_ids = fields.Many2many('ir.actions.server', 'rel_server_actions', 'server_id', 'action_id',
string='Child Actions', help='Child server actions that will be executed. Note that the last return returned action value will be used as global return value.')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment