Skip to content

[BR1230][T25029][ADD]project_timesheet_detail#212

Open
lonelysun wants to merge 4 commits intoElico-Corp:10.0from
lonelysun:project_timesheet_detail
Open

[BR1230][T25029][ADD]project_timesheet_detail#212
lonelysun wants to merge 4 commits intoElico-Corp:10.0from
lonelysun:project_timesheet_detail

Conversation

@lonelysun
Copy link

replace #207

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

space after the ','

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

by every single record -> one by one


This module extends the function of project timesheet,allows the manager to
review, approve or reject the timesheet by every single record.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add the runbot

===========

Bugs are tracked on `GitHub Issues
<https://github.com/Elico-Corp/elico_odoo/issues>`_. In case of trouble, please
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update the url

{
'name': "project_timesheet_detailed",
'summary': """This module extends the function of project timesheet,
allows the manager to review, approve or reject the timesheet by every
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove 'Sorry,' (everywhere)

@api.constrains('task_id', 'issue_id')
def _check_task_and_issue(self):
if self.task_id and self.issue_id:
raise ValueError(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How would that happen?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

always ',' then a space

@@ -0,0 +1,127 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Improve the xml format for readibility

@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="view_project_check_tms" model="ir.ui.view">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Improve XML format for readibility

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Comments