From 82757d201a9194c2d8470ab80c837441b1ded25b Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sun, 29 Mar 2020 06:55:25 +0000 Subject: [PATCH] [UPD] README.rst --- web_ir_actions_act_view_reload/static/description/index.html | 2 +- web_widget_x2many_2d_matrix/static/description/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web_ir_actions_act_view_reload/static/description/index.html b/web_ir_actions_act_view_reload/static/description/index.html index b0028857e..b7be612a8 100644 --- a/web_ir_actions_act_view_reload/static/description/index.html +++ b/web_ir_actions_act_view_reload/static/description/index.html @@ -386,7 +386,7 @@ ul.auto-toc {

Usage

To use this functionality you need to return following action:

-@api.multi
+@api.multi
 def foo():
    self.ensure_one()
    return {
diff --git a/web_widget_x2many_2d_matrix/static/description/index.html b/web_widget_x2many_2d_matrix/static/description/index.html
index 0c192ddd0..8b501c4b2 100644
--- a/web_widget_x2many_2d_matrix/static/description/index.html
+++ b/web_widget_x2many_2d_matrix/static/description/index.html
@@ -486,7 +486,7 @@ the field in the default function:

'project_id': p.id, 'user_id': u.id, 'planned_hours': 0, - 'message_needaction': False, + 'message_needaction': False, 'date_deadline': fields.Date.today(), }) # if the project doesn't have a task for the user,