-
-
Notifications
You must be signed in to change notification settings - Fork 722
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] product_abc_classification: pre-commit auto fixes
- Loading branch information
Showing
18 changed files
with
108 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- Miquel Raïch \<<miquel.raich@eficent.com>\> | ||
- Lindsay Marion \<<lindsay.marion@acsone.eu>\> | ||
- Laurent Mignon \<<laurent.mignon@acsone.eu>\> | ||
- Denis Roussel \<<denis.roussel@acsone.eu>\> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
This modules provides the bases to build ABC analysis (or ABC | ||
classification) addons. These classification are used by inventory | ||
management teams to help identify the most important products in their | ||
portfolio and ensure they prioritize managing them above those less | ||
valuable. | ||
|
||
Managers will create a profile with several levels (percentages) and | ||
then the profiled products will automatically get a corresponding level | ||
using the ABC classification. | ||
|
||
The addon *product_abc_classification_sale_stock* defines a computation | ||
profile based on the number of sale order line delivered by product. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
To use this module, you need to: | ||
|
||
#\. Go to Sales or Inventory menu, then to Configuration/Products/ABC | ||
Classification Profile and create a profile with levels, knowing that | ||
the sum of all levels in the profile should sum 100 and all the levels | ||
should be different. | ||
|
||
#\. Later you should go to product categories or product variants, and | ||
assign them a profile. Then the cron classification will proceed to | ||
assign to these products one of the profile's levels. | ||
|
||
NOTE: If you profile (or unprofile) a product category, then all its | ||
child categories and products will be profiled (or unprofiled). |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.