Skip to content

Commit

Permalink
[16.0][IMP] hr_timesheet_hours_billed:review
Browse files Browse the repository at this point in the history
Rewrte manifest, USAGE.rst, HISTORY.rst with
help of review
  • Loading branch information
Andrey committed Mar 6, 2023
1 parent 173bfa9 commit 8ab7b42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
8 changes: 3 additions & 5 deletions hr_timesheet_hours_billed/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Copyright goes to "Cetmix OU" 2015-17 Eficent Business and IT Consulting Services S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3.0).

{
"name": "Hours Billed",
"name": "Timesheet Hours Billed",
"summary": """Add ‘Hours Billed’, 'Approved', 'Approved by',
'Approved on' field for timesheets""",
"version": "16.0.1.0.0",
"category": "Timesheet",
"website": "https://github.com/OCA/timesheet",
"author": "Cetmix, Odoo Community Association (OCA)",
"maintainers": ["solo4games", "CetmixGitDrone"],
"author": "Odoo Community Association (OCA), Cetmix",
"license": "LGPL-3",
"application": False,
"installable": True,
Expand Down
15 changes: 0 additions & 15 deletions hr_timesheet_hours_billed/readme/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,15 +0,0 @@
16.0.1.0.0 (2023-02-18)
~~~~~~~~~~~~~~~~~~~~~~~

* [16.0][ADD] hr_timesheet_hours_billed module.
(`#0521b9a91d857361a3e89ec07e999a5423574009 <https://github.com/OCA/timesheet/pull/570/commits/0521b9a91d857361a3e89ec07e999a5423574009>`_)
* [16.0][IMP] do normal manifest but have problem with dependencies.
(`#6ef406e98f17d0c5367156248d97946467862938 <https://github.com/OCA/timesheet/pull/570/commits/6ef406e98f17d0c5367156248d97946467862938>`_)

16.0.1.0.0 (2023-02-20)
~~~~~~~~~~~~~~~~~~~~~~~

* [16.0][IMP] Improving by adding tests and refactor code with help of review.
(`#3a68f2d5b1288c2a3ee95197c55bfe5318bf37b6 <https://github.com/OCA/timesheet/pull/570/commits/3a68f2d5b1288c2a3ee95197c55bfe5318bf37b6>`_)
* [16.0][IMP] Add normal dependecies in manifest.
(`#08a52fe0aacc6ce48812316519a1640e6712ce3e <https://github.com/OCA/timesheet/pull/570/commits/08a52fe0aacc6ce48812316519a1640e6712ce3e>`_)
5 changes: 2 additions & 3 deletions hr_timesheet_hours_billed/readme/USAGE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
To use this module you need to:

#. Go to Apps and install this module
#. Go to Timesheets, there you can see new rows called 'Hours Billed', 'Approved', 'Approved by', 'Approved date'.
#. You can choose one of the Approved state. If you choose yes, then the field 'Approved by' will be filled with the current user, and field 'Approved date' will be filled with the current date.
#. Also now the field 'Hours Billed' is used to calcualte 'Delivered' field in sale order line, but only if it has staus 'Approved'.
#. Modify 'Approved' field. Choose yes, then field 'Approved by' will be filled with the current user, field 'Approved date' will be filled with the current date.
#. Field 'Hours Billed' is used to calcualte 'Delivered' field in sale order line, only approved timesheets will be invoiced.

0 comments on commit 8ab7b42

Please sign in to comment.