Skip to content

Conversation

StefanRijnhart
Copy link
Member

@StefanRijnhart StefanRijnhart commented Feb 5, 2025

Includes #378

@StefanRijnhart StefanRijnhart force-pushed the 18.0 branch 2 times, most recently from 067b468 to 54c5793 Compare February 5, 2025 15:31
@StefanRijnhart
Copy link
Member Author

/ocabot migration stock_account_valuation_report

@OCA-git-bot OCA-git-bot added this to the 18.0 milestone Feb 5, 2025
@OCA-git-bot OCA-git-bot mentioned this pull request Feb 5, 2025
18 tasks
class StockValuationHistory(models.TransientModel):
_name = "stock.valuation.history"
_description = "Stock Valuation History"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
_rec_name = "inventory_datetime"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made same PR for 16.0 at #378

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PIcked from #378, thanks.

compute="_compute_inventory_value",
search="_search_qty_discrepancy",
)
valuation = fields.Selection(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed and understood reason for deletion. Field is now related on product.template to categ_id and directly accessible to product.

JordiBForgeFlow and others added 23 commits March 6, 2025 09:27
Currently translated at 100.0% (13 of 13 strings)

Translation: stock-logistics-reporting-12.0/stock-logistics-reporting-12.0-stock_account_valuation_report
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-reporting-12-0/stock-logistics-reporting-12-0-stock_account_valuation_report/es_MX/
[IMP] stock_account_valuation_report: filter by discrepancies
Currently translated at 100.0% (13 of 13 strings)

Translation: stock-logistics-reporting-15.0/stock-logistics-reporting-15.0-stock_account_valuation_report
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-reporting-15-0/stock-logistics-reporting-15-0-stock_account_valuation_report/sl/
… filtering products with discrepancies

also add a filter to see all discrepancies at once
Currently translated at 100.0% (37 of 37 strings)

Translation: stock-logistics-reporting-16.0/stock-logistics-reporting-16.0-stock_account_valuation_report
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-reporting-16-0/stock-logistics-reporting-16-0-stock_account_valuation_report/it/
Copy link

@gdgellatly gdgellatly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

@gdgellatly gdgellatly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, static review

Copy link
Contributor

@AaronHForgeFlow AaronHForgeFlow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Functional review and ok with the changes in code

@OCA-git-bot
Copy link
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

1 similar comment
@OCA-git-bot
Copy link
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

Copy link
Contributor

@rousseldenis rousseldenis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rousseldenis
Copy link
Contributor

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

What a great day to merge this nice PR. Let's do it!
Prepared branch 18.0-ocabot-merge-pr-368-by-rousseldenis-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit a86b81c into OCA:18.0 Apr 2, 2025
7 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at f538c0c. Thanks a lot for contributing to OCA. ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.