Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
149 commits
Select commit Hold shift + click to select a range
59a66f8
[ADD] pos_customer_wallet
carmenbianca Apr 7, 2022
95bc486
[ADD] pos_customer_wallet: Display wallet balance on POS payment screen
carmenbianca Apr 7, 2022
c5d7242
[ADD] pos_customer_wallet: Make global module toggle available in pos…
carmenbianca Apr 8, 2022
a4dbff1
[ADD] pos_customer_wallet: Journal demo data
carmenbianca Apr 11, 2022
51355ad
[ADD] pos_customer_wallet: Mandate selected customer when using walle…
carmenbianca Apr 13, 2022
0476456
[ADD] pos_customer_wallet: Check sufficient balance before POS purchase
carmenbianca Apr 13, 2022
8374b8c
[FIX] account_customer_wallet: Write account_wallet to res.company in…
carmenbianca Apr 19, 2022
d5d3d46
[ADD] pos_customer_wallet: Recompute balance based on POS statement l…
carmenbianca Apr 20, 2022
6cf5c8f
[ADD] pos_account_wallet: Update wallet balance in POS
carmenbianca Apr 21, 2022
7ebbc99
[FIX] pos_customer_wallet: Update write_date on computation of wallet…
carmenbianca Apr 21, 2022
932c2e9
[REM] account_customer_wallet: Remove some fields and api.depends lines
carmenbianca Apr 22, 2022
f939333
[ADD] pos_customer_wallet: Tests
carmenbianca Apr 22, 2022
23aee45
[REF] pos_customer_wallet: Re-implement wallet computation using part…
carmenbianca Apr 22, 2022
991e3ce
[REM] account_customer_wallet: Custom wallet toggle; depend on whethe…
carmenbianca Apr 22, 2022
d20f08f
[FIX] account_customer_wallet: Search balance on all partners in fami…
carmenbianca Apr 28, 2022
60fb06a
[FIX] pos_customer_wallet: Avoid null error when no customer is selected
carmenbianca May 5, 2022
b298e6e
[ADD] account_customer_wallet: README.rst
carmenbianca May 6, 2022
7f298df
[UPD] Update pos_customer_wallet.pot
May 6, 2022
97a3a25
[FIX] pos_customer_wallet: Partner form should not break for users wi…
carmenbianca Jun 15, 2022
59d8324
pos_customer_wallet 12.0.1.0.1
github-grap-bot Jun 23, 2022
a819194
[FIX] SCRLfs → SC
carmenbianca Jun 29, 2022
d2ab3a9
[ADD] pos_customer_wallet: Show balance on ticket
remytms May 25, 2022
7b216d8
[FIX] pos_customer_wallet: typo
remytms May 25, 2022
eb4af24
[REF] *_customer_wallet: Create partner.get_all_partners_in_family
carmenbianca Jun 15, 2022
f4a86db
[ADD] pos_customer_wallet_is_user
carmenbianca Jun 15, 2022
1b143a4
[ADD] *_customer_wallet: Change log entries
carmenbianca Jun 16, 2022
ea281c7
[UPD] Update pos_customer_wallet.pot
Jul 8, 2022
dbe10e1
[UPD] changelog
github-grap-bot Jul 8, 2022
2b4fecd
[UPD] README.rst
github-grap-bot Jul 8, 2022
2780f19
pos_customer_wallet 12.0.1.1.0
github-grap-bot Jul 8, 2022
7772708
[FIX] SCRL fs → SC
carmenbianca Jul 11, 2022
52f1051
[FIX] pos_customer_wallet : makes the modules working in an non proxy…
legalsylvain Aug 9, 2022
65a300a
[REF] move overload function at the beginning of the javascript file,…
legalsylvain Aug 9, 2022
103f9df
[FIX] force user to select a customer if wallet payment are selected,…
legalsylvain Aug 9, 2022
180b31c
[ADD] implement wallet credit with product in the Point of Sale front…
legalsylvain Aug 9, 2022
7e485f7
[IMP] pos_customer_wallet : do not display wallet balance on ticket i…
legalsylvain Aug 9, 2022
1ef1265
[IMP] pos_customer_wallet : display wallet balance on client detail s…
legalsylvain Aug 9, 2022
8ea3c33
[REF] pos_customer_wallet : refactor code and create a sub function t…
legalsylvain Aug 9, 2022
56a5f0d
[IMP] pos_customer_wallet : update partner wallet balance with pendin…
legalsylvain Aug 9, 2022
e3cd9c6
[REF] Add GRAP as coauthor of the wallet modules
legalsylvain Aug 9, 2022
29da48f
[i18n] update pot files and add fr translations
legalsylvain Sep 5, 2022
3eaf848
[IMP] pos_customer_wallet : return early if no partners
legalsylvain Sep 9, 2022
2298b35
[TR] update fr translation
legalsylvain Sep 12, 2022
62a20e5
[FIX] pos_customer_wallet: Use where_calc method in pos_order_line co…
carmenbianca Sep 15, 2022
abb81b6
[FIX] do not displayed 'undefined' where creating a new customer via UI
legalsylvain Sep 26, 2022
1c2f877
[PERF] refactor get_wallet_balance_pos_order_line(). 6 requests for 1…
legalsylvain Feb 28, 2023
6325f81
[REF] refactor _compute_customer_wallet_balance overload. Do not dupl…
legalsylvain Feb 28, 2023
73e7644
[IMP] pos_customer_wallet : simplify PoS template
legalsylvain Feb 28, 2023
29511db
[IMP] pos_customer_wallet : display futur balance, if the order is co…
legalsylvain Feb 28, 2023
0c0b433
[IMP] pos_customer_wallet : add possibility to have wallet negative
legalsylvain Feb 28, 2023
96cb994
[translation] *_customer_wallet : update translation
legalsylvain Feb 28, 2023
7d93983
[REF] Move minimum_wallet_amount field from pos.config to account.jou…
legalsylvain Mar 21, 2023
d3733cb
[REF] pos_customer_wallet : create a function is_balance_above_minimu…
legalsylvain Mar 21, 2023
8a926a9
[FIX] allow user to access to the wallet amount even if they are not …
legalsylvain Mar 21, 2023
9e61bcd
[UPD] Update pos_customer_wallet.pot
Mar 25, 2023
7d0819d
[UPD] README.rst
github-grap-bot Mar 25, 2023
daf5c56
[FIX] pos_customer_wallet[_partner_is_user]: Pass required argument
carmenbianca Jun 26, 2023
be5cfde
pos_customer_wallet 12.0.2.1.0
github-grap-bot Jun 29, 2023
93941a7
[FIX] pos_customer_wallet[_*]: Rename foodprint class
carmenbianca Sep 9, 2022
0452eac
[FIX] pos_customer_wallet_[*]: Repair maintainer tags in manifest
carmenbianca Jun 30, 2023
0342c71
[UPD] Run prettier
carmenbianca Jun 30, 2023
d2e1da3
[UPD] README.rst
github-grap-bot Jun 30, 2023
a347302
pos_customer_wallet 12.0.2.1.1
github-grap-bot Jun 30, 2023
f3652a9
[UPD] Update pos_customer_wallet.pot
Jun 30, 2023
de5985c
[IMP] pos_customer_wallet: black, isort, prettier
carmenbianca Jul 5, 2023
e98159f
[MIG] pos_customer_wallet: Migration to 13.0
carmenbianca Jul 5, 2023
5661269
[MIG] pos_customer_wallet: Migration to 14.0
carmenbianca Jul 5, 2023
c867fbf
[MIG] pos_customer_wallet: Migration to 15.0
carmenbianca Jul 6, 2023
a4649a3
[MIG] pos_customer_wallet: Migration to 16.0
carmenbianca Jul 6, 2023
093cf36
[REF] pos_customer_wallet: Use ORM instead of SQL queries
carmenbianca Sep 4, 2023
11926c9
[REM] pos_customer_wallet: Remove bank statement line method of walle…
carmenbianca Sep 8, 2023
165613e
[FIX] pos_customer_wallet: Add some copyright headers
carmenbianca Sep 8, 2023
5968bd8
[IMP] pos_customer_wallet: Some user-facing documentation
carmenbianca Sep 21, 2023
52ceaf3
[IMP] pos_customer_wallet: Slightly refactor tests to use the same se…
carmenbianca May 17, 2024
150dea9
[IMP] pos_customer_wallet: After closing, correctly handle purchased …
carmenbianca May 17, 2024
1a54024
[REF] pos_customer_wallet: Refactor to .esm.js
carmenbianca May 27, 2024
73335cd
[IMP] pos_customer_wallet: Add taxation test
carmenbianca Jan 23, 2025
f486a99
[FIX] pos_customer_wallet: Remove test
carmenbianca Feb 10, 2025
3c9d9f2
[IMP] account_customer_wallet: Avoid misconfiguration. No need to con…
legalsylvain Mar 10, 2025
cad69d0
[IMP] account_customer_wallet: add a banner on payment form, to menti…
legalsylvain Mar 10, 2025
685bcdd
[FIX] portal_customer_wallet: remove useless dependency to website mo…
legalsylvain Jan 26, 2026
e2bfd28
[REF] account_customer_wallet: move transient model in wizard folder
legalsylvain Jan 26, 2026
5744d60
[IMP] account_customer_wallet: new tree view to see all customer wall…
legalsylvain Jan 27, 2026
347b5e6
[DOC] account_customer_wallet: full update documentation, adding scre…
legalsylvain Jan 26, 2026
15f20c2
[DOC] portal_customer_wallet: full update documentation, adding scree…
legalsylvain Jan 27, 2026
d8d429f
[IMP] pos_customer_wallet : display wallet amount in partner list screen
legalsylvain Jan 27, 2026
c2d9fde
[REF] pos_customer_wallet: use same name for the js file, as in Odoo …
legalsylvain Jan 27, 2026
e450449
[FIX] remove useless file
legalsylvain Jan 29, 2026
cd5f1ea
[UPD] Update french translation
legalsylvain Jan 29, 2026
a095d99
[REF] customer_wallet_account. renamed from account_customer_wallet)
legalsylvain Jan 29, 2026
2b9df4a
[REF] customer_wallet_portal. renamed from portal_customer_wallet)
legalsylvain Jan 29, 2026
d46514e
[REF] customer_wallet_pos. renamed from pos_customer_wallet)
legalsylvain Jan 29, 2026
86dff18
[REF] customer_wallet_* renaming: final adjustment
legalsylvain Jan 29, 2026
e769951
[IMP] customer_wallet_pos: put minimum_wallet_amount storable
legalsylvain Jan 29, 2026
db7d19e
[FIX] customer_wallet_account: allow to use all views (form, kanban, …
legalsylvain Jan 29, 2026
a1a4491
[REF] customer_wallet_account: code simplification
legalsylvain Jan 29, 2026
367693f
[REF+IMP] Customer_wallet_*: Add possibility to view the history of t…
legalsylvain Jan 29, 2026
e15e88f
[IMP] customer_wallet_account: Add redistribute feature
legalsylvain Jan 30, 2026
e6bbd2f
[FIX] customer_wallet_account: initialize correctly new fiedls in the…
legalsylvain Feb 2, 2026
f505825
[FIX] customer_wallet_pos: set it as autoinstallable, as otherwise, t…
legalsylvain Feb 2, 2026
890b186
[REF] customer_wallet: simply rename as it it is the main module
legalsylvain Feb 2, 2026
33f6933
[META] update authors and maintainers
legalsylvain Feb 2, 2026
a97e8bb
[DOC] customer_wallet: finish description and update translation
legalsylvain Feb 4, 2026
4e2ffae
[DOC] customer_wallet_portal: finish description and update translation
legalsylvain Feb 4, 2026
4755952
[DOC] customer_wallet_pos: finish description and update translation
legalsylvain Feb 4, 2026
9e24f5b
[TMP] display images on grap branch. This commit should be removed be…
legalsylvain Feb 4, 2026
d5cc6d4
[FIX] customer_wallet: Do not write in _inverse function.
legalsylvain Feb 6, 2026
bbc4587
[IMP] customer_wallet: improve message
legalsylvain Feb 10, 2026
4eab9ed
[IMP] customer_wallet*: allways allow to close pos session, even if w…
legalsylvain Feb 10, 2026
10dcab0
[IMP] customer_wallet_pos: avoid credit and debit in a same order.
legalsylvain Feb 11, 2026
37b4cc9
[FIX] do not raise an error, if use doesn't have right to write on re…
legalsylvain Feb 17, 2026
8bea069
[REF] customer_wallet : redistribution feature. do not use specific j…
legalsylvain Mar 9, 2026
497b06c
[REF] Update readme / index files
legalsylvain Mar 9, 2026
4bd4b35
Update customer_wallet/__manifest__.py
legalsylvain Mar 9, 2026
8b811d7
Apply suggestion from @huguesdk
legalsylvain Mar 9, 2026
a8c2116
Apply suggestion from @huguesdk
legalsylvain Mar 9, 2026
7bf5531
Apply suggestion from @huguesdk
legalsylvain Mar 9, 2026
2e944a2
Apply suggestion from @huguesdk
legalsylvain Mar 9, 2026
09a18e9
Apply suggestions from code review
legalsylvain Mar 9, 2026
dacf4c1
[REV] move config into model / view folder
legalsylvain Mar 9, 2026
e20e3a4
[REF] account_wallet: simplify action in redistribute wizard
legalsylvain Mar 9, 2026
d63e1ed
[REF] account_customer_waller: rename main.py file
legalsylvain Mar 9, 2026
bdd901a
[REF] customer_wallet_portal : Add Roadmap
legalsylvain Mar 9, 2026
4d41d38
[FIX] customer_wallet_portal: fix typo
legalsylvain Mar 9, 2026
435d742
[REF] remove linse in contributors file
legalsylvain Mar 9, 2026
3d99b0b
[REF] customer_wallet : rename also name in manifest
legalsylvain Mar 9, 2026
73e03c4
[REF] customer_wallet: mention that accounting demo / test data are n…
legalsylvain Mar 9, 2026
ae9b18e
[REF] customer_wallet: removing blank line between field definition
legalsylvain Mar 9, 2026
bea6e62
[REF] remove empty lines in rst files
legalsylvain Mar 9, 2026
aa6f68b
[REF] remove empty lines in rst files
legalsylvain Mar 9, 2026
ef050ce
Update customer_wallet/wizards/customer_wallet_redistribute_wizard.py
legalsylvain Mar 12, 2026
4717a62
[FIX] customer_wallet: typo in filename
legalsylvain Mar 12, 2026
5e100e1
[FIX] customer_wallet: remove useless or in xml wizard file
legalsylvain Mar 12, 2026
5645664
Update customer_wallet/readme/USAGE.rst
legalsylvain Mar 12, 2026
d875604
Update customer_wallet/readme/USAGE.rst
legalsylvain Mar 12, 2026
60dd4b0
[FIX] customer_wallet: simplify redistribute feature
legalsylvain Mar 12, 2026
9433787
[FIX] customer_wallet: avoid to have the possibility to create new pa…
legalsylvain Mar 12, 2026
908e36a
Update customer_wallet/wizards/customer_wallet_redistribute_wizard.py
legalsylvain Mar 12, 2026
b6fc460
[IMP] customer_wallet: format amount with currency
legalsylvain Mar 12, 2026
2986dc3
[REF] customer_wallet* : use of new odoo.command syntax
legalsylvain Mar 12, 2026
57709f8
Update customer_wallet/wizards/customer_wallet_redistribute_wizard.py
legalsylvain Mar 12, 2026
f0aa1dc
[REV] Do not update README.md main file
legalsylvain Mar 12, 2026
2be8d2d
[IMP] customer_wallet: add button on partner form view
legalsylvain Mar 12, 2026
633032c
[REF] customer_wallet: simplify code
legalsylvain Mar 12, 2026
cc2ab46
[REF] customer_wallet_pos: remove useless eslint disabling
legalsylvain Mar 12, 2026
992866c
[FIX] customer_wallet_pos: compare float
legalsylvain Mar 12, 2026
536dfd6
fixup! [REF] customer_wallet_pos: remove useless eslint disabling
legalsylvain Mar 12, 2026
d50c69c
[REF] customer_wallet_pos: replace var by const / let
legalsylvain Mar 12, 2026
53b5de3
[REF] update translation
legalsylvain Mar 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
97 changes: 0 additions & 97 deletions account_customer_wallet/README.rst

This file was deleted.

30 changes: 0 additions & 30 deletions account_customer_wallet/demo/account_journal_demo.xml

This file was deleted.

135 changes: 0 additions & 135 deletions account_customer_wallet/i18n/account_customer_wallet.pot

This file was deleted.

132 changes: 0 additions & 132 deletions account_customer_wallet/i18n/fr.po

This file was deleted.

Loading
Loading