[IMP] purchase: update and merge 3-way matching and bill control

3-way matching and bill control are closely related and were very shorts docs,
so in order to make more sense, both docs were merged. Both also had to be updated
for v14 since Odoo behaviour changed: when the bill control policy is set to
'on received quantities' you cannot create a bill anymore unless you have received
at least some products. Previously, you could create a bill for "0" and the "should
be paid' status was set to 'no'. Info about the "Bill status" field was also added
as it is also closely related.
This commit is contained in:
Xavier (xpl)
2021-01-11 10:29:03 +01:00
committed by xpl-odoo
parent e6e7a241b9
commit 5ec4a7540c
13 changed files with 116 additions and 45 deletions
+4 -1
View File
@@ -182,4 +182,7 @@ crm/optimize/mail_client_extension.rst crm/optimize/outlook_extension.rst
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)
purchase/purchases/tender/call_for_tender.rst purchase/manage_deals/agreements.rst # (#823)
purchase/purchases/rfq/3_way_matching.rst purchase/manage_deals/control_bills.rst # (#829)
purchase/purchases/rfq/bills.rst purchase/manage_deals/control_bills.rst # (#829)