diff --git a/hr_timesheet_description/README.rst b/hr_timesheet_description/README.rst new file mode 100644 index 000000000..09ce873ed --- /dev/null +++ b/hr_timesheet_description/README.rst @@ -0,0 +1,46 @@ +Timesheet Description from Grid View +==================================== + +This module is used for simply adding description with timesheet +in kanban and grid view + +Usage +===== + +After installation open Timesheets module ther we can add timesheet +for task by clicking add a line from the grid view here added a new +field for adding description of task. + + +Company +------- +* `Cybrosys Techno Solutions `__ + +Credits +------- +* Developer: + Noushid Khan.P + +Contacts +-------- +* Mail Contact : odoo@cybrosys.com +* Website : https://cybrosys.com + +Bug Tracker +----------- +Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. + +Maintainer +========== +.. image:: https://cybrosys.com/images/logo.png + :target: https://cybrosys.com + +This module is maintained by Cybrosys Technologies. + +For support and more information, please visit `Our Website `__ + +Further information +=================== +HTML Description: ``__ + + diff --git a/hr_timesheet_description/__init__.py b/hr_timesheet_description/__init__.py new file mode 100644 index 000000000..2f83ce75b --- /dev/null +++ b/hr_timesheet_description/__init__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +###################################################################################### +# +# Cybrosys Technologies Pvt. Ltd. +# +# Copyright (C) 2019-TODAY Cybrosys Technologies(). +# Author: Noushid Khan P (odoo@cybrosys.com) +# +# This program is under the terms of the Odoo Proprietary License v1.0 (OPL-1) +# It is forbidden to publish, distribute, sublicense, or sell copies of the Software +# or modified copies of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +# DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +# DEALINGS IN THE SOFTWARE. +# +######################################################################################## diff --git a/hr_timesheet_description/__manifest__.py b/hr_timesheet_description/__manifest__.py new file mode 100644 index 000000000..dbb582490 --- /dev/null +++ b/hr_timesheet_description/__manifest__.py @@ -0,0 +1,43 @@ +# -*- coding: utf-8 -*- +###################################################################################### +# +# Cybrosys Technologies Pvt. Ltd. +# +# Copyright (C) 2019-TODAY Cybrosys Technologies(). +# Author: Noushid Khan P (odoo@cybrosys.com) +# +# This program is under the terms of the Odoo Proprietary License v1.0 (OPL-1) +# It is forbidden to publish, distribute, sublicense, or sell copies of the Software +# or modified copies of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +# DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +# DEALINGS IN THE SOFTWARE. +# +######################################################################################## +{ + 'name': 'Timesheet Description from Grid View', + 'version': '13.0.1.0.0', + 'summary': 'Add Timesheet Description from Grid view and Kanban View', + 'description': 'Add Timesheet Description from Grid view and Kanban View', + 'category': 'Human Resources', + 'author': 'Cybrosys Techno Solutions', + 'maintainer': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'https://www.cybrosys.com', + 'depends': [ + 'base','timesheet_grid' + ], + 'data': [ + 'views/account_analytic_line.xml', + ], + 'images': ['static/description/banner.png'], + 'license': 'OPL-1', + 'installable': True, + 'application': False, + 'auto_install': False, +} diff --git a/hr_timesheet_description/doc/RELEASE_NOTES.md b/hr_timesheet_description/doc/RELEASE_NOTES.md new file mode 100644 index 000000000..2602da899 --- /dev/null +++ b/hr_timesheet_description/doc/RELEASE_NOTES.md @@ -0,0 +1,7 @@ +## Module + +#### 30.01.2020 +#### Version 13.0.1.0.0 +##### ADD +- Initial commit for hr_timesheet_description. + diff --git a/hr_timesheet_description/static/description/banner.png b/hr_timesheet_description/static/description/banner.png new file mode 100644 index 000000000..956040c28 Binary files /dev/null and b/hr_timesheet_description/static/description/banner.png differ diff --git a/hr_timesheet_description/static/description/icon.png b/hr_timesheet_description/static/description/icon.png new file mode 100644 index 000000000..f5f1eb94e Binary files /dev/null and b/hr_timesheet_description/static/description/icon.png differ diff --git a/hr_timesheet_description/static/description/images/checked.png b/hr_timesheet_description/static/description/images/checked.png new file mode 100644 index 000000000..578cedb80 Binary files /dev/null and b/hr_timesheet_description/static/description/images/checked.png differ diff --git a/hr_timesheet_description/static/description/images/cybrosys.png b/hr_timesheet_description/static/description/images/cybrosys.png new file mode 100644 index 000000000..d76b5bafb Binary files /dev/null and b/hr_timesheet_description/static/description/images/cybrosys.png differ diff --git a/hr_timesheet_description/static/description/images/deadline_reminder.png b/hr_timesheet_description/static/description/images/deadline_reminder.png new file mode 100644 index 000000000..218abe026 Binary files /dev/null and b/hr_timesheet_description/static/description/images/deadline_reminder.png differ diff --git a/hr_timesheet_description/static/description/images/desc01.png b/hr_timesheet_description/static/description/images/desc01.png new file mode 100644 index 000000000..dbc2ef76c Binary files /dev/null and b/hr_timesheet_description/static/description/images/desc01.png differ diff --git a/hr_timesheet_description/static/description/images/desc02.png b/hr_timesheet_description/static/description/images/desc02.png new file mode 100644 index 000000000..b267ee9e2 Binary files /dev/null and b/hr_timesheet_description/static/description/images/desc02.png differ diff --git a/hr_timesheet_description/static/description/images/desc03.png b/hr_timesheet_description/static/description/images/desc03.png new file mode 100644 index 000000000..9c584e3d8 Binary files /dev/null and b/hr_timesheet_description/static/description/images/desc03.png differ diff --git a/hr_timesheet_description/static/description/images/employee_docs.png b/hr_timesheet_description/static/description/images/employee_docs.png new file mode 100644 index 000000000..bc39822ea Binary files /dev/null and b/hr_timesheet_description/static/description/images/employee_docs.png differ diff --git a/hr_timesheet_description/static/description/images/front.png b/hr_timesheet_description/static/description/images/front.png new file mode 100644 index 000000000..286e793dd Binary files /dev/null and b/hr_timesheet_description/static/description/images/front.png differ diff --git a/hr_timesheet_description/static/description/images/log_details.png b/hr_timesheet_description/static/description/images/log_details.png new file mode 100644 index 000000000..e94f0afe9 Binary files /dev/null and b/hr_timesheet_description/static/description/images/log_details.png differ diff --git a/hr_timesheet_description/static/description/images/project_report.png b/hr_timesheet_description/static/description/images/project_report.png new file mode 100644 index 000000000..46288555e Binary files /dev/null and b/hr_timesheet_description/static/description/images/project_report.png differ diff --git a/hr_timesheet_description/static/description/images/task_timer.png b/hr_timesheet_description/static/description/images/task_timer.png new file mode 100644 index 000000000..6b8415776 Binary files /dev/null and b/hr_timesheet_description/static/description/images/task_timer.png differ diff --git a/hr_timesheet_description/static/description/images/timesheet_pdf.png b/hr_timesheet_description/static/description/images/timesheet_pdf.png new file mode 100644 index 000000000..2c4c891a0 Binary files /dev/null and b/hr_timesheet_description/static/description/images/timesheet_pdf.png differ diff --git a/hr_timesheet_description/static/description/index.html b/hr_timesheet_description/static/description/index.html new file mode 100644 index 000000000..f94d2f59e --- /dev/null +++ b/hr_timesheet_description/static/description/index.html @@ -0,0 +1,329 @@ + + +
cybrosys-logo
+ +
+
+
+

Timesheet Description from Grid View

+

+ Add Timesheet Description from Grid view and Kanban View +

+
+

Key Highlights

+
    +
  • check + Extra field for setting description to timesheet. + +
  • + +
  • check + Can add timesheet description from Grid view and Kanban View +
  • + +
+ +
+
+
+
+ + + + + + +
+
+
+ +
+
+ +

Overview

+
+

+ The module will be useful for adding description for timesheet from Grid view and Kanban View. +

+ +
+ +
+ +

Timesheet Description from Grid View

+
+
    + +
  • + check + Add description for timesheets from Grid view and Kanban View. +
  • +
+
+ + +
+ +
+

Screenshots

+
+
+
+ + + +
+
+
+
+ + +
+

Suggested Products

+
+ +
+ + +
+

Our Service

+
+ +
+
+
+

Our Industries

+
+ +
+
+
+ +
+
+

Trading

+

Easily procure and sell your products.

+
+
+
+
+ +
+
+

Manufacturing

+

Plan, track and schedule your operations.

+
+
+
+
+ +
+
+

Restaurant

+

Run your bar or restaurant methodical.

+
+
+
+
+ +
+
+

POS

+

Easy configuring and convivial selling.

+
+
+
+
+ +
+
+

E-commerce & Website

+

Mobile friendly, awe-inspiring product pages.

+
+
+
+
+ +
+
+

Hotel Management

+

An all-inclusive hotel management application.

+
+
+
+
+ +
+
+

Education

+

A Collaborative platform for educational management.

+
+
+
+
+ +
+
+

Service Management

+

Keep track of services and invoice accordingly.

+
+
+
+
+
+
+ + + +
+
+
+

Need Any Help?

+
+ +

If you have anything to share with us based on your use of this module, please let us know. We are ready to offer our support.

+
+

Email us

+

odoo@cybrosys.com / info@cybrosys.com

+ +
+
+

Contact Us

+ www.cybrosys.com +
+
+ +
+
+ + +
+
+
+ + + + +
+
+ +
+ + + + + + + + +
+
+
+
+ diff --git a/hr_timesheet_description/views/account_analytic_line.xml b/hr_timesheet_description/views/account_analytic_line.xml new file mode 100644 index 000000000..b2fb602f8 --- /dev/null +++ b/hr_timesheet_description/views/account_analytic_line.xml @@ -0,0 +1,16 @@ + + + + + timeSheet.grid.creation.inherited.desc + account.analytic.line + + + + + + + + + + \ No newline at end of file