Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Jídlo a pohostinství
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Penzion
    • Distributor nápojů
    • Hotel
    Nemovitost
    • Realitní kancelář
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Poradenství
    • Účetní firma
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textil
    • Kov
    • Nábytek
    • Jídlo
    • Pivovar
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • Podpora IT & hardware
    • Systémy solární energie
    • Výrobce obuvi
    • Úklidové služby
    • Služby HVAC
    Ostatní
    • Nezisková organizace
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Procházet všechna odvětví
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Služby pro partnery
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

Delivered Quantity on Timesheet Invoices has Stopped Updating; Odoo 10

Odebírat

Get notified when there's activity on this post

This question has been flagged
salesinvoicetimesheetquantity
1 Odpovědět
4324 Zobrazení
Avatar
Theron Trout

We have been successfully using Odoo 10 for invoicing labor on contract for over the past year.  About two months ago the Delivered Quantity field of the Sales Order stopped updating.  We are using the same sales order, the same product, the same project, and the same task as has worked previously.  We have not exceeded the ordered quantity.

About two invoicing cycles ago time entries recorded to the same Task and same Project as we have been using all along stopped increasing the delivered quantity.  Now when we create a new Invoice from the Sales Order, it includes previously invoiced hours in the total to invoice.  Consequently, we now have to manually calculate the number of hours to invoice our customer for the billing period.  This is obviously a significant problem.

We have reviewed the Odoo source code and the database structure in an attempt to understand how individual order lines are marked as delivered and attempted to discovery if there is a way to update the delivered quantity value manually for the Sales Order so that Odoo will generate invoices with the correct number of labor hours again.  Unfortunately, this has not yet revealed any solutions.

We would be very appreciative if anyone could assist us in restoring the proper tracking of delivered labor on time sheets in Odoo.


Thanks in advance!


--- UPDATE ---


After further investigation we have found the problem was different than originally described.  The Delivered Quantity is updating properly, it is the Invoiced Quantity that has stopped updating.  When we create an invoice and finalize it, the Invoiced total does not increase after the Invoice is generated and confirmed.

Each time we run an invoice the new delivered hours are subtracted from the invoiced hours to obtain the hours to invoice. Since the invoiced hours has stopped updating, the invoice generated includes hours previously invoiced.

Can anyone shed some light into how the Invoiced total is calculated and how we can manually correct it in the database?

Thanks!

0
Avatar
Zrušit
Avatar
Theron Trout
Autor Nejlepší odpověď

I believe that we have identified the cause of this issue.  All of the invoiced hours where inserted into the system during our first attempt to use the import tools to bring in timesheet data from employee spreadsheet records.  It seems that the Import system may not execute the model logic appropriately leaving the referential fields in the database not properly initialized.

We have since implemented a custom importer using the XML-RPC interface and it works great.  The full life-cycle of timesheet data ingestion, invoicing, and validation now works as expected.

In our two years of experience leveraging Odoo, the import system has been perhaps the most perplexing and frustrating aspect of the system.  That it can, based on our findings, result in leaving the database in an inconsistent and broken state, it would seem advisable to avoid using it.

Hope this is helpful to others.     

0
Avatar
Zrušit
Ray Carnes (ray)

This is helpful to others. Import is EXTREMELY powerful but with that power comes a great responsibility to understand the model structure and the implications of the import action. Thanks for summarizing so well.

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
Attach timesheet to invoice
invoice timesheet
Avatar
Avatar
Avatar
3
úno 24
4489
Sales upload Template required
sales invoice
Avatar
Avatar
2
pro 23
4132
Modify Print / Portal Invoice Template
invoice timesheet
Avatar
Avatar
1
úno 23
3948
Sales orders that have been billed are kept with "To Invoice" status Vyřešeno
sales invoice
Avatar
Avatar
Avatar
Avatar
6
bře 22
10383
How set product when price change after the first 4 days of consulting?
sales invoice product orders timesheet
Avatar
Avatar
1
čvc 19
3234
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة 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 je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

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