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

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...   

 

形象
丢弃
最佳答案

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


形象
丢弃
相关帖文 回复 查看 活动
0
11月 16
3506
0
3月 25
1728
0
1月 25
3926
1
8月 23
15409
1
8月 23
14033