-
-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
14.0 stock average daily sale returns handling #349
Closed
twalter-c2c
wants to merge
34
commits into
OCA:14.0
from
camptocamp:14.0-stock_average_daily_sale-returns_handling
Closed
14.0 stock average daily sale returns handling #349
twalter-c2c
wants to merge
34
commits into
OCA:14.0
from
camptocamp:14.0-stock_average_daily_sale-returns_handling
Conversation
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
…evel + add demo The configurations are now stored on abc profiles. Some demo data are loaded in order to show this module features more easily.
…ame to recommended_qty
By default the priority in odoo is set to '0'. Before this change the daily sale was never computed for moves done in a normal process. There is no need to filter out moves based on the priority from the computation.
Co-authored-by: Jacques-Etienne Baudoux <[email protected]>
As tests create a Savepoint, there is a concurrent query when checking the view existence.
As for x reason, some products appear more than one time in the report, id generated by the concatenation of product_id and warehouse_id is irrelevant (as duplicate values possible). Use row_number() instead
Currently translated at 100.0% (58 of 58 strings) Translation: stock-logistics-reporting-16.0/stock-logistics-reporting-16.0-stock_average_daily_sale Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-reporting-16-0/stock-logistics-reporting-16-0-stock_average_daily_sale/it/
Remove product_abc_classification dependency. This module is not essential for the current module to function properly.
Only stock_user can see config and report; stock_manager can create and delete config entries
Set default average_daily_sale_root_location on WH create. Default stock location of the new WH is used for this purpose
Allow to decide if weekends should be included or excluded in average daily sale calculation.
Take also production location as dest location for daily usage calculation
…ny_id stock_average_daily_sale: - add form view for config - add company_id to config - allow editing ABC classification level and make sure the level is unique per warehouse
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-reporting-16.0/stock-logistics-reporting-16.0-stock_average_daily_sale Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-reporting-16-0/stock-logistics-reporting-16-0-stock_average_daily_sale/
Take returns into account while calculating average daily sale usage. In Cosaflow returns mean stock moves from the 'Inventory adjustment' location to the physical stock location (of usage 'internal').
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.