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
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profitorganisatie
    • 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

How do I invoice a customer for time spent on projects in Odoo 10?

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
invoicingprojectsodoo10.0Community
5 Antwoorden
12217 Weergaven
Avatar
StarrWulfe

Every single tutorial I've seen regarding how to do this involves setting up some sort of contract with the client inside the sales app. However there's nothing like this in Odoo 10 Community edition.


I simply want to take items from the timesheets in the project tasks and invoice the customers for the time based on a certain rate per hour. 


1
Avatar
Annuleer
StarrWulfe
Auteur

BTW, I have read all the documentation in the official docs repo; it says nothing about how to invoice time as a delivered service from the timesheets attached to a task.

I need to be able to transfer these line items with descriptions of how the tasks were worked on into a line item on the invoice.

Currently I do this manually with an app called Toggl.com and Excel, where I have to copy and paste things over and over every month for 3 different clients to make their invoices. Toggl has time tracking apps for smartphones and chrome to input time, project, client in a similar fashion to Odoo's timesheet tracker app, hence the reason why I think this would be a better solution for me....If I can get it to work.

Is there a more up-to-date tutorial for my particular situation?

Ermin Trevisan

I don't know if I understand you completely. But you may check the following modules:

- https://www.odoo.com/apps/modules/online/project_timesheet/

- https://www.odoo.com/apps/modules/9.0/sale_timesheet_invoice_description/

Unfortunately both modules are not ported to 10.0 yet.

StarrWulfe
Auteur

Thanks Ermin,

I did see those modules earlier before asking here; perhaps I should use 9.0 version now and just wait until they are ported over to 10.0.

Avatar
Fabien Pinckaers (fp)
Beste antwoord

Setup: create a "Consulting Hours" product, with following data:

  • Unit of measure: Hours (or days)

  • Type: Service

  • Invoice on: delivered quantities

  • Track time on: create task

When you start a new project, create a quotation using this product. Set the right price for the customer (quantity does not matter, set the total expected for this customer)

When the quotation is turned into a SO, a task is created. Timesheet in this task.

Periodically, go to Sales > Invoicing > Sales to Invoice. You can invoice from there.

Odoo does not set all timesheets on the invoice (that would create 6 page long invoice) because the customer can access details from the portal.


2
Avatar
Annuleer
StarrWulfe
Auteur

I see!

I did try this very thing and it did work just as you explained, thank you for that.

I agree about the 6 page long invoices, and the customer can simply access the portal to see a detailed view of the work that was done. However here in Japan, sometimes they want a detailed printout of everything that was done on the project to get to that point so there is a need to show detailed statements. I will simply attach and send PDFs of the timesheets associated with the projects as a workaround for now.

Next question: is there a way to bill on project timesheets that are already in progress? How can I turn those into service orders too?

OdooBot
There is a field to link a task to a SO line, but it's possible that this field is only visible in debug mode. (Try to switch to dev mode, from Settings dashboard, and check if this field is visible)

On Dec 19, 2016 5:35 PM, "StarrWulfe" <jlgatewood@gmail.com> wrote:

I see!

I did try this very thing and it did work just as you explained, thank you for that.

I agree about the 6 page long invoices, and the customer can simply access the portal to see a detailed view of the work that was done. However here in Japan, sometimes they want a detailed printout of everything that was done on the project to get to that point so there is a need to show detailed statements. I will simply attach and send PDFs of the timesheets associated with the projects as a workaround for now.

Next question: is there a way to bill on project timesheets that are already in progress? How can I turn those into service orders too?

--
StarrWulfe


Sent by Odoo S.A. using Odoo.

Patrick.A

Hi,

I was reading your answer Fabien and I understand how to invoice hours made on a project that is connected to an order. However, when I give a customer acces via a portal I cannot find how that customer can find a detailed overview of the hours on the timeheet..

What are the right settings for this to be available for the portal customer?

Patrick

Avatar
Ermin Trevisan
Beste antwoord

Please check the documentation:

- https://www.odoo.com/documentation/user/10.0/sales.html (Invoicing Methods: Services)

- https://www.odoo.com/documentation/user/10.0/project/configuration/time_record.html

1
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
Additional Entries created during Invoicing.
invoicing Community v14
Avatar
0
mei 22
2467
Project tasks to Invoice
invoicing projects services odooV8
Avatar
0
feb. 22
4967
Please advice how to handle Purchase UoM and usage UoM in odoo 10 Opgelost
unit_of_measure Unit of Measure odoo10.0 Community
Avatar
Avatar
1
dec. 23
3645
Currency problem on quotations and sales orders Opgelost
invoicing currency symbol Community
Avatar
Avatar
1
sep. 17
8279
Encountering Odoo Server Error
v10.0 odoo10.0 Community ErrorTraceback
Avatar
0
jun. 17
4460
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