Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
9686 Представления

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
15676
1
дек. 15
8456
2
янв. 21
10211
3
июн. 17
7821
1
нояб. 15
6665