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

Hello,


In My new project.


From website, the client will fill all necessary informations to  calculate quotation.


The goal is  (from website)  :

- Calculate  automatically quotation.

- Send this  quotation automatically (by mail  to  client )


How Can I do that ?

- by development 

- or only configuration


Thanks a lot

Avatar
Discard
Author

Thanks a lot

Best Answer

Hi,

You can do that by Development.

The client will fill all the necessary information from the website. Inherit 'purchase.order' model and take the values entered by the client to that python file in the custom module. Create RFQ using the create function. The mail can be sent to the client using the send_mail() function after creating a mail template.

Regards

Avatar
Discard