Automatic leaves Attribution

by
Odoo

106.31

v 10.0 v 11.0 Third Party 1
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Employee Directory (hr)
Leave Management (hr_holidays)
Discuss (mail)
Calendar (calendar)
Technical Name devstriker_auto_leaves_attribution
LicenseOPL-1
Websitehttp://www.devstriker.com
Versions 10.0 11.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Employee Directory (hr)
Leave Management (hr_holidays)
Discuss (mail)
Calendar (calendar)
Technical Name devstriker_auto_leaves_attribution
LicenseOPL-1
Websitehttp://www.devstriker.com
Versions 10.0 11.0

Description

This module adds a job that increments Employee's available leaves credit every month according to his annual leaves right

Usage

Once you finished your installation, a field named "Legal Leave" is added to the company object. The leave type selected in this field will be considered the annual leave type.

Company

Also a field named "Annual Leaves Number" is added to the employee view. This is the total number of leaves the employee is supposed to get in a year (in days). Leave rights are by default incremented every month by that number devided by 12.
Employee Form

Also you can check your next and last execution dates for the Odoo cron job without being in debugging mode by going to "Leaves->Configuration->Auto Leaves Allocation"

Configuration Wizard

As mentioned before, the operation is handled by an automated cron job that launches every month named "Attribute Legal Leaves". You can check this one if you're in a developer mode by going to "Settings->Technical->Automation->Scheduled Actions"

Scheduled Action

Issues

Multiple Companies

This module does not support multiple companies configuration, we're aware of this limitation and are working on adding the proper support

If you encounter any problem with this module please contact us on the following mail: direction@devstriker.com .

The Technical Support for installation is provided with the buy fee, any other request will be invoiced.


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!
Error in Module
by
bakr
on 11/3/19, 5:13 AM Confirmed Purchase

ERROR testing123 odoo.addons.base.ir.ir_cron: Call of self.env[u'hr.employee'].attribute_daily_leaves(*()) failed in Job #10 Traceback (most recent call last): File "/home/odoo/odoo/odoo/addons/base/ir/ir_cron.py", line 126, in _callback getattr(model, method_name)(*args) File "/home/odoo/odoo/addons/devstriker_auto_leaves_attribution/models/hr_employee.py", line 21, in attribute_daily_leaves if not autoleave_config.search([]): File "/home/odoo/odoo/odoo/models.py", line 1516, in search res = self._search(args, offset=offset, limit=limit, order=order, count=count) File "/home/odoo/odoo/odoo/models.py", line 4244, in _search self.sudo(access_rights_uid or self._uid).check_access_rights('read') File "/home/odoo/odoo/odoo/models.py", line 3292, in check_access_rights return self.env['ir.model.access'].check(self._name, operation, raise_exception) File "", line 2, in check File "/home/odoo/odoo/odoo/tools/cache.py", line 87, in lookup value = d[key] = self.method(*args, **kwargs) File "/home/odoo/odoo/odoo/addons/base/ir/ir_model.py", line 950, in check raise AccessError(msg % msg_params) AccessError: (u'Sorry, you are not allowed to access this document. Please con