[WIP][16.0][mig] customer_wallet_(account-portal-pos) (do not review)#397
Open
legalsylvain wants to merge 111 commits intocoopiteasy:16.0from
Open
[WIP][16.0][mig] customer_wallet_(account-portal-pos) (do not review)#397legalsylvain wants to merge 111 commits intocoopiteasy:16.0from
legalsylvain wants to merge 111 commits intocoopiteasy:16.0from
Conversation
Contributor
|
Hi @carmenbianca, |
27b3f7d to
92d3593
Compare
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 16.0 #397 +/- ##
===========================================
- Coverage 94.17% 81.54% -12.64%
===========================================
Files 34 205 +171
Lines 584 2649 +2065
Branches 56 261 +205
===========================================
+ Hits 550 2160 +1610
- Misses 27 446 +419
- Partials 7 43 +36 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
54219a6 to
f2c7e26
Compare
Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be> Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be> Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
….config Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be> Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be> Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
…t payment method Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be> Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be> Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
…stead of settings Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be> Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
…ines This does not yet live-update in the POS. The window needs to be reloaded to see the updated balance. Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be> Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be> Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
… balance Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be> Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be> Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be> Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
…ner._invoice_total algorithm Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be> Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
…r account is set instead Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be> Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
…ly tree Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be> Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be> Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be> Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
…thout perms Previously there was a permission error on trying to read the `account.bank.statement.line` model. Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be> Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
…etc...) when displaying partners with wallet account
…he customer wallet balance - Add a dedicated wizard and menu entry to see all the wallets. - Refactor & Improve computation mechanism. - Fix incorrect _customer_wallet_depends() if point_of_sale is installed - Total refactor of the portal part. Display credit and debit + fix: display pos pending moves.
… main compute function
…he core customer_wallet module doesn't work, when point of sale is installed
37d2f6d to
c5985a0
Compare
c5985a0 to
78a85f3
Compare
Contributor
Author
|
Ready for review. Full description of account_wallet module :Full description of account_wallet_pos module :Full description of account_wallet_portal module : |
a6bffd8 to
5299fbb
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.
Description
Fixes
websitemodule.refactoring
New features
account.payment.register: add a banner on payment form, to mention that it is possible to use Wallet Journal.res.partner: new tree view to see all customer wallet amounts.res.partner: add the wallet amount in the top of partner form viewres.partner: have the possibility to see the detail of all the moves that justify the current wallet amount. + same in portal.Doc
Checklist before approval