This question has been flagged
1 Reply
2496 Views

Is there any way of automatically confirming a document (sale order) made via the recurring documents module (or any other way)?


EG a recurring Sale Order is made every week for a customer, but it is made as the quotation (draft) stage and has to be manually confirmed. How to automatically confirm this as part of the cron job? 


Using odoo9e.

Avatar
Discard
Best Answer

You can use Server Actions to automate the validation of documents. (in debug mode)

Don't use the recurring document module, but the Susbcription app instead.


Avatar
Discard
Author

Hello Fabien. Thanks for your reply.

To my knowledge in the enterprise subscription app, the subscription generates an invoice; I'm looking for a sale order with a picking generated each time instead.