コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
9675 ビュー

Hello all,

In Odoo v8 ->Point of sale->Orders

How can we cancel and delete an order there when it is paid?

Thanks

アバター
破棄
著作者 最善の回答

 VERY DANGEROUS - SHOULD I DELETE IT????

For the moment, my solution is :

  • Delete associated stock moves (set it draft with SQL);
  • Delete associated quants;
  • Cancel the pos order ((set it cancel with SQL);
  • Delete pos order. It also delete the associated pos_order_line entries.

Correct me if I'm wrong.

Thanks all

アバター
破棄

In my opinion, it is wrong way, correct way is return and refund,

著作者

I agree. I was testing.

Data integrity in your solution?!? average or real cost price, stock valuation, accounting entries, etc.???

関連投稿 返信 ビュー 活動
2
5月 24
15657
1
12月 15
8446
2
1月 21
10208
3
6月 17
7816
1
11月 15
6660