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

Want to have a button on the customer(res.partner view) from where a lead can be generated with auto populating the customer/contact info.  Along with the button would like to provide a text box where the user can fill in some details(basic requirements for the lead) which can go to internal notes of the lead.

  would like to make it on my own but need some guidance...   

 

Avatar
Discard
Best Answer

Hi Nischal,

pls check the code that creates a PO from a Purchase Requisition, it will fully guide you, but this needs some work.

You have to install the Purchase requisition module, create a PR and from it create a PO.

The key method for my example is 

make_purchase_order

There are also some other examples, like creating an Invoice from a sales order/purchase order.

For full set of examples that you can wander along them you can search the code for 

.create(

this will guide you more


Avatar
Discard
Related Posts Replies Views Activity
0
Nov 16
2434
1
Aug 23
12547
1
Aug 23
11053
1
Jul 23
7228
4
Apr 23
8676