-
-
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
[16.0][ADD] stock_account_valuation_discrepancy_adjust #337
[16.0][ADD] stock_account_valuation_discrepancy_adjust #337
Conversation
14f9eed
to
63f9129
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…eate single journal entry
36dc1b1
to
0208a15
Compare
…ds from the wizard as long they are slow computed an unnecessary to take a decision
6e22b54
to
6e34192
Compare
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at a7e1b88. Thanks a lot for contributing to OCA. ❤️ |
Trying to add a module to fix discrepancies in the Dual inventory valuation report. The first attempt was this one: #175
This version is much simpler because the customer don't want to have a separate menu, I think it is not needed. The idea is they run the current report, and then the user uses the filter "Valuation Discrepancy" in order to see the products with discrepancies and apply the adjustments.
If users wants to do the adjustment in the past then they have to generate the Dual Inventory Valuation report in the past.
Added a small test also
Added the option to create a single journal entry if wanted.
cc @ForgeFlow