Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
9721 Переглядів

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.???

Related Posts Відповіді Переглядів Дія
2
трав. 24
15707
1
груд. 15
8481
2
січ. 21
10225
3
черв. 17
7838
1
лист. 15
6703