Skip to Content
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc

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

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Pomoc

Can you automate time sheet deductions?

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
hrtimesheet
2 Odpowiedzi
1436 Widoki
Awatar
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
Awatar
Odrzuć
Awatar
Abdallah Mahmoud
Najlepsza odpowiedź

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
Awatar
Odrzuć
Jade Bouldin
Autor

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?

Awatar
Cybrosys Techno Solutions Pvt.Ltd
Najlepsza odpowiedź

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
Awatar
Odrzuć
Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Powiązane posty Odpowiedzi Widoki Czynność
How to make timesheet creation monthly in odoo 8 Rozwiązane
hr timesheet odoo8.0
Awatar
Awatar
1
lis 16
4213
Inherit department_id in 'Timesheet Activities' from Timesheet filled in by employee.
hr views timesheet
Awatar
Awatar
1
lip 15
3852
timesheet from-to entry
hr v7 timesheet
Awatar
Awatar
1
mar 15
5135
How to make only selected tasks deduct hours from a fixed-hour support project in Odoo
timesheet
Awatar
0
lis 25
134
Attendance Analysis – How to calculate Extra Hours with flexible start times
hr
Awatar
Awatar
2
paź 25
660
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة 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 to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

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