You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: purchase_sale_inter_company/README.rst
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,20 @@ Imagine you have company A and company B in the same Odoo database:
42
42
.. contents::
43
43
:local:
44
44
45
+
Use Cases / Context
46
+
===================
47
+
48
+
Imagine you have company A and company B in the same Odoo database:
49
+
50
+
51
+
Company A purchases goods from company B.
52
+
53
+
Company A will create a purchase order with company B as supplier.
54
+
55
+
This module automates the creation of the sale order in company B with company A as customer.
56
+
57
+
Receipt picking(s) created from Company A purchase are synced with quantities delivered in picking(s) by Company B sale.
58
+
45
59
Installation
46
60
============
47
61
@@ -56,6 +70,16 @@ To configure this module, you need to:
56
70
#. Go to the tab *Inter-Company* then the group *Purchase To Sale*.
57
71
#. If you check the option *Sale Auto Validation* in the configuration of company B, then when you validate a *Purchase Order* in company A with company B as supplier, the *Sale Order* will be automatically validated in company B with company A as customer.
58
72
73
+
Usage
74
+
=====
75
+
76
+
Create a purchase with Company A, setting Company B as vendor > confirm PO > a SO for Company B with customer Company A is created automatically.
77
+
78
+
79
+
Validate SO for Company B > validate delivery picking > in PO for Company A, receipt picking is validated with quantities from Company B delivery picking.
80
+
81
+
If backorders have been created from delivery picking, they will be synchronized to receipt picking.
0 commit comments