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

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.

形象
丢弃
最佳答案

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

形象
丢弃
相关帖文 回复 查看 活动
0
8月 24
1528
1
5月 24
1768
1
4月 23
13644
1
3月 24
15082
13
10月 17
18217