3
0
Fork 0

[FIX] web_widget_x2many_2d_matrix: RST syntax

9.0
Pedro M. Baeza 2019-11-12 09:45:38 +01:00 committed by GitHub
parent 14f2ab360a
commit 64907b6aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -105,6 +105,7 @@ the field in the default function::
task_ids = fields.Many2many('project.task', default=_default_task_ids) task_ids = fields.Many2many('project.task', default=_default_task_ids)
Now in our wizard, we can use:: Now in our wizard, we can use::
<field name="task_ids" widget="x2many_2d_matrix" field_x_axis="project_id" field_y_axis="user_id" field_value="planned_hours" /> <field name="task_ids" widget="x2many_2d_matrix" field_x_axis="project_id" field_y_axis="user_id" field_value="planned_hours" />