-
-
Notifications
You must be signed in to change notification settings - Fork 768
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][ADD] account_asset_stock_move #1240
[14.0][ADD] account_asset_stock_move #1240
Conversation
ec3e289
to
c18c73a
Compare
60d9f06
to
018292a
Compare
a2e4213
to
2cc34e4
Compare
926ebfd
to
085574e
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.
Code LGTM.
This PR has the |
@kittiu Do you want to merge this PR ? I have reviewed the functionality locally and it is very useful. In the screenshot you can see that these assets was created from a stock move initiated by a manufacturing order (self produced asset). |
/ocabot merge nobump |
On my way to merge this fine PR! |
@kittiu your merge command was aborted due to failed check(s), which you can inspect on this commit of 14.0-ocabot-merge-pr-1240-by-kittiu-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
085574e
to
f60b5fe
Compare
/ocabot merge nobump |
On my way to merge this fine PR! |
f60b5fe
to
592219a
Compare
/ocabot merge nobump |
1 similar comment
/ocabot merge nobump |
@kittiu your merge command was aborted due to failed check(s), which you can inspect on this commit of 14.0-ocabot-merge-pr-1240-by-kittiu-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
This PR looks fantastic, let's merge it! |
On my way to merge this fine PR! |
It looks like something changed on |
Congratulations, your PR was merged at 0a01c92. Thanks a lot for contributing to OCA. ❤️ |
Normally, asset is created when vendor bill is confirmed (asset profile is set on invoice line)
But in case real time stock is used, stock move will create account moves, and it is possible to create asset on confirm of stock picking.
This should be useful for organization that want to create asset during stock in and not when confirm vendor bill.