[IMP] purchase: merge and update blanket orders and calls for tenders

Both blanket orders and calls for tenders shared a good chunk of information
(namely, enabling the feature and purchase agreements types configuration), and,
at the same time, aren't complex enough feature to have their own page, so this
commit merged-s both pages under a new folder "manage deals" where another commit
will add 3-way matching later on. At the same time, some of the content had to be
updated for v14 and it was necessary to provide slightly more in-depth information
across the board.
This commit is contained in:
Xavier (xpl)
2021-01-06 12:13:52 +01:00
committed by xpl-odoo
parent 53b6514826
commit 9e15ceefbf
25 changed files with 166 additions and 131 deletions
+3
View File
@@ -180,3 +180,6 @@ crm/optimize/setup.rst general/voip/asterisk.rst # crm/optimize/
crm/optimize/mail_client_extension.rst crm/optimize/outlook_extension.rst # mail_client_extension -> outlook_extension | mail_client_extension is the first link provided as a tip in Odoo 14 but should be updated and point directly to outlook_extension
crm/optimize/google_calendar_credentials.rst general/calendars/google/google_calendar_credentials.rst # (#765)
purchase/purchases/tender/blanket_orders.rst purchase/manage_deals/agreements.rst # (#823)
purchase/purchases/tender/call_for_tender.rst purchase/manage_deals/agreements.rst # (#823)