Skip to content
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

Conversation

twalter-c2c
Copy link
Contributor

No description provided.

rousseldenis and others added 30 commits September 24, 2024 15:16
…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.
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.
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').
@twalter-c2c twalter-c2c closed this Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants