Skip to content
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

[16.0] [ADD] Website sale subscription form #334

Closed
wants to merge 143 commits into from

Commits on Sep 7, 2023

  1. [ADD] pos_customer_wallet

    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d3ddd79 View commit details
    Browse the repository at this point in the history
  2. [ADD] pos_customer_wallet: Display wallet balance on POS payment screen

    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    35077ff View commit details
    Browse the repository at this point in the history
  3. [ADD] pos_customer_wallet: Make global module toggle available in pos…

    ….config
    
    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4139829 View commit details
    Browse the repository at this point in the history
  4. [ADD] pos_customer_wallet: Journal demo data

    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    5321b00 View commit details
    Browse the repository at this point in the history
  5. [ADD] pos_customer_wallet: Mandate selected customer when using walle…

    …t payment method
    
    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8af348e View commit details
    Browse the repository at this point in the history
  6. [ADD] pos_customer_wallet: Check sufficient balance before POS purchase

    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c4cc880 View commit details
    Browse the repository at this point in the history
  7. [FIX] account_customer_wallet: Write account_wallet to res.company in…

    …stead of settings
    
    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4c65655 View commit details
    Browse the repository at this point in the history
  8. [ADD] pos_customer_wallet: Recompute balance based on POS statement l…

    …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 <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f0c496c View commit details
    Browse the repository at this point in the history
  9. [ADD] pos_account_wallet: Update wallet balance in POS

    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    843035c View commit details
    Browse the repository at this point in the history
  10. [FIX] pos_customer_wallet: Update write_date on computation of wallet…

    … balance
    
    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9441262 View commit details
    Browse the repository at this point in the history
  11. [REM] account_customer_wallet: Remove some fields and api.depends lines

    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    5acebf8 View commit details
    Browse the repository at this point in the history
  12. [ADD] pos_customer_wallet: Tests

    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    45868c3 View commit details
    Browse the repository at this point in the history
  13. [REF] pos_customer_wallet: Re-implement wallet computation using part…

    …ner._invoice_total algorithm
    
    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    789a5fa View commit details
    Browse the repository at this point in the history
  14. [REM] account_customer_wallet: Custom wallet toggle; depend on whethe…

    …r account is set instead
    
    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2a5aabb View commit details
    Browse the repository at this point in the history
  15. [FIX] account_customer_wallet: Search balance on all partners in fami…

    …ly tree
    
    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    32556c1 View commit details
    Browse the repository at this point in the history
  16. [FIX] pos_customer_wallet: Avoid null error when no customer is selected

    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d9123bf View commit details
    Browse the repository at this point in the history
  17. [ADD] account_customer_wallet: README.rst

    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ce833b0 View commit details
    Browse the repository at this point in the history
  18. [UPD] Update pos_customer_wallet.pot

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    oca-ci authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    63f8257 View commit details
    Browse the repository at this point in the history
  19. [FIX] pos_customer_wallet: Partner form should not break for users wi…

    …thout perms
    
    Previously there was a permission error on trying to read the
    `account.bank.statement.line` model.
    
    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    87582ba View commit details
    Browse the repository at this point in the history
  20. pos_customer_wallet 12.0.1.0.1

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    github-grap-bot authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    748bc6a View commit details
    Browse the repository at this point in the history
  21. [FIX] SCRLfs → SC

    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    158bbe9 View commit details
    Browse the repository at this point in the history
  22. [ADD] pos_customer_wallet: Show balance on ticket

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    remytms authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c87c8db View commit details
    Browse the repository at this point in the history
  23. [FIX] pos_customer_wallet: typo

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    remytms authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a0e7e0e View commit details
    Browse the repository at this point in the history
  24. [REF] *_customer_wallet: Create partner.get_all_partners_in_family

    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c381b9c View commit details
    Browse the repository at this point in the history
  25. [ADD] pos_customer_wallet_is_user

    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    41e8a5d View commit details
    Browse the repository at this point in the history
  26. [ADD] *_customer_wallet: Change log entries

    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c636e3e View commit details
    Browse the repository at this point in the history
  27. [UPD] Update pos_customer_wallet.pot

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    oca-ci authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    bf1635d View commit details
    Browse the repository at this point in the history
  28. [UPD] changelog

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    github-grap-bot authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b207794 View commit details
    Browse the repository at this point in the history
  29. [UPD] README.rst

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    github-grap-bot authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    6d49cc5 View commit details
    Browse the repository at this point in the history
  30. pos_customer_wallet 12.0.1.1.0

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    github-grap-bot authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    6064ade View commit details
    Browse the repository at this point in the history
  31. [FIX] SCRL fs → SC

    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ace1e43 View commit details
    Browse the repository at this point in the history
  32. [FIX] pos_customer_wallet : makes the modules working in an non proxy…

    … mode. use case : make a sell, pay in cash, do not select a customer. An error is raised, because order.pos.get_client() is null
    
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7288dbe View commit details
    Browse the repository at this point in the history
  33. [REF] move overload function at the beginning of the javascript file,…

    … and add function comment
    
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    274c4d3 View commit details
    Browse the repository at this point in the history
  34. [FIX] force user to select a customer if wallet payment are selected,…

    … even if the total amount is null
    
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    dd5e7c8 View commit details
    Browse the repository at this point in the history
  35. [ADD] implement wallet credit with product in the Point of Sale front…

    … office
    
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1cfa728 View commit details
    Browse the repository at this point in the history
  36. [IMP] pos_customer_wallet : do not display wallet balance on ticket i…

    …f no customer is selected
    
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    26c78ab View commit details
    Browse the repository at this point in the history
  37. [IMP] pos_customer_wallet : display wallet balance on client detail s…

    …creen. (editable / non editable view)
    
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a22401d View commit details
    Browse the repository at this point in the history
  38. [REF] pos_customer_wallet : refactor code and create a sub function t…

    …o compute wallet for bank statement lines
    
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e219d44 View commit details
    Browse the repository at this point in the history
  39. [IMP] pos_customer_wallet : update partner wallet balance with pendin…

    …g paid pos order lines if product is 'is_customer_wallet_product'
    
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    472a058 View commit details
    Browse the repository at this point in the history
  40. [REF] Add GRAP as coauthor of the wallet modules

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    dbabc59 View commit details
    Browse the repository at this point in the history
  41. [i18n] update pot files and add fr translations

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b6a1da0 View commit details
    Browse the repository at this point in the history
  42. [IMP] pos_customer_wallet : return early if no partners

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    879d8a8 View commit details
    Browse the repository at this point in the history
  43. [TR] update fr translation

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3b8e5d4 View commit details
    Browse the repository at this point in the history
  44. [FIX] pos_customer_wallet: Use where_calc method in pos_order_line co…

    …mputation
    
    This should be nicer on multi-company databases.
    
    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    6c11739 View commit details
    Browse the repository at this point in the history
  45. [FIX] do not displayed 'undefined' where creating a new customer via UI

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1c5aeda View commit details
    Browse the repository at this point in the history
  46. [PERF] refactor get_wallet_balance_pos_order_line(). 6 requests for 1…

    …962.92ms -> 26 request 867.72 ms
    
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0620591 View commit details
    Browse the repository at this point in the history
  47. [REF] refactor _compute_customer_wallet_balance overload. Do not dupl…

    …icate alogithm
    
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    00999c8 View commit details
    Browse the repository at this point in the history
  48. [IMP] pos_customer_wallet : simplify PoS template

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9204d6f View commit details
    Browse the repository at this point in the history
  49. [IMP] pos_customer_wallet : display futur balance, if the order is co…

    …nfirmed
    
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    6506168 View commit details
    Browse the repository at this point in the history
  50. [IMP] pos_customer_wallet : add possibility to have wallet negative

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    62f309a View commit details
    Browse the repository at this point in the history
  51. [translation] *_customer_wallet : update translation

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    df0ae67 View commit details
    Browse the repository at this point in the history
  52. [REF] Move minimum_wallet_amount field from pos.config to account.jou…

    …rnal, cortesy @carmenbianca
    
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2539dcc View commit details
    Browse the repository at this point in the history
  53. [REF] pos_customer_wallet : create a function is_balance_above_minimu…

    …m in PoS
    
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    fa2c5a5 View commit details
    Browse the repository at this point in the history
  54. [FIX] allow user to access to the wallet amount even if they are not …

    …member of 'Point of Sale / User' group
    
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    legalsylvain authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7c2419f View commit details
    Browse the repository at this point in the history
  55. [UPD] Update pos_customer_wallet.pot

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    oca-ci authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a30d349 View commit details
    Browse the repository at this point in the history
  56. [UPD] README.rst

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    github-grap-bot authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3239ddf View commit details
    Browse the repository at this point in the history
  57. [FIX] pos_customer_wallet[_partner_is_user]: Pass required argument

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    bdd8f22 View commit details
    Browse the repository at this point in the history
  58. pos_customer_wallet 12.0.2.1.0

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    github-grap-bot authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    eae089d View commit details
    Browse the repository at this point in the history
  59. [FIX] pos_customer_wallet[_*]: Rename foodprint class

    The class name was wrongly copied from some other place and does not
    reflect what it's trying to represent.
    
    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    25d2789 View commit details
    Browse the repository at this point in the history
  60. [FIX] pos_customer_wallet_[*]: Repair maintainer tags in manifest

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9dca606 View commit details
    Browse the repository at this point in the history
  61. [UPD] Run prettier

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e50987e View commit details
    Browse the repository at this point in the history
  62. [UPD] README.rst

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    github-grap-bot authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    12dd399 View commit details
    Browse the repository at this point in the history
  63. pos_customer_wallet 12.0.2.1.1

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    github-grap-bot authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    56fc15f View commit details
    Browse the repository at this point in the history
  64. [UPD] Update pos_customer_wallet.pot

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    oca-ci authored and carmenbianca committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    44512a9 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    d804990 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. [ADD] pos_customer_wallet_is_user

    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    5b97d84 View commit details
    Browse the repository at this point in the history
  2. [REM] pos_customer_wallet_partner_is_user: Don't compute the field

    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    667eda7 View commit details
    Browse the repository at this point in the history
  3. [IMP] SCRLfs → SC

    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    54e0aaa View commit details
    Browse the repository at this point in the history
  4. [UPD] Update pos_customer_wallet_partner_is_user.pot

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    oca-ci authored and carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    176224e View commit details
    Browse the repository at this point in the history
  5. [UPD] README.rst

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    github-grap-bot authored and carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3a16dde View commit details
    Browse the repository at this point in the history
  6. pos_customer_wallet_partner_is_user 12.0.1.1.0

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    github-grap-bot authored and carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    04990fd View commit details
    Browse the repository at this point in the history
  7. [FIX] pos_customer_wallet_partner_is_user: Raise error when functiona…

    …lity disabled
    
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    908f151 View commit details
    Browse the repository at this point in the history
  8. [IMP] pos_customer_wallet_partner_is_user: Add to roadmap

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    16a6ccf View commit details
    Browse the repository at this point in the history
  9. [FIX] pos_customer_wallet_partner_is_user: Use more robust method to …

    …detect wallet usage
    
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    8094f1a View commit details
    Browse the repository at this point in the history
  10. [FIX] pos_customer_wallet[_partner_is_user]: Pass required argument

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    011f530 View commit details
    Browse the repository at this point in the history
  11. [IMP] pos_customer_wallet_partner_is_user: Clarifying comment

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    4fe15d3 View commit details
    Browse the repository at this point in the history
  12. [UPD] Update pos_customer_wallet_partner_is_user.pot

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    oca-ci authored and carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    78387c8 View commit details
    Browse the repository at this point in the history
  13. [UPD] README.rst

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    github-grap-bot authored and carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7bee5f9 View commit details
    Browse the repository at this point in the history
  14. pos_customer_wallet_partner_is_user 12.0.1.2.0

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    github-grap-bot authored and carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    70adb39 View commit details
    Browse the repository at this point in the history
  15. [FIX] pos_customer_wallet[_*]: Rename foodprint class

    The class name was wrongly copied from some other place and does not
    reflect what it's trying to represent.
    
    Signed-off-by: Carmen Bianca Bakker <[email protected]>
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f0a06e3 View commit details
    Browse the repository at this point in the history
  16. [FIX] pos_customer_wallet_[*]: Repair maintainer tags in manifest

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1cbaf56 View commit details
    Browse the repository at this point in the history
  17. [UPD] Run prettier

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0efb6a8 View commit details
    Browse the repository at this point in the history
  18. [UPD] README.rst

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    github-grap-bot authored and carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    30b8c3e View commit details
    Browse the repository at this point in the history
  19. pos_customer_wallet_partner_is_user 12.0.1.2.1

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    github-grap-bot authored and carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f47fb38 View commit details
    Browse the repository at this point in the history
  20. [UPD] Update pos_customer_wallet_partner_is_user.pot

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    oca-ci authored and carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ce6c633 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0d9a322 View commit details
    Browse the repository at this point in the history
  22. [MIG] pos_customer_wallet_partner_is_user: Migration to 13.0

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b4517dd View commit details
    Browse the repository at this point in the history
  23. [MIG] pos_customer_wallet_partner_is_user: Migration to 14.0

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a471deb View commit details
    Browse the repository at this point in the history
  24. [MIG] pos_customer_wallet_partner_is_user: Migration to 15.0

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f4e22e2 View commit details
    Browse the repository at this point in the history
  25. [MIG] pos_customer_wallet_partner_is_user: Migration to 16.0

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    5b22f64 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. [IMP] pos_customer_wallet_partner_is_user: Hide payment method condit…

    …ionally
    
    If partner is not a user, don't show the payment method.
    
    The deleted JS code is made obsolete/superfluous because the payment
    method cannot even be selected now.
    
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    9b3ed72 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. [MIG] pos_customer_wallet: Migration to 13.0

    base_suspend_security's functionality is wrapped into Odoo's sudo by
    default
    carmenbianca committed May 27, 2024
    Configuration menu
    Copy the full SHA
    1818433 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdcac46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64249a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0e8249 View commit details
    Browse the repository at this point in the history
  5. [REF] pos_customer_wallet: Use ORM instead of SQL queries

    This change was also done in account_customer_wallet. It simplifies things.
    
    This change is necessary for the 16.0 migration, but is not included in
    its commit for clarity's sake.
    
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed May 27, 2024
    Configuration menu
    Copy the full SHA
    1f0ba93 View commit details
    Browse the repository at this point in the history
  6. [REM] pos_customer_wallet: Remove bank statement line method of walle…

    …t computation
    
    The pos session does not create these anymore. It creates pos.payment
    records instead.
    
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed May 27, 2024
    Configuration menu
    Copy the full SHA
    7d1cf54 View commit details
    Browse the repository at this point in the history
  7. [FIX] pos_customer_wallet: Add some copyright headers

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b4c8c4c View commit details
    Browse the repository at this point in the history
  8. [IMP] pos_customer_wallet: Some user-facing documentation

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed May 27, 2024
    Configuration menu
    Copy the full SHA
    3196438 View commit details
    Browse the repository at this point in the history
  9. [IMP] pos_customer_wallet: Slightly refactor tests to use the same se…

    …ssion
    
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c670d0f View commit details
    Browse the repository at this point in the history
  10. [IMP] pos_customer_wallet: After closing, correctly handle purchased …

    …wallet products
    
    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed May 27, 2024
    Configuration menu
    Copy the full SHA
    0f8eeef View commit details
    Browse the repository at this point in the history
  11. [REF] pos_customer_wallet: Refactor to .esm.js

    Signed-off-by: Carmen Bianca BAKKER <[email protected]>
    carmenbianca committed May 27, 2024
    Configuration menu
    Copy the full SHA
    dcf77e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    c98c3ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    356c28a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    4971b6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3c43ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1261ae8 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    cf56fc8 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    78c53c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3253ea9 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    d481869 View commit details
    Browse the repository at this point in the history
  2. fixup

    victor-champonnois committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7ae1329 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. fixup

    victor-champonnois committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    96f0f0d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    8c4d261 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18d0ab0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    742e3ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2efbcc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc4916d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    5a31671 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8605cbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ac94b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfed6f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07c97c8 View commit details
    Browse the repository at this point in the history
  6. [IMP] e_t_s_travel: security

    remytms committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bff75c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b66b1b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1741a65 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    924d029 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6add12a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ae627b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    bcedd1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7075f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a62f2f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    e8a4c7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9c31db View commit details
    Browse the repository at this point in the history
  3. [FIX] e_t_speaker: fix menu

    remytms committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8bc7054 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    3416b66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25f772a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d57de7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c36feb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6aac4d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63355f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. [GEN] generate readme

    remytms committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    3ec360b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aeda8a9 View commit details
    Browse the repository at this point in the history