-
-
Notifications
You must be signed in to change notification settings - Fork 666
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_auto_move #1797
Open
ferran-S73
wants to merge
40
commits into
OCA:17.0
Choose a base branch
from
Studio73:17.0-mig-stock_auto_move
base: 17.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
1b64e31
Added stock_auto_move module
npiganeau abdbb53
stock_auto_move : OCA compliant
ab550ed
stock_auto_move : replace utf8 by utf-8, use camelcase in class name
15ba43e
Refactorings
npiganeau 700bbc3
stock_auto_move: externalize change group to be able to overload it
e0e11ed
Use new api mapped instead of ids list comprehension
npiganeau 57fc271
OCA Transbot updated translations from Transifex
oca-transbot f4b3aa9
[10.0] port stock_auto_move to 10.0
2b01201
OCA Transbot updated translations from Transifex
oca-transbot 34b1c01
OCA Transbot updated translations from Transifex
oca-transbot 85aa5d3
[FIX] stock_auto_move: action_assign on stock_move should have an opt…
6cd5323
OCA Transbot updated translations from Transifex
oca-transbot 935fb54
[UPD] Update stock_auto_move.pot
oca-travis 1422da5
[ADD] icon.png
OCA-git-bot 010f001
[IMP] stock_auto_move: black, isort, prettier
rousseldenis 887abb3
[13.0][MIG] stock_auto_move: Migration to v13.0
rousseldenis d6c1361
[IMP]stock_auto_move: auto move from push rules
zakiuu 7d95cd9
[9.0][REF]stock_auto_move: fix action_assign() (#373)
zakiuu a44f486
[10.0][IMP] stock_auto_move: auto_confirm=>auto_move
rousseldenis c6b461c
[13.0][IMP] stock_auto_move: Take into account partial moves
rousseldenis 76cec4d
[13.0][FIX] stock_auto_move: Don't change procurement group if exists
rousseldenis 456faaf
[13.0][IMP] stock_auto_move: Add tests for procurement group
rousseldenis f77a41b
[13.0][FIX] stock_auto_move: Use correct quantity field
rousseldenis 6032fc0
[13.0][IMP] stock_auto_move: Take into account cases with mixed moves
rousseldenis fe8f6d2
[13.0][IMP] stock_auto_move: Take into account 'No backorder' process
rousseldenis 8d2f858
[13.0][IMP] stock_auto_move: Take into account cases with mixed moves…
rousseldenis b4254b7
[14.0][MIG] - stock_auto_move
sbejaoui 7c0e408
[UPD] Update stock_auto_move.pot
oca-travis ed31f14
[UPD] README.rst
OCA-git-bot e65c56c
Translated using Weblate (Catalan)
9b4e715
[UPD] README.rst
OCA-git-bot 3298253
Update translation files
weblate 583a895
Translated using Weblate (Italian)
mymage e8c9273
[MIG] stock_auto_move: Migration to 16.0
ThomasBinsfeld 5c865e4
[UPD] Update stock_auto_move.pot
79ede69
Update translation files
weblate 55a9b6f
Update translation files
weblate bf4e264
Translated using Weblate (Portuguese (Brazil))
a351b07
[IMP] stock_move_auto_reserve: black, isort, prettier
ferran-S73 087c6e6
[17.0][MIG] stock_auto_move
ferran-S73 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
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.
@ferran-S73 Why is this necessary ?
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 The move was not reserving stock because there was no available stock of the product. Maybe in older versions some other module added stock for the product?