Skip to Content
Menu
v 12.0 Third Party 10
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Employees (hr)
Discuss (mail)
Leaves (hr_holidays)
Calendar (calendar)
Lines of code 341
Technical Name hr_shift
LicenseOPL-1
Websitehttps://www.twitter.com/senthilnathang
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Employees (hr)
Discuss (mail)
Leaves (hr_holidays)
Calendar (calendar)
Lines of code 341
Technical Name hr_shift
LicenseOPL-1
Websitehttps://www.twitter.com/senthilnathang

Employee Shifts

This Module works on Enterprise editions

The module allows you to manage multiple shifts by assigning a specific working hours to an employee, the system will change the employee shift automatically based on the shift that you assign to him / her when the time comes.


The Workflow

Create a Batch of your choice, specify the dates of the batch then assign the shift (morning shift, 8-5 shift, 9AM – 6 PM shift), this shift uses the built in odoo working hours.


here is all employees shifts in this batch:


you can also assign a single employee to a shift :


after you assign the employee to shift they will simply appear on the Gantt chart and the calendar views


Calendar


Pivot Table


Graph


Pie Chart


Line Chart


Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions 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.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
There are no ratings yet!
Community Version
by
Herru Murtopo
on 12/1/19, 8:53 AM

Please develop for community

Re: Community Version
by
senthil
on 12/1/19, 1:50 PM Author

sure,i have contributes so many free modules


Key Error While Installing the Module
by
Akram Malik
on 11/16/19, 5:20 AM Confirmed Purchase

Hi, I am facing the following Key Error when I try to install this module. Please fix it at your earliest. Error: Odoo Server Error Traceback (most recent call last): File "/odoo12e/odoo12e-server/odoo/http.py", line 656, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/odoo12e/odoo12e-server/odoo/http.py", line 314, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/odoo12e/odoo12e-server/odoo/tools/pycompat.py", line 87, in reraise raise value File "/odoo12e/odoo12e-server/odoo/http.py", line 698, in dispatch result = self._call_function(**self.params) File "/odoo12e/odoo12e-server/odoo/http.py", line 346, in _call_function return checked_call(self.db, args, *kwargs) File "/odoo12e/odoo12e-server/odoo/service/model.py", line 97, in wrapper return f(dbname, args, *kwargs) File "/odoo12e/odoo12e-server/odoo/http.py", line 339, in checked_call result = self.endpoint(*a, **kw) File "/odoo12e/odoo12e-server/odoo/http.py", line 941, in _call_ return self.method(*args, **kw) File "/odoo12e/odoo12e-server/odoo/http.py", line 519, in response_wrap response = f(*args, **kw) File "/odoo12e/odoo12e-server/addons/web/controllers/main.py", line 966, in call_button action = self._call_kw(model, method, args, {}) File "/odoo12e/odoo12e-server/addons/web/controllers/main.py", line 954, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/odoo12e/odoo12e-server/odoo/api.py", line 749, in call_kw return _call_kw_multi(method, model, args, kwargs) File "/odoo12e/odoo12e-server/odoo/api.py", line 736, in _call_kw_multi result = method(recs, args, *kwargs) File "", line 2, in button_immediate_install File "/odoo12e/odoo12e-server/odoo/addons/base/models/ir_module.py", line 74, in check_and_log return method(self, args, *kwargs) File "/odoo12e/odoo12e-server/odoo/addons/base/models/ir_module.py", line 445, in button_immediate_install return self._button_immediate_function(type(self).button_install) File "/odoo12e/odoo12e-server/odoo/addons/base/models/ir_module.py", line 561, in _button_immediate_function modules.registry.Registry.new(self._cr.dbname, update_module=True) File "/odoo12e/odoo12e-server/odoo/modules/registry.py", line 86, in new odoo.modules.load_modules(registry._db, force_demo, status, update_module) File "/odoo12e/odoo12e-server/odoo/modules/loading.py", line 421, in load_modules loaded_modules, update_module, models_to_check) File "/odoo12e/odoo12e-server/odoo/modules/loading.py", line 313, in load_marked_modules perform_checks=perform_checks, models_to_check=models_to_check File "/odoo12e/odoo12e-server/odoo/modules/loading.py", line 194, in load_module_graph registry.setup_models(cr) File "/odoo12e/odoo12e-server/odoo/modules/registry.py", line 267, in setup_models model._setup_fields() File "/odoo12e/odoo12e-server/odoo/models.py", line 2609, in _setup_fields field.setup_full(self) File "/odoo12e/odoo12e-server/odoo/fields.py", line 482, in setup_full self._setup_regular_full(model) File "/odoo12e/odoo12e-server/odoo/fields.py", line 2392, in _setup_regular_full invf = comodel._fields[self.inverse_name] KeyError: 'shift_run_id'

Re: Key Error While Installing the Module
by
senthil
on 11/18/19, 12:50 AM Author

Please re-download now and try again if you face any problem do write a mail directly to bornspy@gmail.com