Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Property Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
      • Get a Tailored Demo
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +32 2 290 34 90
    • Get a Tailored Demo
  • Pricing
  • Help
  1. APPS
  2. Employees
  3. Absence Day v 19.0
  4. Sales Conditions FAQ

Absence Day

by Ganemo https://www.ganemo.co
Odoo

$ 1.00

v 19.0 Third Party
This module requires Odoo Enterprise Edition.
Apps purchases are linked to your Odoo account, please sign in or sign up first.
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies • Payroll (hr_payroll)
• Discuss (mail)
• Employees (hr)
Lines of code 97
Technical Name absence_day
LicenseOPL-1
Websitehttps://www.ganemo.co
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies • Payroll (hr_payroll)
• Discuss (mail)
• Employees (hr)
Lines of code 97
Technical Name absence_day
LicenseOPL-1
Websitehttps://www.ganemo.co
  • Description
  • License

Technical Specification for AI & LLM

This Odoo module 'absence_day' adds three essential hr.work.entry.type records for absence and payroll tracking: Days off (WORKD) for weekly rest days (DSO), Global Leave (WORKG) for public holidays with full-day rounding, and Night shift (WORKN) for night shift entries. It also extends the resource.calendar form to expose a dedicated "Global Time Off" tab where users can manage global_leave_ids with work entry type assignment. Additionally, it adds a 'code' Char field to hr.leave.type for short internal identification codes used in payroll integration and absence filtering, creates a default leave type 'Pendiente por determinar' (PPD) used as a placeholder for unresolved absences, and adds an 'is_calc_own_rule' Boolean field to hr.work.entry.type to flag entries computed by their own payroll rule. Depends on hr_work_entry and hr_holidays. Compatible with Odoo 19 (Enterprise, Odoo.SH, Ganemo Online). NOT supported on Odoo Online due to custom code restrictions. Multi-language support for English and Spanish included.

Enterprise (Odoo.SH, Ganemo Online or Ganemo.SH)
English & Spanish Included

Absence Day

Work Entry Types, Leave Type Codes & Default Absence Records

Pre-configure essential work entry types — Days off (DSO), Global Leave, and Night Shift — plus Leave Type Code, Work Entry "Own Rule" flag, and the default PPD absence record for seamless payroll integration.

What We're Solving

----------------

Missing Absence Categories

Odoo's default installation does not include work entry types for weekly rest days (DSO), public holidays, or night shifts. Without these, payroll calculations cannot correctly differentiate between attendance, rest, and overtime periods.

Modular Foundation

This module is a lightweight foundational component. It installs three work entry type records, adds a Code field to Leave Types, an "Own Rule" flag to Work Entry Types, creates the default "Pending Determination" (PPD) leave type, and extends the Work Schedule form with a Global Time Off tab. Other modules (like absence_manager, filter_payroll, and automatic_leave_type) depend on it.

Work Entry Types Reference

Preconfigured Records

WORKD

Days off

Weekly rest days (DSO). Used by downstream payroll modules to skip monitoring and correctly compute rest-day pay.

Sequence: 100

WORKG

Global Leave

Public holidays. Preconfigured with round_days=FULL and round_days_type=UP to ensure holidays count as full days.

Sequence: 25

WORKN

Night shift

Night shift entries for payroll differentiation. Enables separate tracking and reporting for employees on night schedules.

Sequence: 25

Leave Type Code & PPD Record

Payroll Integration Foundation

Code Field

A Code (Char) field is added to Leave Types (hr.leave.type). This short internal identifier (e.g., PPD, 20) is used by payroll rules and filters to classify absences programmatically without relying on names or numeric IDs.

Where: Leaves → Configuration → Leave Types → form view, visible as a new field before "Approval". 

PPD Record

A default leave type "Pendiente por determinar" (Pending Determination) is created automatically with code PPD. It serves as a placeholder for absences that have not yet been classified — for example, when an employee fails to check in and the reason is unknown.

Code: PPD Approval: Both No Allocation Required

Own Rule Flag

A "¿Es calculado por su propia regla?" (is_calc_own_rule) Boolean field is added to Work Entry Types (hr.work.entry.type). When checked, it signals that this entry type is computed by its own dedicated payroll rule rather than the standard attendance calculation. Used by downstream payroll modules to determine which salary rules to apply.

Where: Payroll → Configuration → Work Entry Types → form view, visible after the "Sequence" field.

Setup & User Manual

Step-by-Step implementation

1. Installation

Get up and running in 3 quick steps:

  • Place the absence_day folder in your Odoo addons path.
  • Go to Apps, search for "Absence Day", and click Install.
  • The three work entry types (WORKD, WORKG, WORKN) are created automatically.
  • The Code field is added to Leave Types, the Own Rule flag to Work Entry Types, and the PPD record is created.
  • No further configuration is needed to start.
Minimal Config: This module creates data records and adds one field to Leave Types. No Python configuration or settings activation needed. Simply install and everything is ready.

2. Operating Manual (Workflow)

How to use the new work entry types in your daily operations:

Weekly Rest Days (DSO)

Go to Employees → Work Schedules. For non-working days (e.g., Sunday), set the Work Entry Type to "Days off" (WORKD). Payroll and absence modules will automatically skip these days.

Public Holidays

Open your Work Schedule and go to the new "Global Time Off" tab. Add public holiday entries and assign the "Global Leave" (WORKG) work entry type. Each holiday is automatically rounded to a full day.

Night Shifts

For employees working night schedules, assign the "Night shift" (WORKN) work entry type to the corresponding schedule lines. This enables separate payroll tracking and reporting for nocturnal hours.

Downstream Integration

Modules like absence_manager and payroll processors depend on these work entry types. Once installed, they are automatically detected and used by dependent modules without any manual linking.

Global Ready | Multi-Language Support

This module is fully translated into English and Spanish (en_US, es_ES, es_PE, es_MX), ensuring a professional experience for international organizations.

English Spanish

Why Choose Ganemo?

----------------

Ganemo is the world's leading Odoo App developer and a multi-award-winning Gold Partner. For over 5 years, we have been recognized as the #1 seller of high-quality apps on the Odoo App Store. Trusted as the "Best Partner" in USA, Mexico, Chile, Spain, Colombia, Ecuador, and Peru, we deliver robust, secure, and localization-compliant solutions for global businesses.

Get a Quote & Resolve Commercial Doubts

Join thousands of satisfied clients on Odoo. Contact our sales team directly.

QR WhatsApp

Official WhatsApp

Fastest response time.

COPY
LINK
https://wa.me/18286726150

+1 (828) 672-6150

QR Sales Email

Sales Email

For commercial inquiries.

COPY
ADDR
leads@ganemo.com

leads@ganemo.com

QR Book Demo

Book a Demo

Let's explore your needs.

COPY
LINK
ganemo.co/appointment/5

Schedule Meeting

Need More? We Do It All

Professional Odoo Services

ERP Implementation

Transform your business with a full Odoo implementation. We analyze, configure, and train your team to maximize productivity. From Accounting to Inventory, we handle the complexity so you can focus on growth.

Module Dev & Migration

Need a custom feature? Or stuck on an older version? We develop high-performance custom modules and migrate your existing code to Odoo 19 with zero data loss. Expert developers at your service.

QA / User Testing Scenarios

Enterprise Validation Plan

Scenario 1: Work Entry Types Created

  1. Install the Absence Day module.
  2. Go to Payroll → Configuration → Work Entry Types.
  3. Test: You SHOULD see three new entries: Days off (WORKD), Global Leave (WORKG), and Night shift (WORKN).
  4. Verify that WORKG has round_days=FULL and round_days_type=UP.

Scenario 2: Global Time Off Tab

  1. Go to Employees → Work Schedules.
  2. Open any Work Schedule (Resource Calendar).
  3. Test: You SHOULD see a new "Global Time Off" tab after the "Working Hours" tab.
  4. Add a new line with a name (e.g., "New Year"), date range, and assign the "Global Leave" (WORKG) work entry type.
  5. Result: The record MUST save without errors.

Scenario 3: Work Schedule Assignment

  1. Open a Work Schedule and go to the "Working Hours" tab.
  2. For the non-working day (e.g., Sunday), change the Work Entry Type to "Days off" (WORKD).
  3. Test: Generate work entries for an employee using this schedule.
  4. Result: Sundays MUST appear with type WORKD in the generated entries.

Scenario 4: Safe Uninstall

  1. Ensure no other module depends on absence_day.
  2. Uninstall the module from Apps.
  3. Result: The 3 work entry type records MUST be removed cleanly. No orphan data should remain.

Scenario 5: Leave Type Code Field

  1. Go to Leaves → Configuration → Leave Types.
  2. Open any leave type record.
  3. Test: You SHOULD see a "Code" field in the form, before the Approval field.
  4. Enter a code (e.g., VAC) and save.
  5. Result: The code MUST persist after saving and be usable for filtering in payroll views.

Scenario 6: PPD Leave Type Created

  1. Install the Absence Day module.
  2. Go to Leaves → Configuration → Leave Types.
  3. Test: You SHOULD see a leave type named "Pendiente por determinar" with Code = PPD.
  4. Verify that Requires Allocation is set to No and Approval is By Time Off Officer and Approver.

Scenario 7: Own Rule Flag on Work Entry Types

  1. Go to Payroll → Configuration → Work Entry Types.
  2. Open any work entry type record.
  3. Test: You SHOULD see a "¿Es calculado por su propia regla?" checkbox after the "Sequence" field.
  4. Toggle the checkbox and save.
  5. Result: The value MUST persist after saving. Downstream payroll modules should use this flag to determine rule application.

FAQ & Troubleshooting

Common Resolutions

I don't see the new Work Entry Types?

Reason: The module may not be installed, or the data was loaded with noupdate="1" in a previous version.

Fix: Verify the module is installed in Apps. If needed, uninstall and reinstall to force data reload.

Can I uninstall without losing data?

Answer: The 3 work entry type records will be removed upon uninstall.

Tip: If absence_manager or other modules reference these records, uninstall those first to avoid dependency errors.

Why is this a separate module?

Reason: These work entry types are useful for multiple payroll and absence modules.

Detail: Keeping them separate allows modular composition. Install only what you need, and share the same types across different HR workflows.

Is this compatible with Multi-company?

Answer: Yes!

Detail: Work entry types in Odoo are global records (not company-specific), so they are available across all companies in a multi-company setup.

Commercial & Sales

For inquiries about licenses, demos, or partnerships.

QR WhatsApp
Official WhatsApp

Fastest response time.

COPY
LINK
https://wa.me/18286726150

+1 (828) 672-6150

QR Sales Email
Sales Email

For commercial inquiries.

COPY
ADDR
leads@ganemo.com
QR Book Demo
Book a Demo

Let's explore your needs.

COPY
LINK
ganemo.co/appointment/5

Technical Support

Existing customers regarding module functionality.

QR Technical Support
Help Desk

Exclusive channel for technical assistance and bug reports.

COPY
ADDR
ayuda@ganemo.com

© 2026 Ganemo. All rights reserved. visit ganemo.com

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.
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with