Browse Source

[FIX] Bug Fixed

pull/129/head
Ajmalcybrosys 6 years ago
parent
commit
7f454efa5f
  1. 2
      project_task_timer/__manifest__.py
  2. 4
      project_task_timer/views/project_task_timer_view.xml

2
project_task_timer/__manifest__.py

@ -19,7 +19,7 @@
############################################################################## ##############################################################################
{ {
'name': 'Project Task Timer', 'name': 'Project Task Timer',
'version': '12.0.2.0.4', 'version': '12.0.3.0.4',
'summary': """Task Timer With Start & Stop""", 'summary': """Task Timer With Start & Stop""",
'description': """"This module helps you to track time sheet in project automatically.""", 'description': """"This module helps you to track time sheet in project automatically.""",
'category': 'Project', 'category': 'Project',

4
project_task_timer/views/project_task_timer_view.xml

@ -51,8 +51,8 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<data> <data>
<xpath expr="//field[@name='task_id']" position="after"> <xpath expr="//field[@name='task_id']" position="after">
<field name="date_start"/> <field name="date_start" required="1"/>
<field name="date_end"/> <field name="date_end" required="1"/>
</xpath> </xpath>
</data> </data>
</field> </field>

Loading…
Cancel
Save