Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Managament
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Producție
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

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

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

OwlError: An error occured in the owl lifecycle (see this Error's "cause" property)

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
v17
3 Răspunsuri
4000 Vizualizări
Imagine profil
Muhammad Jamshaid

I am getting this error while creating in customer in POS 
/OwlError: An error occured in the owl lifecycle (see this Error's "cause" property) OwlError@http://52.91.215.209/web/assets/976d1bd
/point_of_sale.assets_prod.min.js:700:1 handleError@http://52.91.215.209/web/assets/976d1bd/point_of_sale.assets_prod.min.js:932:101 handleError@http://52.91.215.209/web/assets/976d1bd/point_of_sale.assets_prod.min.js:1560:29 _render@http://52.91.215.209/web/assets/976d1bd/point_of_sale.assets_prod.min.js:957:19 render@http://52.91.215.209/web/assets/976d1bd/point_of_sale.assets_prod.min.js:955:6 initiateRender@http://52.91.215.209/web/assets/976d1bd/point_of_sale.assets_prod.min.js:1023:47 Caused by: TypeError: value is undefined formatFloat@http://52.91.215.209/web/assets/976d1bd/point_of_sale.assets_prod.min.js:7766:17 formatCurrency@http://52.91.215.209/web/assets/976d1bd/point_of_sale.assets_prod.min.js:5633:325 formatMonetary@http://52.91.215.209/web/assets/976d1bd/point_of_sale.assets_prod.min.js:7986:8 formatCurrency@http://52.91.215.209/web/assets/976d1bd/point_of_sale.assets_prod.min.js:9809:254 template@http://52.91.215.209/web/assets/976d1bd/point_of_sale.assets_prod.min.js line 1518 > Function:140:35 _render@http://52.91.215.209/web/assets/976d1bd/point_of_sale.assets_prod.min.js:956:96 render@http://52.91.215.209/web/assets/976d1bd/point_of_sale.assets_prod.min.js:955:6 initiateRender@http://52.91.215.209/web/assets/976d1bd/point_of_sale.assets_prod.min.js:1023:47

0
Imagine profil
Abandonează
Imagine profil
Pektsekye
Cel mai bun răspuns

Hello,

The error is about some value that should be formatted and displayed as price. And it tells that that value is empty.

Maybe you left some price field empty.


You should enable the "debug with assets" odoo mode. So that the .js files will not be loaded minified. Also the output from the browser's error console can be more helpful then that general error message.


PS: This issue is already registered on github:

https://github.com/odoo/odoo/issues/144696


Stanislav

0
Imagine profil
Abandonează
Imagine profil
Muhammad Jamshaid
Autor Cel mai bun răspuns

Error is on while creation of new customer in POS
No Addons except Enterprise-17.0

0
Imagine profil
Abandonează
Imagine profil
Idris Eslam Idris
Cel mai bun răspuns

If you have any custom modules installed that affect the POS, they could be causing the issue. Try to reproduce the error on a database without custom modules to rule this out.

0
Imagine profil
Abandonează
Muhammad Jamshaid
Autor

there is no custom-addons or module installed
just Enterprise v17.0 enabled

Idris Eslam Idris

can you make new test db and try it again

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

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

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
Ya es posible hacer Upgrade de v17 a v17.1 ?
v17
Imagine profil
Imagine profil
1
oct. 25
1198
How to add a new Many2one field in res.config.settings? Rezolvat
v17
Imagine profil
Imagine profil
Imagine profil
Imagine profil
4
oct. 25
3496
Add field to ALL models in Odoo
v17
Imagine profil
Imagine profil
Imagine profil
2
sept. 25
2206
How to disable Email notification - You have been assigned to Rezolvat
v17
Imagine profil
Imagine profil
Imagine profil
Imagine profil
4
sept. 25
7526
Selection Field Options Disappear from Database (PostgreSQL enum) on Module Upgrade
v17
Imagine profil
0
aug. 25
1140
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة 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 este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

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