[IMP] pos_cash_move_reason : add functionnalities on POS UI#1531
Open
quentinDupont wants to merge 2 commits into
Open
[IMP] pos_cash_move_reason : add functionnalities on POS UI#1531quentinDupont wants to merge 2 commits into
quentinDupont wants to merge 2 commits into
Conversation
ab19477 to
5c39f93
Compare
flotho
suggested changes
Apr 22, 2026
flotho
left a comment
Member
There was a problem hiding this comment.
Hi @quentinDupont ,
great thanks for your contribution.
Could you adapt your commit mesage and PR name to follow guidelines https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rst#git
5c39f93 to
14625ac
Compare
Author
|
❌ Need to be fix : Odoo only handles Cash movement in UI so move of other journal are counted in Cash journal → i'm on it Edit : fix ✔️ |
0128933 to
ba1df2e
Compare
… move in and out for multiple journals [IMP] filter for having only pos_session payment methods journal [IMP] workflow move reason and close popup works
ba1df2e to
a879a4c
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds the functionnalitiess of
pos_cash_move_reasonon POS UI : handling Moves for all Payment Methods, see README.It handles move reason for multiple journal, that's why in Pos Close PopUp you can now see Moves for theses journals.
That's why this module adds button to launch Cash In/Out PopUp from Close PopUp + improve Close PopUp design with CSS.