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

Hello all,

After all this time of using Odoo 8, did you find a way to delete a posted pos order in the user interface, without to use a database client?

I always get this error :

    Unable to Delete!

    In order to delete a sale, it must be new or cancelled.


So, I have to put all pos.order lines in 'draft' state directly in the database to delete each of them. This is the only way I have found to delete them.

I really want to delete entries and not refund or reverse them.

What is your best way to do it?

THanks all

アバター
破棄
最善の回答

Hello Pascal,

To delete the POS orders and related accounting and stock entries, you need to develop a custom module.

The module should search the records based on some condition (wizard), then module should cancel / delete /reverse the stock and accounting entries first. After that you can cancel the order and then delete it.

アバター
破棄
著作者

All the step that i make manually. Thanks

関連投稿 返信 ビュー 活動
0
3月 15
5319
1
7月 17
4713
0
9月 23
1578
0
9月 22
1544
0
2月 21
2680