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
**Provide tools to help a purchaser during the purchase process.**
61
+
- Modify the calculated consumption if you think you'll sell more or
62
+
less in the future.
63
+
64
+
- Add a manual stock quantity (positive if you will receive products
65
+
that are not registered at all in Odoo, negative if you have not
66
+
registered sales)
67
+
68
+
- Click the "Update Products" button to register the changes you've made
69
+
into the product supplierinfo.
70
+
71
+
- Check the Purchase Target. It's defined on the Partner form, but you
72
+
still can change it on each CPO.
31
73
32
-
* Go to **Purchase > Purchase > Computed Purchase Order**, Create a new Compute Purchase Order (CPO)
33
-
* Select a Supplier
34
-
* Check the boxes to tell if you want to take into account the virtual stock or the draft sales/purchases.
35
-
* Use the button 'Get products and stocks' to import the list of products you can purchase to this supplier (ie: products that have a product_supplierinfo for this partner). It especially calculates for each product:
36
-
* the quantity you have or will have;
37
-
* the average_consumption, based on the stock moves created during last 365 days;
38
-
* the theoretical duration of the stock, based on the precedent figures.
39
-
40
-
* Unlink the products you don't want to buy anymore to this supplier (this only deletes the product_supplierinfo)
41
-
* Add new products you want to buy and link them (this creates a product_supplierinfo)
42
-
* Modify any information about the products: supplier product_code, supplier product_name, purchase price, package quantity, purchase UoM.
43
-
* Modify the calculated consumption if you think you'll sell more or less in the future.
44
-
* Add a manual stock quantity (positive if you will receive products that are not registered at all in Odoo, negative if you have not registered sales)
45
-
* Click the "Update Products" button to register the changes you've made into the product supplierinfo.
46
-
* Check the Purchase Target. It's defined on the Partner form, but you still can change it on each CPO.
47
-
* Click the button 'Compute Purchase Quantities' to calculate the quantities you should purchase. It will compute a purchase order fitting the purchase objective you set, trying to optimize the stock duration of all products.
48
-
* Click the "Make Purchase Order" button to convert the calculation into a real purchase order.
74
+
- Click the button 'Compute Purchase Quantities' to calculate the
75
+
quantities you should purchase. It will compute a purchase order
76
+
fitting the purchase objective you set, trying to optimize the stock
77
+
duration of all products.
49
78
79
+
- Click the "Make Purchase Order" button to convert the calculation into
80
+
a real purchase order.
50
81
51
82
Possible Improvements:
52
-
* offer more options to calculate the average consumption;
83
+
84
+
- offer more options to calculate the average consumption;
85
+
86
+
**Table of contents**
87
+
88
+
.. contents::
89
+
:local:
53
90
54
91
Bug Tracker
55
92
===========
56
93
57
-
Bugs are tracked on `GitHub Issues <https://github.com/druidoo/FoodCoops/issues>`_.
94
+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/purchase-workflow/issues>`_.
58
95
In case of trouble, please check there if your issue has already been reported.
59
-
If you spotted it first, help us smashing it by providing a detailed and welcomed
0 commit comments