Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

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

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
invoicingprojectsodoo10.0Community
5 Risposte
12237 Visualizzazioni
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
Abbandona
StarrWulfe
Autore

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
Autore

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)
Risposta migliore

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
Abbandona
StarrWulfe
Autore

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
Risposta migliore

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
Abbandona
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
Additional Entries created during Invoicing.
invoicing Community v14
Avatar
0
mag 22
2484
Project tasks to Invoice
invoicing projects services odooV8
Avatar
0
feb 22
4985
Please advice how to handle Purchase UoM and usage UoM in odoo 10 Risolto
unit_of_measure Unit of Measure odoo10.0 Community
Avatar
Avatar
1
dic 23
3661
Currency problem on quotations and sales orders Risolto
invoicing currency symbol Community
Avatar
Avatar
1
set 17
8292
Encountering Odoo Server Error
v10.0 odoo10.0 Community ErrorTraceback
Avatar
0
giu 17
4472
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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