[16.0][ADD] stock_account_fifo_return_origin#1649
[16.0][ADD] stock_account_fifo_return_origin#1649AungKoKoLin1997 wants to merge 1 commit intoOCA:16.0from
Conversation
yostashiro
left a comment
There was a problem hiding this comment.
Code review + functional test. LGTM. 👍
|
|
||
| def _get_fifo_candidates(self, company): | ||
| candidates = super()._get_fifo_candidates(company) | ||
| returned_moves = self._context.get("origin_returned_moves") |
There was a problem hiding this comment.
| returned_moves = self._context.get("origin_returned_moves") | |
| returned_moves = self.env.context.get("origin_returned_moves") |
|
@AungKoKoLin1997 Shouldn't this integrated in Odoo core ? |
@rousseldenis I don't think odoo will accept to apply in the stable versions. May be they will consider using in future versions. |
|
@AungKoKoLin1997 Can we propose this change in the master branch of Odoo? |
3d9bfd9 to
53ead1d
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. |
|
@rousseldenis Can you please reopen this PR and merge it if you have no concerns? |
|
@rousseldenis |
53ead1d to
6dc3d27
Compare
|
This PR has the |
kanda999
left a comment
There was a problem hiding this comment.
Functional test
This module is already in use in the production environment
|
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. |
6dc3d27 to
1c1b8e7
Compare
|
Tests failing is related with |
1c1b8e7 to
449a8fc
Compare
|
@AungKoKoLin1997 see #2273 for the fix of randomly failing tests in stock_lot_remove |
449a8fc to
fdddfb7
Compare
This module makes adjustment to the standard behavior with regards to candidate SVLs that are used in purchase returns; if the SVL linked to the origin move (receipt) has remaining quantity, that SVL should be consumed first.
@qrtl QT4657