A workaround for the POS module in Odoo that causes the error to occur (the document you are trying to access has been deleted) due to deletion of partner

Source: Internet
Author: User

In the Model.js file

Push_order:function(order) {varSelf = This; if(order) { This. Proxy.log (' Push_order ', Order.export_as_json ());  This. Db.add_order (Order.export_as_json ()); }                        varpushed =New $.            Deferred ();  This. Flush_mutex.exec (function(){                varflushed =self._flush_orders (self.db.                 Get_orders ()); Flushed.always (function(IDs) {pushed.resolve ();            });            }); returnpushed; },

Change the flag red method to the Remove_all_orders () method in the Db.js file , first clear the wrong order list, and then change back to the original get_orders () method is good

This error occurs because there is an unknown user's order in the order list, so you need to clear these orders.

A workaround for the POS module in Odoo that causes the error to occur (the document you are trying to access has been deleted) due to deletion of partner

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.