We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Receiving 2 errors when using pos_orders_history_reprint in odoo 13 community, when trying to print the current POS Order Error 1 :
Longpolling Handling Error TypeError: self.get_order_history_receipt(...).done is not a function at http://localhost:8090/web/content/447-d4f76ef/point_of_sale.assets.js:1008:598 at Array.forEach () at child.on_orders_history_receipt_updates (http://localhost:8090/web/content/447-d4f76ef/point_of_sale.assets.js:1008:542) at Class.on_notification_do (http://localhost:8090/web/content/447-d4f76ef/point_of_sale.assets.js:663:8) at Class.on_notification_callback (http://localhost:8090/web/content/447-d4f76ef/point_of_sale.assets.js:660:421) at Class.trigger (http://localhost:8090/web/content/364-77d0ed7/web.assets_common.js:3942:180) at Class.trigger (http://localhost:8090/web/content/364-77d0ed7/web.assets_common.js:3948:148) at Class._onPoll (http://localhost:8090/web/content/441-133ac5f/point_of_sale.pos_assets_backend.js:2728:45) at Class._onPoll (http://localhost:8090/web/content/441-133ac5f/point_of_sale.pos_assets_backend.js:2743:481) at Class.prototype. [as _onPoll] (http://localhost:8090/web/content/364-77d0ed7/web.assets_common.js:3860:488) Error 2: Uncaught Error: QWeb2: Template 'PosTicket' not found at Object.exception (web.assets_common.js:3692) at Engine._render (web.assets_common.js:3737) at Engine.render (web.assets_common.js:3733) at Class.render_receipt (point_of_sale.assets.js:1003) at Class.render_receipt (web.assets_common.js:3863) at Class.show (point_of_sale.assets.js:439) at Class.prototype. [as show] (web.assets_common.js:3860) at Class.show_screen (point_of_sale.assets.js:364) at Class.finalize_validation (point_of_sale.assets.js:469) at Class.validate_order (point_of_sale.assets.js:470)
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Receiving 2 errors when using pos_orders_history_reprint in odoo 13 community, when trying to print the current POS Order
Error 1 :
Longpolling Handling Error
TypeError: self.get_order_history_receipt(...).done is not a function
at http://localhost:8090/web/content/447-d4f76ef/point_of_sale.assets.js:1008:598
at Array.forEach ()
at child.on_orders_history_receipt_updates (http://localhost:8090/web/content/447-d4f76ef/point_of_sale.assets.js:1008:542)
at Class.on_notification_do (http://localhost:8090/web/content/447-d4f76ef/point_of_sale.assets.js:663:8)
at Class.on_notification_callback (http://localhost:8090/web/content/447-d4f76ef/point_of_sale.assets.js:660:421)
at Class.trigger (http://localhost:8090/web/content/364-77d0ed7/web.assets_common.js:3942:180)
at Class.trigger (http://localhost:8090/web/content/364-77d0ed7/web.assets_common.js:3948:148)
at Class._onPoll (http://localhost:8090/web/content/441-133ac5f/point_of_sale.pos_assets_backend.js:2728:45)
at Class._onPoll (http://localhost:8090/web/content/441-133ac5f/point_of_sale.pos_assets_backend.js:2743:481)
at Class.prototype. [as _onPoll] (http://localhost:8090/web/content/364-77d0ed7/web.assets_common.js:3860:488)
Error 2:
Uncaught Error: QWeb2: Template 'PosTicket' not found
at Object.exception (web.assets_common.js:3692)
at Engine._render (web.assets_common.js:3737)
at Engine.render (web.assets_common.js:3733)
at Class.render_receipt (point_of_sale.assets.js:1003)
at Class.render_receipt (web.assets_common.js:3863)
at Class.show (point_of_sale.assets.js:439)
at Class.prototype. [as show] (web.assets_common.js:3860)
at Class.show_screen (point_of_sale.assets.js:364)
at Class.finalize_validation (point_of_sale.assets.js:469)
at Class.validate_order (point_of_sale.assets.js:470)
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: