-
-
Notifications
You must be signed in to change notification settings - Fork 734
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
[17.0][MIG] stock_orderpoint_generator #2049
Closed
Closed
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
fbbf85e
stock_orderpoint_generator: Migration V9
ac2266e
[IMP] stock_orderpoint_generator: Add Automatic Reordering Rules (#258)
guewen 225177c
[FIX] stock_orderpoint_generator (fields don't exist)
MiquelRForgeFlow b797659
[FIX] stock_orderpoint_generator: fix a bug when iterate the data wit…
nicomacr 1f8b838
[MIG] stock_orderpoint_generator: Migration to 11.0
cubells 2369aa4
[FIX] Fix singleton
53598f9
[IMP] stock_orderpoint_generator: auto values
chienandalu 936bda3
[MIG] stock_orderpoint_generator: Migration to 12.0
chienandalu 4db0f87
Translated using Weblate (Slovenian)
sysadminmatmoz 63319b7
[IMP] stock_orderpoint_generator: black, isort, prettier
victoralmau aa47801
[MIG] stock_orderpoint_generator: Migration to 13.0
victoralmau 869a023
[FIX] stock_orderpoint_generator: stock history initial value
chienandalu f4c8b29
[IMP] stock_orderpoint_generator: delivered items options
chienandalu 8381778
[IMP] stock_orderpoint_generator: black, isort, prettier
chienandalu 2e622ac
[MIG] stock_orderpoint_generator: Migration to 15.0
chienandalu 178b629
[UPD] Update stock_orderpoint_generator.pot
9a00870
[UPD] README.rst
OCA-git-bot 94823fa
Translated using Weblate (Italian)
mymage 747a00e
Translated using Weblate (Italian)
mymage d0b8f63
Translated using Weblate (Italian)
francesco-ooops cbcba2b
[FIX] stock_orderpoint_generator: disable computes
chienandalu ea580a7
[UPD] Update stock_orderpoint_generator.pot
cc34a6a
stock_orderpoint_generator 15.0.1.0.1
OCA-git-bot 621767f
Update translation files
weblate e376a97
[FIX] stock_orderpoint_generator: fix test test_errors
pilarvargas-tecnativa ca385cb
stock_orderpoint_generator 15.0.1.0.2
OCA-git-bot 4a6a6b6
Translated using Weblate (Italian)
francesco-ooops 624877a
Translated using Weblate (Spanish)
Ivorra78 074b5fd
[UPD] README.rst
OCA-git-bot 2d0fe7f
Update translation files
weblate 89c65a5
[MIG] stock_orderpoint_generator: pre-commit
astirpe c205047
[MIG] stock_orderpoint_generator: migrate to V17
astirpe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ | |
- Vicent Cubells | ||
- David Vidal | ||
- Víctor Martínez | ||
- [360ERP](https://www.360erp.com): | ||
- Andrea Stirpe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@astirpe Could you put those changes that are enhancement in a separate commit in order to be able to backport them (and separate from real migration) ? Thanks
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.
@rousseldenis They are part of the real migration, not enhancement. Odoo would raise an error without this part. I think this should be backported as well.
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.
That's why a separate commit is more convenient
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.
Not sure I get your point. When backporting from V17 to V16, other parts of the code should be changed, like the qty_done and the views, but not this part that could be kept as it is.