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í
    Food & Hospitality
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Guest House
    • Distributor nápojů
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Trades
    • Údržbář
    • IT hardware a podpora
    • Solar Energy Systems
    • Výrobce obuvi
    • Úklidové služby
    • HVAC Services
    Others
    • Nonprofit Organization
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Browse all Industries
  • 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
    • Services for Partners
    • 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

Point Of Sale error when closing session.

Odebírat

Get notified when there's activity on this post

This question has been flagged
pos
3 Odpovědi
10536 Zobrazení
Avatar
Faheem Khan

I am facing an issue. When I close a pos session that have no any sale its okay. But when a session have some sales it did not validate and popup this error.

OpenERP Server Error Client Traceback (most recent call last): File "/opt/openerp/web/addons/web/http.py", line 195, in dispatch response["result"] = method(self, **self.params) File "/opt/openerp/web/addons/web/controllers/main.py", line 1089, in exec_workflow return req.session.exec_workflow(model, id, signal) File "/opt/openerp/web/addons/web/session.py", line 148, in exec_workflow r = self.proxy('object').exec_workflow(self._db, self._uid, self._password, model, signal, id) File "/opt/openerp/web/addons/web/session.py", line 31, in proxy_method result = self.session.send(self.service_name, method, *args) File "/opt/openerp/web/addons/web/session.py", line 104, in send raise xmlrpclib.Fault(openerp.tools.exception_to_unicode(e), formatted_info)

Server Traceback (most recent call last): File "/opt/openerp/web/addons/web/session.py", line 90, in send return openerp.netsvc.dispatch_rpc(service_name, method, args) File "/opt/openerp/server/openerp/netsvc.py", line 289, in dispatch_rpc result = ExportService.getService(service_name).dispatch(method, params) File "/opt/openerp/server/openerp/service/web_services.py", line 614, in dispatch res = fn(db, uid, params) File "/opt/openerp/server/openerp/osv/osv.py", line 123, in wrapper return f(self, dbname, *args, *kwargs) File "/opt/openerp/server/openerp/osv/osv.py", line 202, in exec_workflow res = self.exec_workflow_cr(cr, uid, obj, signal, args) File "/opt/openerp/server/openerp/osv/osv.py", line 195, in exec_workflow_cr return object._workflow_signal(cr, uid, [res_id], signal)[res_id] File "/opt/openerp/server/openerp/osv/orm.py", line 3928, in _workflow_signal result[res_id] = wf_service.trg_validate(uid, self._name, res_id, signal, cr) File "/opt/openerp/server/openerp/workflow/wkf_service.py", line 119, in trg_validate res2 = instance.validate(cr, id, ident, signal) File "/opt/openerp/server/openerp/workflow/instance.py", line 43, in validate workitem.process(cr, witem, ident, signal, force_running, stack=stack)
File "/opt/openerp/server/openerp/workflow/workitem.py", line 60, in process ok = _split_test(cr, workitem, activity['split_mode'], ident, signal, stack) File "/opt/openerp/server/openerp/workflow/workitem.py", line 175, in _split_test _join_test(cr, t[0], t[1], ident, stack) File "/opt/openerp/server/openerp/workflow/workitem.py", line 183, in _join_test create(cr,[activity], inst_id, ident, stack) File "/opt/openerp/server/openerp/workflow/workitem.py", line 40, in create process(cr, res, ident, stack=stack) File "/opt/openerp/server/openerp/workflow/workitem.py", line 60, in process ok = _split_test(cr, workitem, activity['split_mode'], ident, signal, stack) File "/opt/openerp/server/openerp/workflow/workitem.py", line 175, in _split_test _join_test(cr, t[0], t[1], ident, stack) File "/opt/openerp/server/openerp/workflow/workitem.py", line 183, in _join_test create(cr,[activity], inst_id, ident, stack) File "/opt/openerp/server/openerp/workflow/workitem.py", line 40, in create process(cr, res, ident, stack=stack) File "/opt/openerp/server/openerp/workflow/workitem.py", line 52, in process result = _execute(cr, workitem, activity, ident, stack) File "/opt/openerp/server/openerp/workflow/workitem.py", line 106, in _execute returned_action = wkf_expr.execute(cr, ident, workitem, activity) File "/opt/openerp/server/openerp/workflow/wkf_expr.py", line 67, in execute return _eval_expr(cr, ident, workitem, activity['action']) File "/opt/openerp/server/openerp/workflow/wkf_expr.py", line 57, in _eval_expr ret = eval(line, env, nocopy=True) File "/opt/openerp/server/openerp/tools/safe_eval.py", line 241, in safe_eval return eval(test_expr(expr, _SAFE_OPCODES, mode=mode), globals_dict, locals_dict) File "", line 1, in <module> File "/opt/openerp/server/openerp/osv/orm.py", line 374, in function_proxy return attr(self._cr, self._uid, [self._id], *args, *
kwargs) File "/opt/openerp/addons/point_of_sale/point_of_sale.py", line 433, in wkf_action_close self._confirm_orders(cr, uid, ids, context=context) File "/opt/openerp/addons/point_of_sale/point_of_sale.py", line 452, in _confirm_orders self.pool.get('pos.order')._create_account_move_line(cr, uid, order_ids, session, move_id, context=context) File "/opt/openerp/addons/point_of_sale/point_of_sale.py", line 1077, in _create_account_move_line account_move_line_obj.create(cr, uid, value, context=context) File "/opt/openerp/addons/account/account_move_line.py", line 1143, in create if ('account_id' in vals) and not account_obj.read(cr, uid, vals['account_id'], ['active'])['active']: File "/opt/openerp/server/openerp/osv/orm.py", line 3606, in read result = self._read_flat(cr, user, select, fields, context, load) File "/opt/openerp/server/openerp/osv/orm.py", line 3658, in _read_flat cr.execute(query, [tuple(sub_ids)] + rule_params) File "/opt/openerp/server/openerp/sql_db.py", line 162, in wrapper return f(self, args, *kwargs) File "/opt/openerp/server/openerp/sql_db.py", line 227, in execute res = self._obj.execute(query, params) ProgrammingError: operator does not exist: integer = boolean LINE 1: ...d FROM "account_account" WHERE account_account.id IN (false)... ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.

When I make a new data base with some xyz products this error gone. My database have upto 3000 products and it is too dificult to make new database. Please provide some help to solve this issue.

1
Avatar
Zrušit
Max

Hi, this looks like a bug. You will have more luck with bugs if you register them on launchpad here

michel Guénard

I am facing exactly the same issue. OpenErp Assistance team is informed of it and I currently waits for their guidance.

michel Guénard

here is the message received from the openerp assistance on march 13: "I tested with the latest 7 and this should have been solved. Could you confirm please? " So far I have not tested the "latest 7" (not a very precise information). Apparently this issue is solved

sivhaga

The fix doesnt seem to work, unless if there is something we are missing but please this is what i did:

1.Edited 'account/account_move_line.py' and changed lines 1060 and 1145 with: if vals.get('account_id',False) and not account_obj.read(cr, uid, vals['account_id'], ['active'])['active']: 2.After editing the .py file, we restarted the Openerp server. 3.We logged out of the database - we logged back in 4.We went to Settings and we Upgraded the Accounts Module. 5.Then tested the program

The error still occours, please assist

Avatar
test
Nejlepší odpověď

Hello,

I had fixed it.

you can use my patch and apply it.

Download path:

http://snipt.org/zhgjj9/download

This will resolve your traceback.

Thanks,

0
Avatar
Zrušit
test

If this will resolve your issue please mark this answer.

michel Guénard

Can you describe what was causing the error and how you solved it? Would be great for understanding.

test

Have you tested this patch and does it works well ?

michel Guénard

I am using the Saas V7 of the official offer from OperErp.com; no capacity to change anything!!!

test

Hello, you can give http://snipt.org/zhgjj9/download link to OpenERP.com and let them know your isssue, so they soon able to fix it soon. Its problem of openerp stable 7.0 version.

sivhaga

The fix doesnt seem to work, unless if there is something we are missing but please this is what i did:

1.Edited 'account/account_move_line.py' and changed lines 1060 and 1145 with: if vals.get('account_id',False) and not account_obj.read(cr, uid, vals['account_id'], ['active'])['active']: 2.After editing the .py file, we restarted the Openerp server. 3.We logged out of the database - we logged back in 4.We went to Settings and we Upgraded the Accounts Module. 5.Then tested the program

The error still occours, please assist

Avatar
michel Guénard
Nejlepší odpověď

2 questions on this forum are closely related to Pos session errors https://accounts.openerp.com/forum/Help-1/question/2364/ https://accounts.openerp.com/forum/Help-1/question/7755/

Charlie Jackson said he found a fix to the cause of the errors while validating sessions:

< Hello, you can give http://snipt.org/zhgjj9/download link to OpenERP.com and let them know your isssue, so they soon able to fix it soon. Its problem of openerp stable 7.0 version.>

Could OpenErp.com quickly validate the proposed fix and make the necessary changes to the system so that I (we) - as paying users - could make my instance work as it should do.

0
Avatar
Zrušit
Avatar
sivhaga
Nejlepší odpověď

The fix doesnt seem to work, unless if there is something we are missing but please this is what i did:

  1. Edited 'account/account_move_line.py' and changed lines 1060 and 1145 with: if vals.get('account_id',False) and not account_obj.read(cr, uid, vals['account_id'], ['active'])['active']:

2.After editing the .py file, we restarted the Openerp server. 3.We logged out of the database - we logged back in 4.We went to Settings and we Upgraded the Accounts Module. 5.Then tested the program

The error still occours, please assist

0
Avatar
Zrušit
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
POS Table Synchronization Issue Between Devices in Odoo v17 CE
pos
Avatar
Avatar
Avatar
2
lis 25
2515
Refund and Discount access to admin user only for Pos selling
pos
Avatar
Avatar
1
lis 25
419
Error in POS with gift cards when testing upgrade to 18
pos
Avatar
Avatar
Avatar
Avatar
3
říj 25
2235
How to Restrict POS Sales When Product Stock is Zero (Odoo Online 19)
pos
Avatar
Avatar
Avatar
2
říj 25
1262
How can I sell in different units of measurement within the point of sale?
pos
Avatar
Avatar
1
zář 25
1748
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