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

When we do a sales order for a product we do a request for tender and automatically create purchase agreement.

Odoo 13 creates a SINGLE Purchase agreement for Each Product.  So when my SO has 20 parts this generates 20 Purchase agreement so When i need send out to 3 vendors, this creates 60 different single line RFQ.i want merge all of item in SO in one purchase agreement Automatically that i just send 3 RFQ to 3 vendor that each RFQ has 20 Item.

Is there a way to just make one purchase agreement with many Items from SO automatically .

I know that somebody say YES,with customize module or with write code this works, BUT How ?

 

\\\Answer\\\
Avatar
Discard
Best Answer

yes. by default it will create separate tender(it was in all version of odoo as i remember). yes to create one grouped, you need custom module(i do not understand why odoo did not done it).

we made custom module which group by product brand (brand module is free in oca).

but if you do not want to customize you can try buy+replenish on order and make draft RFQ. it will group by vendor. I know, that it is not correct in most cases. but yes. from default it works not good and tender looks like not a tender.

Avatar
Discard
Author

thank you

if try buy+replenish and make draft,after that SO draft in INVENTORY delivery , i need grouped in purchase agreement.

about free module in OCA that do my needs could you guide me ?

everything i try to get nowhere

hi, as i wrote, i used this https://odoo-community.org/shop/product/product-brand-manager-1908?search=Product+Brand+Manager

to categorise products. and tenders i gaved to programers to customise to group tender by brand.

yes, in oca and in git i did not find normal module for that.

in apps store i did not find right for me(it would be cheper, but i did not find).

also, you can use propose to rfq, not tender. it will group by vendor(not ideal, but).