-
-
Notifications
You must be signed in to change notification settings - Fork 729
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][MIG] stock_inventory #1666
Conversation
[15.0][IMP] stock_inventory: add product selection and fixup
@Urvisha-OSI Thanks for this. Could you put pre-commit modifications (like setup) in a separate commit as explained here https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0 ? |
/ocabot migration stock_inventory |
} | ||
) | ||
self.location2 = self.location_model.create( | ||
{ | ||
"name": "Location 2", | ||
"usage": "internal", | ||
"location_id": self.location_src.id, | ||
"location_id": self.location_dst.id, |
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.
Why changing location 2 (internal) to a customer location ???
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.
[IMP] stock_inventory: Avoid two fields with same label
Hi @Urvisha-OSI, when doing the #1849, tests failed because in stock_inventory is trying to modify a field that is not allowed by odoo base. In the stock_quant.py file of your module I would add: Also I did a fix in v15, see the commit (ForgeFlow@264bc7c) also it is present in the #1848 , can you add the changes? |
@Urvisha-OSI I will supersedes this with fixes by @AlexPForgeFlow |
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. |
No description provided.