Skip to Content
Menu
This question has been flagged
1 Reply
1162 Views

I wanted to create a server action in odoo V8 to confirm in a bulk several quotations in one click? Actually we are obliged to open one by one and to confirm one by one

Regards

Avatar
Discard
Best Answer

Hi,

You can use this custom module in the store for the same, this will allow you to confirm the multiple sale order from the tree view. The module is available in the v9, either you can directly use it in v8, may be directly or with some changes in the code it will work in v8. If you are not interested in using the module, please refer the code.

Sale Order Mass Confirm

Sale, Purchase Mass Confirm and Cancel

Thanks

Avatar
Discard