This question has been flagged
1 Reply
4366 Views

Does-it exist a module to manage special agreement with suppliers ?

Avatar
Discard
Best Answer

My idea here would be to add a field under the suppliers object that allows you to upload the agreement in document form. This could be done as follows

'agreement'  : fields.many2one('ir.attachment','Supplier Agreement Form'),

You ofcourse need to add the document management module as a dependency of your module.

Avatar
Discard