Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Guest House
    • Drankenhandelaar
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Solar Energy Systems
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC Services
    Others
    • Nonprofit Organization
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

Can you automate time sheet deductions?

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
hrtimesheet
2 Antwoorden
1393 Weergaven
Avatar
Jade Bouldin

My organization is loose with lunch breaks and doesn't require employees to clock in and out for lunch. currently HR is manually deducting 30 minutes from employees who work 8 hours in a day. Is there a way to simplify this operation so the deduction happens automatically?

0
Avatar
Annuleer
Avatar
Abdallah Mahmoud
Beste antwoord

Yes, there’s a way to make this easier so HR doesn’t have to manually deduct 30 minutes for lunch every day. Odoo can handle this automatically depending on how your setup is built. Here are a few ways to do it:

1. If you’re using fixed working hours (working schedule)

One of the easiest ways is to include the lunch break in the employee’s working schedule. You can do this by going to:


Employees > Configuration > Working Time

There, open the working schedule you use (like “Standard 8 Hours”) and split the working hours to include the lunch break. For example:

  • 08:00 to 12:00
  • 12:30 to 16:30

This setup automatically deducts 30 minutes from the total hours per day, without requiring employees to clock in or out for lunch. Odoo simply counts the working blocks.

This works really well if you’re also using Payroll or want consistent reporting.

2. If you’re using the Attendance module (clock in/out)

If your team clocks in and out using the Attendance app but doesn’t log lunch breaks, you can still automate the 30-minute deduction.

You have two ways to do this:

a. With Odoo Studio (Enterprise):

You can create a new computed field that calculates “Net Working Hours” by subtracting 0.5 hours when the total hours exceed a certain amount, like 6 hours.

Example:


if rec.worked_hours > 6: rec.net_hours = rec.worked_hours - 0.5 else: rec.net_hours = rec.worked_hours

b. With a custom module (Community or advanced logic):

If you're not using Studio or need more control, a developer can create a small module to handle the same logic automatically during attendance calculations.

3. If you’re using Timesheets

If your company works mainly through Timesheets, you can set up a rule where if someone logs more than 8 hours in a day, 30 minutes are deducted automatically or flagged for review. But this is more manual unless customized.

0
Avatar
Annuleer
Jade Bouldin
Auteur

Thank you for the through answer.

My company want's to do it through fixed working hours, but is partially using all three in various ways. The the attendance module activated and is only partially using it along with timesheets. It appears the lunch breaks are already in the default working schedule, but it isn't being used much by the system.

Am I correct in my assumption that this is due to the attendance module being active and prioritized over the working schedule?

Avatar
Cybrosys Techno Solutions Pvt.Ltd
Beste antwoord

Hi,


You can set the employee's working time as follows.


Go to the employee working schedule.

Add the employee schedule as follows.


Hope it helps


0
Avatar
Annuleer
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
How to make timesheet creation monthly in odoo 8 Opgelost
hr timesheet odoo8.0
Avatar
Avatar
1
nov. 16
4194
Inherit department_id in 'Timesheet Activities' from Timesheet filled in by employee.
hr views timesheet
Avatar
Avatar
1
jul. 15
3838
timesheet from-to entry
hr v7 timesheet
Avatar
Avatar
1
mrt. 15
5116
How to make only selected tasks deduct hours from a fixed-hour support project in Odoo
timesheet
Avatar
0
nov. 25
81
Attendance Analysis – How to calculate Extra Hours with flexible start times
hr
Avatar
Avatar
2
okt. 25
619
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now