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

[18.0][MIG] account_payment_mode #1367

Open
wants to merge 110 commits into
base: 18.0
Choose a base branch
from

Commits on Oct 15, 2024

  1. [ADD] acocunt_payment_mode: Start to port bank-payment to v9 (with a …

    …lot of improvements) during the Sorrento Code sprint 2016
    
    Improvements include:
    
    - full re-organisation of modules and big re-organisation of the code
    - simplification of the code related to the fact that support for direct debit is now in t
    he base module, not added by an optional module account_direct_debit (module was removed)
    - new design of the wizard to select move lines to pay
    - support for non-SEPA file transfer-
    - support for German direct debit SEPA files (fixes bug OCA#129)
    - remove workflow of payment.order
    
    - Finalise the wizard of selection of move lines to pay
    
      Add button "Add to payment/debit order" on invoice form view
      Started to integrate payment transfer in account_payment_order (not finished at all though)
      Various fixes/changes/improvements/...
    
    - Update and re-enable demo data
    - Move field bank_account_required from module account_payment_partner to account_payment_mode
    
      Make the mandate a required field on payment line when the payment method has mandate_required=True
      Make the bank account a required field on payment line when the payment method has bank_account_required=True
    
    - Enable the payment methods by default on bank journals (including existing bank journals via post_install scripts)
    alexis-via authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    419bff7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2163376 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ebc75c View commit details
    Browse the repository at this point in the history
  4. Port almost all modules to v10 (OCA#305)

    Port almost all modules to v10
    
    * Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug OCA#300)
    Alexis de Lattre authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e0299ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0578982 View commit details
    Browse the repository at this point in the history
  6. [FIX] account_payment_*: 2 fixes

    * Fix payment method onchange with multicompany (OCA#374)
    * Add relational inverse field for payment.mode on payment.method
    grindtildeath authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ff5bed9 View commit details
    Browse the repository at this point in the history
  7. [MIG] account_payment_mode

    etobella authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ad163fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ebbe96 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ac0519 View commit details
    Browse the repository at this point in the history
  10. [FIX+IMP] account_payment_mode: Several small usability improvements …

    …+ fix
    
    - FIX: Don't store acc_type of res.partner.bank (OCA#467)
    - when manually encoding a payment line, get company currency as default currency
    - Search on payment order numbers
    - Direct search on bank journal name in payment orders
    - remove widget="selection" on account.payement.mode : this object is rarely modified, so widget='selection' is not a time saver, but we miss the HTML link, which can be pretty convenient to check the configuration.
    Alexis de Lattre authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    60685ac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4c76f5f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7f422c5 View commit details
    Browse the repository at this point in the history
  13. Translated using Weblate (Español (España))

    Currently translated at 100,0% (51 of 51 strings)
    
    Translation: bank-payment-11.0/bank-payment-11.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-11-0/bank-payment-11-0-account_payment_mode/es/
    etobella authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c2f9330 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bdbdc02 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6c81ddb View commit details
    Browse the repository at this point in the history
  16. [FIX] account_payment_mode: Don't show 2 times acc_type in partner ba…

    …nk form
    
    It's already on standard.
    pedrobaeza authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fbecf30 View commit details
    Browse the repository at this point in the history
  17. [11.0][FIX] account_payment_mode res.partner view banks group attribute

    Description of the issue/feature this PR addresses:
    
    The modules adds `{'invisible': [('parent_id', '!=', False)]}` attribute
    to `banks` group on res.partner form view. The rationale for this,
    according to a comment on the view itself is:
    > ... there is a domain on the 'partner_id' field of res.partner.bank
    (base module) which prevents the selection of a contact
    
    However, the domain the comment refers to is
    `['|', ('is_company', '=', True), ('parent_id', '=', False)]`
    So, I think the domain for the group to be invisible should be
    `[('parent_id', '!=', False), ('is_company', '=', False)]`. In addition,
    a parent that is a company is always its own commercial partner. So we
    should have access to its payment information.
    
    Current behavior before PR:
    
    Bank and mandates information is hidden when a partner is a company and
    has a parent.
    
    Desired behavior after PR is merged:
    
    Banking information should be visible if a partner is a company.
    Jon Zaballa authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    df6b256 View commit details
    Browse the repository at this point in the history
  18. [FIX] account_payment_mode: Don't change acc_type field type

    It's not needed and can cause problems.
    pedrobaeza authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9545664 View commit details
    Browse the repository at this point in the history
  19. Translated using Weblate (Catalan)

    Currently translated at 49.1% (27 of 55 strings)
    
    Translation: bank-payment-12.0/bank-payment-12.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-12-0/bank-payment-12-0-account_payment_mode/ca/
    Jaume Planas authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ca155ae View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a8dda48 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e72627c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    31c98ed View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0bc8419 View commit details
    Browse the repository at this point in the history
  24. [UPD] README.rst

    OCA-git-bot authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    bdb444f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    90707cb View commit details
    Browse the repository at this point in the history
  26. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: bank-payment-13.0/bank-payment-13.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-13-0/bank-payment-13-0-account_payment_mode/
    oca-transbot authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f6d74dc View commit details
    Browse the repository at this point in the history
  27. pre-commit update

    OCA-git-bot authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1a97170 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d36e821 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a38163b View commit details
    Browse the repository at this point in the history
  30. [FIX] multicompany rule

    astirpe authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    32204c2 View commit details
    Browse the repository at this point in the history
  31. [UPD] README.rst

    OCA-git-bot authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    456a2b6 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a20efb2 View commit details
    Browse the repository at this point in the history
  33. Remove obsolete company_partner_id

    Hughes Damry authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    236200e View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a91953e View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    e09da24 View commit details
    Browse the repository at this point in the history
  36. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: bank-payment-13.0/bank-payment-13.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-13-0/bank-payment-13-0-account_payment_mode/
    oca-transbot authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    40bc025 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    a807194 View commit details
    Browse the repository at this point in the history
  38. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: bank-payment-13.0/bank-payment-13.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-13-0/bank-payment-13-0-account_payment_mode/
    oca-transbot authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    13c90c0 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    bf180a9 View commit details
    Browse the repository at this point in the history
  40. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (53 of 53 strings)
    
    Translation: bank-payment-13.0/bank-payment-13.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-13-0/bank-payment-13-0-account_payment_mode/es_AR/
    ibuioli authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    00ed403 View commit details
    Browse the repository at this point in the history
  41. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (53 of 53 strings)
    
    Translation: bank-payment-13.0/bank-payment-13.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-13-0/bank-payment-13-0-account_payment_mode/es_AR/
    ibuioli authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0993d20 View commit details
    Browse the repository at this point in the history
  42. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (53 of 53 strings)
    
    Translation: bank-payment-13.0/bank-payment-13.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-13-0/bank-payment-13-0-account_payment_mode/es_AR/
    ibuioli authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    958399a View commit details
    Browse the repository at this point in the history
  43. Update "development_status": "Production/Stable"

    Update "development_status": "Production/Stable"
    rafaelbn authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1b5927f View commit details
    Browse the repository at this point in the history
  44. [UPD] README.rst

    OCA-git-bot authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    dfb8d70 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    aea2918 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    d4be28d View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    2ade5f1 View commit details
    Browse the repository at this point in the history
  48. [UPD] README.rst

    OCA-git-bot authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7cb5bd2 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    7b6d59d View commit details
    Browse the repository at this point in the history
  50. Translated using Weblate (French (France))

    Currently translated at 100.0% (53 of 53 strings)
    
    Translation: bank-payment-14.0/bank-payment-14.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_mode/fr_FR/
    Yvesldff authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f2fc69e View commit details
    Browse the repository at this point in the history
  51. Added translation using Weblate (Spanish (Chile))

    Nelson Ramírez Sánchez authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f4d7d8d View commit details
    Browse the repository at this point in the history
  52. Translated using Weblate (Spanish)

    Currently translated at 100.0% (53 of 53 strings)
    
    Translation: bank-payment-14.0/bank-payment-14.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_mode/es/
    Nelson Ramírez Sánchez authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9e21d43 View commit details
    Browse the repository at this point in the history
  53. Translated using Weblate (Spanish (Chile))

    Currently translated at 100.0% (53 of 53 strings)
    
    Translation: bank-payment-14.0/bank-payment-14.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_mode/es_CL/
    Nelson Ramírez Sánchez authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8857c74 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    eaad0ce View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    01dffc3 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    9d5da28 View commit details
    Browse the repository at this point in the history
  57. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: bank-payment-14.0/bank-payment-14.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_mode/
    oca-transbot authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    05b083f View commit details
    Browse the repository at this point in the history
  58. Translated using Weblate (Dutch)

    Currently translated at 90.3% (47 of 52 strings)
    
    Translation: bank-payment-14.0/bank-payment-14.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_mode/nl/
    bosd authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    90f0fb0 View commit details
    Browse the repository at this point in the history
  59. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (52 of 52 strings)
    
    Translation: bank-payment-14.0/bank-payment-14.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_mode/es_AR/
    ibuioli authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6b3cb1a View commit details
    Browse the repository at this point in the history
  60. Translated using Weblate (French)

    Currently translated at 98.0% (51 of 52 strings)
    
    Translation: bank-payment-14.0/bank-payment-14.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_mode/fr/
    Yvesldff authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    bf6187c View commit details
    Browse the repository at this point in the history
  61. Translated using Weblate (Portuguese)

    Currently translated at 100.0% (52 of 52 strings)
    
    Translation: bank-payment-14.0/bank-payment-14.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_mode/pt/
    pedrocs-exo authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4a42fe6 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    a46bc68 View commit details
    Browse the repository at this point in the history
  63. Update test suite

    Fix bug in account_banking_mandate when a res.partner.bank is not attached to a particular company (company_id is NOT required on res.partner.bank)
    alexis-via authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b4a4ec8 View commit details
    Browse the repository at this point in the history
  64. Translated using Weblate (Italian)

    Currently translated at 61.5% (32 of 52 strings)
    
    Translation: bank-payment-14.0/bank-payment-14.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_mode/it/
    francesco-ooops authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f641544 View commit details
    Browse the repository at this point in the history
  65. Translated using Weblate (Catalan)

    Currently translated at 100.0% (52 of 52 strings)
    
    Translation: bank-payment-14.0/bank-payment-14.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_mode/ca/
    jabelchi authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    546e915 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    7be8db2 View commit details
    Browse the repository at this point in the history
  67. Translated using Weblate (Swedish)

    Currently translated at 100.0% (52 of 52 strings)
    
    Translation: bank-payment-14.0/bank-payment-14.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_mode/sv/
    simonstromb authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f3597e8 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    28611eb View commit details
    Browse the repository at this point in the history
  69. [UPD] Update account_payment_mode.pot

    oca-ci authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    145523c View commit details
    Browse the repository at this point in the history
  70. [UPD] README.rst

    OCA-git-bot authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6b961ec View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    4b34639 View commit details
    Browse the repository at this point in the history
  72. [UPD] README.rst

    OCA-git-bot authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e0dfaae View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    1cf432c View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    03dead5 View commit details
    Browse the repository at this point in the history
  75. [UPD] README.rst

    OCA-git-bot authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    89447c6 View commit details
    Browse the repository at this point in the history
  76. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: bank-payment-16.0/bank-payment-16.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-16-0/bank-payment-16-0-account_payment_mode/
    weblate authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e8f06b3 View commit details
    Browse the repository at this point in the history
  77. [UPD] Update account_payment_mode.pot

    oca-ci authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3e243e5 View commit details
    Browse the repository at this point in the history
  78. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: bank-payment-16.0/bank-payment-16.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-16-0/bank-payment-16-0-account_payment_mode/
    weblate authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    58ea06c View commit details
    Browse the repository at this point in the history
  79. account_payment_mode: add sequence on payment mode

    Currently, payment modes are ordered by name. With the introduction of a
    sequence field on account.payment.mode, the user can now decide the
    order.
    alexis-via authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5c47e3f View commit details
    Browse the repository at this point in the history
  80. [UPD] Update account_payment_mode.pot

    oca-ci authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a1103d4 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    1162db0 View commit details
    Browse the repository at this point in the history
  82. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: bank-payment-16.0/bank-payment-16.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-16-0/bank-payment-16-0-account_payment_mode/
    weblate authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e605576 View commit details
    Browse the repository at this point in the history
  83. Translated using Weblate (Spanish)

    Currently translated at 100.0% (48 of 48 strings)
    
    Translation: bank-payment-16.0/bank-payment-16.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-16-0/bank-payment-16-0-account_payment_mode/es/
    Gelo-fl authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7202cbf View commit details
    Browse the repository at this point in the history
  84. Translated using Weblate (Italian)

    Currently translated at 62.5% (30 of 48 strings)
    
    Translation: bank-payment-16.0/bank-payment-16.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-16-0/bank-payment-16-0-account_payment_mode/it/
    mymage authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    28290ac View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    da6e17b View commit details
    Browse the repository at this point in the history
  86. [FIX] account_payment_mode: filter out unique payment methods in _def…

    …ault_inbound_payment_methods()
    
    See: OCA#977
    astirpe authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    49a4cb0 View commit details
    Browse the repository at this point in the history
  87. Translated using Weblate (Italian)

    Currently translated at 62.5% (30 of 48 strings)
    
    Translation: bank-payment-16.0/bank-payment-16.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-16-0/bank-payment-16-0-account_payment_mode/it/
    mymage authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9753891 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    c921719 View commit details
    Browse the repository at this point in the history
  89. Translated using Weblate (Italian)

    Currently translated at 64.5% (31 of 48 strings)
    
    Translation: bank-payment-16.0/bank-payment-16.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-16-0/bank-payment-16-0-account_payment_mode/it/
    mymage authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2c73452 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    1b0190f View commit details
    Browse the repository at this point in the history
  91. Translated using Weblate (French)

    Currently translated at 100.0% (48 of 48 strings)
    
    Translation: bank-payment-16.0/bank-payment-16.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-16-0/bank-payment-16-0-account_payment_mode/fr/
    remi-filament authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1bfd2d9 View commit details
    Browse the repository at this point in the history
  92. Translated using Weblate (Italian)

    Currently translated at 64.5% (31 of 48 strings)
    
    Translation: bank-payment-16.0/bank-payment-16.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-16-0/bank-payment-16-0-account_payment_mode/it/
    francesco-ooops authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a3125fb View commit details
    Browse the repository at this point in the history
  93. [UPD] README.rst

    OCA-git-bot authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9cb9250 View commit details
    Browse the repository at this point in the history
  94. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: bank-payment-16.0/bank-payment-16.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-16-0/bank-payment-16-0-account_payment_mode/
    weblate authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    541fe4b View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    b2f5892 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    ef8d20c View commit details
    Browse the repository at this point in the history
  97. [UPD] Update account_payment_mode.pot

    oca-ci authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    84948f2 View commit details
    Browse the repository at this point in the history
  98. [BOT] post-merge updates

    OCA-git-bot authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9f50dbd View commit details
    Browse the repository at this point in the history
  99. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: bank-payment-17.0/bank-payment-17.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-17-0/bank-payment-17-0-account_payment_mode/
    weblate authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e2360fc View commit details
    Browse the repository at this point in the history
  100. Translated using Weblate (Italian)

    Currently translated at 100.0% (47 of 47 strings)
    
    Translation: bank-payment-17.0/bank-payment-17.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-17-0/bank-payment-17-0-account_payment_mode/it/
    mymage authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fc6888b View commit details
    Browse the repository at this point in the history
  101. Translated using Weblate (Italian)

    Currently translated at 100.0% (47 of 47 strings)
    
    Translation: bank-payment-17.0/bank-payment-17.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-17-0/bank-payment-17-0-account_payment_mode/it/
    mymage authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d66cfdc View commit details
    Browse the repository at this point in the history
  102. Translated using Weblate (Italian)

    Currently translated at 100.0% (47 of 47 strings)
    
    Translation: bank-payment-17.0/bank-payment-17.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-17-0/bank-payment-17-0-account_payment_mode/it/
    mymage authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    bdb17d0 View commit details
    Browse the repository at this point in the history
  103. Translated using Weblate (Swedish)

    Currently translated at 100.0% (47 of 47 strings)
    
    Translation: bank-payment-17.0/bank-payment-17.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-17-0/bank-payment-17-0-account_payment_mode/sv/
    jakobkrabbe authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    daff19e View commit details
    Browse the repository at this point in the history
  104. [FIX] account_payment_mode: Remove XML header in HTML

    For avoiding the warning.
    pedrobaeza authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fa138e8 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    61e0b01 View commit details
    Browse the repository at this point in the history
  106. [BOT] post-merge updates

    OCA-git-bot authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b8a42b7 View commit details
    Browse the repository at this point in the history
  107. Translated using Weblate (Italian)

    Currently translated at 100.0% (47 of 47 strings)
    
    Translation: bank-payment-17.0/bank-payment-17.0-account_payment_mode
    Translate-URL: https://translation.odoo-community.org/projects/bank-payment-17-0/bank-payment-17-0-account_payment_mode/it/
    mymage authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    129520e View commit details
    Browse the repository at this point in the history
  108. [IMP] account_payment_mode: test performance improvement

    - Include context keys for avoiding mail operations overhead.
    josep-tecnativa authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    861d674 View commit details
    Browse the repository at this point in the history
  109. [BOT] post-merge updates

    OCA-git-bot authored and BertVGroenendael committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    bd68b2e View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    6d6b68f View commit details
    Browse the repository at this point in the history