跳至内容
菜单
此问题已终结
1 回复
9720 查看

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
15706
1
12月 15
8481
2
1月 21
10224
3
6月 17
7835
1
11月 15
6703