Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
1692 Tampilan

Hi there,

Does anyone use the status 'done' in the sales module ?

This status is cancelled in v17, so i was wondering if there is someone amongst the users that has been impacted by this change ?

Your feedback is greatly appreciated.

Avatar
Buang
Jawaban Terbai

Hi,

In Odoo 17, the "Done" status in the Sales module has indeed been removed.

SALE_ORDER_STATE = [

    ('draft', "Quotation"),

    ('sent', "Quotation Sent"),

    ('sale', "Sales Order"),

    ('cancel', "Cancelled"),

]

These are the states in sale order now. The done status is used to lock the sale orders once confirmed. 

Please refer the below blog,  How to Lock Confirmed Orders in Odoo 17 Saleshttps://www.cybrosys.com/blog/how-to-lock-confirmed-orders-in-odo-17-sales


Hope it helps

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
0
Jul 24
1415
1
Mei 24
1607
1
Apr 23
13364
1
Mar 24
14840
13
Okt 17
18003