hr attendance professional policy geospatial address mechanism

by ,
Odoo

162.52

v 14.0 Third Party 33
Live Preview
Required Apps Employees (hr)
Included Dependencies
Lines of code 3662
Technical Name hr_attendance_geospatial
LicenseOPL-1
Websitehttps://eurodoo.com
Also available in version v 16.0 v 12.0 v 13.0 v 15.0
You bought this module and need support? Click here!
Required Apps Employees (hr)
Included Dependencies
Lines of code 3662
Technical Name hr_attendance_geospatial
LicenseOPL-1
Websitehttps://eurodoo.com
Also available in version v 16.0 v 12.0 v 13.0 v 15.0

Odoo Geospatial HR control

Odoo Support

  • Odoo Community.
  • Odoo Enterprise.

Preview access with geozone and setting geozone chech in/out

Installed module

Buy, download and installed module as usually.

Сreate geofences

Create a list of geofences. You can do this directly by drawing on the map. These can be offices, shops, or even cities. Every geofence can have company and employee list

See tutorial.

Enable module

Enable/disable geospatial access in attendance module configuration.

Check result

Now all users will be able to check in/out only if they are in one of the geofences

For some functional in gif preview you need installed https://apps.odoo.com/apps/modules/13.0/base_geoengine/ and https://postgis.net/ and 2 python libs pyproj and shapely

HR attendance full control

Our best-selling modules

Need our service?

Contact us by email

Official OCA contributor

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.
Great apps with gret support!
by
ketut waspada
on 11/1/21, 2:59 PM

This is a Great apps with gret support! Thanks SHurshilov!


by
ketut waspada
on 10/16/21, 4:16 PM Confirmed Purchase

Hi, 

I bought this addons and got error when installing as follow:

Odoo Server Error
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 677, in _tag_root
    f(rec)
  File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 580, in _tag_record
    record = model._load_records([data], self.mode == 'update')
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 4213, in _load_records
    records = self._load_records_create([data['values'] for data in to_create])
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 4142, in _load_records_create
    return self.create(values)
  File "<decorator-gen-124>", line 2, in create
  File "/usr/lib/python3/dist-packages/odoo/api.py", line 326, in _model_create_single
    return self.browse().concat(*(create(self, vals) for vals in arg))
  File "/usr/lib/python3/dist-packages/odoo/api.py", line 326, in <genexpr>
    return self.browse().concat(*(create(self, vals) for vals in arg))
  File "/home/ikw/custom_addons/backend_scss_customization/models/ir_ui_view.py", line 15, in create
    res = super(IrUiView, self).create(vals)
  File "<decorator-gen-43>", line 2, in create
  File "/usr/lib/python3/dist-packages/odoo/api.py", line 344, in _model_create_multi
    return create(self, [arg])
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_ui_view.py", line 482, in create
    return super(View, self).create(vals_list)
  File "<decorator-gen-128>", line 2, in create
  File "/usr/lib/python3/dist-packages/odoo/api.py", line 345, in _model_create_multi
    return create(self, arg)
  File "/home/ikw/custom_addons/ks_dashboard_ninja/models/ks_odoo_base.py", line 9, in create
    recs = super(Base, self).create(vals_list)
  File "<decorator-gen-65>", line 2, in create
  File "/usr/lib/python3/dist-packages/odoo/api.py", line 345, in _model_create_multi
    return create(self, arg)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_fields.py", line 534, in create
    recs = super().create(vals_list)
  File "<decorator-gen-13>", line 2, in create
  File "/usr/lib/python3/dist-packages/odoo/api.py", line 345, in _model_create_multi
    return create(self, arg)
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 3903, in create
    fields[0].determine_inverse(batch_recs)
  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1185, in determine_inverse
    getattr(records, self.inverse)()
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_ui_view.py", line 300, in _inverse_arch
    view.write(data)
  File "/usr/lib/python3/dist-packages/odoo/addons/website/models/theme_models.py", line 267, in write
    res = super(IrUiView, other_views).write(vals)
  File "/usr/lib/python3/dist-packages/odoo/addons/website/models/ir_ui_view.py", line 68, in write
    return super(View, self).write(vals)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_ui_view.py", line 500, in write
    res = super(View, self).write(self._compute_defaults(vals))
  File "/home/ikw/custom_addons/ks_dashboard_ninja/models/ks_odoo_base.py", line 24, in write
    recs = super(Base, self).write(vals)
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 3687, in write
    real_recs._validate_fields(vals, inverse_fields)
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 1266, in _validate_fields
    check(self)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_ui_view.py", line 391, in _check_xml
    view.postprocess_and_fields(view_doc, validate=True)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_ui_view.py", line 851, in postprocess_and_fields
    arch, name_manager = self._postprocess_view(node, model, validate=validate)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_ui_view.py", line 862, in _postprocess_view
    name_manager = NameManager(validate, self.env[model])
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_ui_view.py", line 1948, in __init__
    self.fields_get = self.Model.fields_get()
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 2890, in fields_get
    description = field.get_description(self.env)
  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 663, in get_description
    value = getattr(self, prop)
AttributeError: 'GeoPolygon' object has no attribute 'dim' 
=============

Please help.

Thanks

by
Chip Nowacek
on 1/19/21, 3:13 PM

You said: "For this, a module was written, the accuracy of the gps device is up to 1 meter"

Are you saying the "hr attendance professional policy geospatial address mechanism" module tracks employee location every so many minutes while checked in? I need location tracking the entire time the employee is checked in, not just at check in and check out.

Re:
by
Shurshilov Artem
on 1/19/21, 4:18 PM Author

not, but it can be modified to be permanently installed using html5, but this will only work if the webpage is opened in a browser. I would use the application as an android application, I have already written an application but does not work with geolocation yet. In general, this is in any case additional. revision of the web page is cheaper, the application is more expensive. You can write to me on WhatsApp or Telegram +79857972124


Track location?
by
Chip Nowacek
on 1/19/21, 1:38 PM

Any chance you can track employee location while he/she is checked in?

Re: Track location?
by
Shurshilov Artem
on 1/19/21, 2:09 PM Author

For this, a module was written, the accuracy of the gps device is up to 1 meter