Skip to content

Commit

Permalink
[FIX] project_issue_timesheet_time_control: Group by issue, not by task
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Aug 29, 2017
1 parent 14d5f0c commit ff9cef3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion project_issue_timesheet_time_control/__manifest__.py
Expand Up @@ -4,7 +4,7 @@

{
'name': 'Project issue timesheet time control',
'version': '10.0.1.0.0',
'version': '10.0.1.1.0',
'category': 'Project Management',
'author': 'Tecnativa, '
'Odoo Community Association (OCA)',
Expand Down
14 changes: 7 additions & 7 deletions project_issue_timesheet_time_control/i18n/es.po
Expand Up @@ -27,28 +27,28 @@ msgstr "Línea Analítica"
#. module: project_issue_timesheet_time_control
#: model:ir.ui.view,arch_db:project_issue_timesheet_time_control.account_analytic_line_tree
msgid "Close issue"
msgstr ""
msgstr "Cerrar incidencia"

#. module: project_issue_timesheet_time_control
#: model:ir.model.fields,field_description:project_issue_timesheet_time_control.field_account_analytic_line_issue_closed
msgid "Closed"
msgstr "Cerrado"

#. module: project_issue_timesheet_time_control
#: model:ir.ui.view,arch_db:project_issue_timesheet_time_control.account_analytic_line_search
msgid "Issue"
msgstr "Incidencia"

#. module: project_issue_timesheet_time_control
#: model:ir.ui.view,arch_db:project_issue_timesheet_time_control.account_analytic_line_tree
msgid "Open issue"
msgstr ""
msgstr "Abrir incidencia"

#. module: project_issue_timesheet_time_control
#: model:ir.ui.view,arch_db:project_issue_timesheet_time_control.project_issue_form_view
msgid "Stop"
msgstr "Parar"

#. module: project_issue_timesheet_time_control
#: model:ir.ui.view,arch_db:project_issue_timesheet_time_control.account_analytic_line_search
msgid "Task"
msgstr "Tarea"

#. module: project_issue_timesheet_time_control
#: model:ir.model.fields,help:project_issue_timesheet_time_control.field_account_analytic_line_issue_closed
msgid "Tasks in this stage are considered closed."
Expand Down
Expand Up @@ -29,7 +29,7 @@
<field name="inherit_id" ref="hr_timesheet.hr_timesheet_line_search"/>
<field name="arch" type="xml">
<group position="inside">
<filter string="Task" context="{'group_by': 'task_id'}"/>
<filter string="Issue" context="{'group_by': 'issue_id'}"/>
</group>
</field>
</record>
Expand Down

0 comments on commit ff9cef3

Please sign in to comment.