跳至內容
Odoo 選單
  • 登入
  • 免費試用
  • 應用程式
    財政
    • 會計
    • 發票
    • 開支報銷
    • 試算表 (BI)
    • 文件管理
    • 電子簽名
    銷售
    • 客戶關係
    • 銷售
    • POS 銷售點管理 - 零售
    • POS 銷售點管理 - 餐廳
    • 訂閱
    • 租賃
    網站
    • 網站製作
    • 電子商務
    • 網誌
    • 討論區
    • 線上客服
    • 網上學習
    供應鏈
    • 庫存
    • 製造管理
    • 產品生命周期
    • 採購
    • 保養維護
    • 品質管理
    人力資源
    • 員工管理
    • 招聘
    • 休假
    • 工作表現評核
    • 內部推薦
    • 車隊管理
    市場推廣
    • 社交媒體推廣
    • 電郵推廣
    • 短訊營銷
    • 活動
    • 自動化推廣
    • 網上調查
    服務
    • 專案管理
    • 工時管理
    • 外勤服務管理
    • 技術支援
    • 工作規劃
    • 預約管理
    生產力
    • 聊天
    • 批核
    • 物聯網
    • VoIP
    • 知識庫
    • WhatsApp
    第三方應用程式 Odoo Studio Odoo 雲端平台
  • 行業
    零售
    • 書店
    • 服裝店
    • 家具店
    • 食品雜貨店
    • 五金店
    • 玩具店
    餐飲及款待
    • 酒吧及酒館
    • 餐廳
    • 快餐
    • 賓館
    • 飲品分銷商
    • 酒店
    房地產
    • 地產代理公司
    • 建築師事務所
    • 建造業
    • 物業管理
    • 園藝
    • 業主聯會
    顧問服務
    • 會計公司
    • Odoo 合作夥伴
    • 市場推廣公司
    • 律師事務所
    • 人才招募
    • 審計及認證
    製造管理
    • 紡織
    • 金屬
    • 家具
    • 食品
    • 啤酒廠
    • 企業禮品
    保健與健身
    • 運動俱樂部
    • 眼鏡店
    • 健身中心
    • 健康從業人員
    • 藥房
    • 髮型屋
    技術行業
    • 雜工
    • IT 硬體與支援
    • 太陽能系統
    • 鞋匠
    • 清潔服務
    • 暖通空調服務
    其他
    • 非牟利組織
    • 環境保護機構
    • 廣告板租賃
    • 攝影服務
    • 自行車租賃
    • 軟體經銷商
    瀏覽所有行業
  • 社群
    學習
    • 教學影片
    • 使用說明
    • 認證
    • 培訓
    • 網誌
    • Podcast
    增強教學效能
    • 教育計劃
    • Scale Up! 商業遊戲
    • 到訪 Odoo
    取得軟件
    • 下載
    • 版本對照表
    • 版本說明
    合作
    • GitHub
    • 討論區
    • 活動
    • 翻譯
    • 成為合作夥伴
    • 合作夥伴服務
    • 登記你的會計服務公司
    獲取服務相關資料
    • 尋找合作夥伴
    • 尋找會計服務
    • 預約顧問諮詢
    • 安裝及推行服務
    • 客戶案例
    • 支援
    • 軟件升級
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    預約示範
  • 定價
  • 技術支援

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

  • 客戶關係
  • e-Commerce
  • 會計
  • 庫存
  • PoS
  • 專案管理
  • MRP
All apps
只限註冊用戶才可與社群互動。
所有帖文 人 獎章
標籤 (查看所有)
odoo accounting v14 pos v15
關於此討論區
只限註冊用戶才可與社群互動。
所有帖文 人 獎章
標籤 (查看所有)
odoo accounting v14 pos v15
關於此討論區
支援

Point Of Sale error when closing session.

訂閱

此帖文有活動時,接收通知

此問題已被標幟
pos
3 回覆
10513 瀏覽次數
頭像
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
頭像
捨棄
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

頭像
test
最佳答案

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
頭像
捨棄
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

頭像
michel Guénard
最佳答案

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
頭像
捨棄
頭像
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

0
頭像
捨棄
喜歡這則討論?不要只閱讀,加入發表意見吧!

今天就建立帳戶,享受獨家功能,與我們精彩的社群互動!

註冊
相關帖文 回覆 瀏覽次數 活動
POS Table Synchronization Issue Between Devices in Odoo v17 CE
pos
頭像
頭像
頭像
2
11月 25
2411
Refund and Discount access to admin user only for Pos selling
pos
頭像
頭像
1
11月 25
338
Error in POS with gift cards when testing upgrade to 18
pos
頭像
頭像
頭像
頭像
3
10月 25
2124
How to Restrict POS Sales When Product Stock is Zero (Odoo Online 19)
pos
頭像
頭像
頭像
2
10月 25
1166
How can I sell in different units of measurement within the point of sale?
pos
頭像
頭像
1
9月 25
1707
社群
  • 教學影片
  • 使用說明
  • 討論區
開源
  • 下載
  • GitHub
  • Runbot 測試環境
  • 翻譯
服務
  • odoo.sh 網頁寄存
  • 支援
  • 升級
  • 自訂功能開發
  • 教育及培訓
  • 尋找會計服務
  • 尋找合作夥伴
  • 成為合作夥伴
關於我們
  • 關於 Odoo 公司
  • 品牌資產
  • 聯絡我們
  • 招聘
  • 活動
  • Podcast
  • 網誌
  • 客戶
  • 法律 • 私隱政策
  • 安全性
الْعَرَبيّة 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 是一套開放源碼的商業管理系統,涵蓋你公司全部的營運需要,包括客戶關係管理(CRM)、電子商務、會計、庫存管理、POS(銷售點管理)、專案管理等應用程式。

Odoo 的獨特價值是非常簡單易用,同時將不同應用程式完美整合。

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