-
-
Notifications
You must be signed in to change notification settings - Fork 788
[15.0][IMP] stock_inventory_verification_request: improvements in order to see in the tree view who has processed the svr and some minor improvements #2273
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
Conversation
Hi @LoisRForgeFlow, |
44dc460
to
ba9d055
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
inventory_id = fields.Many2one( | ||
comodel_name="stock.inventory", string="Inventory Adjustment", readonly=True | ||
) |
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.
@JoanSForgeFlow Why do you remove this link?
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.
hi @LoisRForgeFlow ,
I removed this field because there was no logic implemented to populate it.
However, since this module already depends on stock_inventory
and the quants already have current_inventory_id
, it's very easy to implement the logic to fill this field.
I will re-add the field and include the missing logic so that it is properly populated.
7de9506
to
3ea402b
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!
stock_inventory_verification_request/views/stock_slot_verification_request_view.xml
Show resolved
Hide resolved
…see in the tree view who has processed the svr and some minor improvements
3ea402b
to
723b69c
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.
Thanks!
/ocabot merge minor
On my way to merge this fine PR! |
Congratulations, your PR was merged at d5797e3. Thanks a lot for contributing to OCA. ❤️ |
Improvements in order to see in the tree view who has processed the SVR and other minor improvements