This question has been flagged
1 Reply
3009 Views

I need to implement the complete functionalities inside a project to the project module.now i have configured the warehouse in the project.next one is to nest the transactions that take place in a warehouse for a project.I need to configure the purchase order,sales order,invoices and all in the project.how can this be done?

Avatar
Discard
Best Answer

Use many2many relationships . This helps to you nest one form into another. U can directly create records of invoice ,purchase,sale on project form itself. Later refer relationship table to view relationship ids maintained for each project record.

Avatar
Discard