-
-
Notifications
You must be signed in to change notification settings - Fork 670
[16.0][WIP] [ADD] pos_donation #1395
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
Draft
remytms
wants to merge
8
commits into
OCA:16.0
Choose a base branch
from
coopiteasy:16.0-add-pos_donation
base: 16.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.
Draft
Conversation
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
edbd079 to
42a0cf8
Compare
f012b0a to
149e7ab
Compare
Allow to generate donation tax receipt from donation encoded via point of sale.
149e7ab to
25d0f37
Compare
4bf9afd to
d3ba743
Compare
d3ba743 to
6a14a9a
Compare
80d4496 to
e16c069
Compare
0a76e02 to
3a51f22
Compare
* replace the donation.donation.pos_payment_ids field by pos_payment_method_ids to be able to access the pos payment methods directly. * fix donation creation error: the code was trying to store pos.payment.method ids in a many2many to pos.payment. * make donation.donation.pos_payment_method_ids a computed field. * avoid error in pos if no partner is selected. * remove useless code. * rename "POS" to "PoS" in multiple places. * update i18n files. * update readme.
3a51f22 to
fa0c1c5
Compare
huguesdk
approved these changes
Jul 16, 2025
give additional access rights to members of the pos_user group: * create access to donation.donation and donation.line to be able to create donations. * write access to donation.donation to be able to validate donations.
use a list comprehension instead of modifying the list in a loop afterwards.
8f2607e to
19445f4
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. |
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.
Allow to generate donation tax receipt from donation encoded via point of sale.
I’m not sure if this module should go here in oca/pos or if it should be placed in oca/donation.
Based on this PR