Skip to content

Commit

Permalink
[MIG] project_timeline_hr_timesheet v11 to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikul-Chaudhary committed Feb 7, 2019
1 parent 06c2f02 commit a02b39c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions oca_dependencies.txt
@@ -0,0 +1 @@
project https://github.com/Nikul-Chaudhary/project 12-mig-project_timeline
1 change: 1 addition & 0 deletions project_timeline_hr_timesheet/README.rst
Expand Up @@ -55,6 +55,7 @@ Contributors
~~~~~~~~~~~~

* Dennis Sluijk <d.sluijk@onestein.nl>
* Nikul Chaudhary <nikulchaudhary2112@gmail.com>

Maintainers
~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion project_timeline_hr_timesheet/__manifest__.py
Expand Up @@ -8,7 +8,7 @@
'license': 'AGPL-3',
'website': 'https://github.com/OCA/project',
'category': 'Project Management',
'version': '11.0.1.0.0',
'version': '12.0.1.0.0',
'depends': [
'project_timeline',
'hr_timesheet'
Expand Down
1 change: 1 addition & 0 deletions project_timeline_hr_timesheet/readme/CONTRIBUTORS.rst
@@ -1 +1,2 @@
* Dennis Sluijk <d.sluijk@onestein.nl>
* Nikul Chaudhary <nikulchaudhary2112@gmail.com>
4 changes: 2 additions & 2 deletions project_timeline_hr_timesheet/views/project_task_view.xml
Expand Up @@ -8,9 +8,9 @@
<field name="model">project.task</field>
<field name="inherit_id" ref="project_timeline.project_task_timeline"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='user_id']" position="after">
<field name="user_id" position="after">
<field name="progress"/>
</xpath>
</field>
<xpath expr="//div[hasclass('o_project_timeline_item')]" position="after">
<div class="o_project_timeline_hr_timesheet_progress">
<div t-att-class="record.progress > 100 and 'danger'"
Expand Down

0 comments on commit a02b39c

Please sign in to comment.