-
-
Notifications
You must be signed in to change notification settings - Fork 527
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
base: 18.0
Are you sure you want to change the base?
[18.0][MIG] account_payment_mode #1367
Commits on Oct 15, 2024
-
[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)
Configuration menu - View commit details
-
Copy full SHA for 419bff7 - Browse repository at this point
Copy the full SHA 419bff7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2163376 - Browse repository at this point
Copy the full SHA 2163376View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ebc75c - Browse repository at this point
Copy the full SHA 5ebc75cView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for e0299ff - Browse repository at this point
Copy the full SHA e0299ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0578982 - Browse repository at this point
Copy the full SHA 0578982View commit details -
[FIX] account_payment_*: 2 fixes
* Fix payment method onchange with multicompany (OCA#374) * Add relational inverse field for payment.mode on payment.method
Configuration menu - View commit details
-
Copy full SHA for ff5bed9 - Browse repository at this point
Copy the full SHA ff5bed9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad163fa - Browse repository at this point
Copy the full SHA ad163faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ebbe96 - Browse repository at this point
Copy the full SHA 3ebbe96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ac0519 - Browse repository at this point
Copy the full SHA 4ac0519View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 60685ac - Browse repository at this point
Copy the full SHA 60685acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c76f5f - Browse repository at this point
Copy the full SHA 4c76f5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f422c5 - Browse repository at this point
Copy the full SHA 7f422c5View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for c2f9330 - Browse repository at this point
Copy the full SHA c2f9330View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdbdc02 - Browse repository at this point
Copy the full SHA bdbdc02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c81ddb - Browse repository at this point
Copy the full SHA 6c81ddbView commit details -
[FIX] account_payment_mode: Don't show 2 times acc_type in partner ba…
…nk form It's already on standard.
Configuration menu - View commit details
-
Copy full SHA for fbecf30 - Browse repository at this point
Copy the full SHA fbecf30View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for df6b256 - Browse repository at this point
Copy the full SHA df6b256View commit details -
[FIX] account_payment_mode: Don't change acc_type field type
It's not needed and can cause problems.
Configuration menu - View commit details
-
Copy full SHA for 9545664 - Browse repository at this point
Copy the full SHA 9545664View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for ca155ae - Browse repository at this point
Copy the full SHA ca155aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8dda48 - Browse repository at this point
Copy the full SHA a8dda48View commit details -
Configuration menu - View commit details
-
Copy full SHA for e72627c - Browse repository at this point
Copy the full SHA e72627cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31c98ed - Browse repository at this point
Copy the full SHA 31c98edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bc8419 - Browse repository at this point
Copy the full SHA 0bc8419View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdb444f - Browse repository at this point
Copy the full SHA bdb444fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90707cb - Browse repository at this point
Copy the full SHA 90707cbView commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for f6d74dc - Browse repository at this point
Copy the full SHA f6d74dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a97170 - Browse repository at this point
Copy the full SHA 1a97170View commit details -
Configuration menu - View commit details
-
Copy full SHA for d36e821 - Browse repository at this point
Copy the full SHA d36e821View commit details -
Configuration menu - View commit details
-
Copy full SHA for a38163b - Browse repository at this point
Copy the full SHA a38163bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32204c2 - Browse repository at this point
Copy the full SHA 32204c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 456a2b6 - Browse repository at this point
Copy the full SHA 456a2b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a20efb2 - Browse repository at this point
Copy the full SHA a20efb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 236200e - Browse repository at this point
Copy the full SHA 236200eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a91953e - Browse repository at this point
Copy the full SHA a91953eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e09da24 - Browse repository at this point
Copy the full SHA e09da24View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 40bc025 - Browse repository at this point
Copy the full SHA 40bc025View commit details -
Configuration menu - View commit details
-
Copy full SHA for a807194 - Browse repository at this point
Copy the full SHA a807194View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 13c90c0 - Browse repository at this point
Copy the full SHA 13c90c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf180a9 - Browse repository at this point
Copy the full SHA bf180a9View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 00ed403 - Browse repository at this point
Copy the full SHA 00ed403View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 0993d20 - Browse repository at this point
Copy the full SHA 0993d20View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 958399a - Browse repository at this point
Copy the full SHA 958399aView commit details -
Update "development_status": "Production/Stable"
Update "development_status": "Production/Stable"
Configuration menu - View commit details
-
Copy full SHA for 1b5927f - Browse repository at this point
Copy the full SHA 1b5927fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfb8d70 - Browse repository at this point
Copy the full SHA dfb8d70View commit details -
Configuration menu - View commit details
-
Copy full SHA for aea2918 - Browse repository at this point
Copy the full SHA aea2918View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4be28d - Browse repository at this point
Copy the full SHA d4be28dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ade5f1 - Browse repository at this point
Copy the full SHA 2ade5f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cb5bd2 - Browse repository at this point
Copy the full SHA 7cb5bd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b6d59d - Browse repository at this point
Copy the full SHA 7b6d59dView commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for f2fc69e - Browse repository at this point
Copy the full SHA f2fc69eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4d7d8d - Browse repository at this point
Copy the full SHA f4d7d8dView commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 9e21d43 - Browse repository at this point
Copy the full SHA 9e21d43View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 8857c74 - Browse repository at this point
Copy the full SHA 8857c74View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaad0ce - Browse repository at this point
Copy the full SHA eaad0ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01dffc3 - Browse repository at this point
Copy the full SHA 01dffc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d5da28 - Browse repository at this point
Copy the full SHA 9d5da28View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 05b083f - Browse repository at this point
Copy the full SHA 05b083fView commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 90f0fb0 - Browse repository at this point
Copy the full SHA 90f0fb0View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 6b3cb1a - Browse repository at this point
Copy the full SHA 6b3cb1aView commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for bf6187c - Browse repository at this point
Copy the full SHA bf6187cView commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 4a42fe6 - Browse repository at this point
Copy the full SHA 4a42fe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a46bc68 - Browse repository at this point
Copy the full SHA a46bc68View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for b4a4ec8 - Browse repository at this point
Copy the full SHA b4a4ec8View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for f641544 - Browse repository at this point
Copy the full SHA f641544View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 546e915 - Browse repository at this point
Copy the full SHA 546e915View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7be8db2 - Browse repository at this point
Copy the full SHA 7be8db2View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for f3597e8 - Browse repository at this point
Copy the full SHA f3597e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28611eb - Browse repository at this point
Copy the full SHA 28611ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 145523c - Browse repository at this point
Copy the full SHA 145523cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b961ec - Browse repository at this point
Copy the full SHA 6b961ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b34639 - Browse repository at this point
Copy the full SHA 4b34639View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0dfaae - Browse repository at this point
Copy the full SHA e0dfaaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cf432c - Browse repository at this point
Copy the full SHA 1cf432cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03dead5 - Browse repository at this point
Copy the full SHA 03dead5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89447c6 - Browse repository at this point
Copy the full SHA 89447c6View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for e8f06b3 - Browse repository at this point
Copy the full SHA e8f06b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e243e5 - Browse repository at this point
Copy the full SHA 3e243e5View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 58ea06c - Browse repository at this point
Copy the full SHA 58ea06cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5c47e3f - Browse repository at this point
Copy the full SHA 5c47e3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1103d4 - Browse repository at this point
Copy the full SHA a1103d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1162db0 - Browse repository at this point
Copy the full SHA 1162db0View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for e605576 - Browse repository at this point
Copy the full SHA e605576View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 7202cbf - Browse repository at this point
Copy the full SHA 7202cbfView commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 28290ac - Browse repository at this point
Copy the full SHA 28290acView commit details -
Configuration menu - View commit details
-
Copy full SHA for da6e17b - Browse repository at this point
Copy the full SHA da6e17bView commit details -
[FIX] account_payment_mode: filter out unique payment methods in _def…
…ault_inbound_payment_methods() See: OCA#977
Configuration menu - View commit details
-
Copy full SHA for 49a4cb0 - Browse repository at this point
Copy the full SHA 49a4cb0View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 9753891 - Browse repository at this point
Copy the full SHA 9753891View commit details -
Configuration menu - View commit details
-
Copy full SHA for c921719 - Browse repository at this point
Copy the full SHA c921719View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 2c73452 - Browse repository at this point
Copy the full SHA 2c73452View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b0190f - Browse repository at this point
Copy the full SHA 1b0190fView commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 1bfd2d9 - Browse repository at this point
Copy the full SHA 1bfd2d9View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for a3125fb - Browse repository at this point
Copy the full SHA a3125fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cb9250 - Browse repository at this point
Copy the full SHA 9cb9250View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 541fe4b - Browse repository at this point
Copy the full SHA 541fe4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2f5892 - Browse repository at this point
Copy the full SHA b2f5892View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef8d20c - Browse repository at this point
Copy the full SHA ef8d20cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84948f2 - Browse repository at this point
Copy the full SHA 84948f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f50dbd - Browse repository at this point
Copy the full SHA 9f50dbdView commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for e2360fc - Browse repository at this point
Copy the full SHA e2360fcView commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for fc6888b - Browse repository at this point
Copy the full SHA fc6888bView commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for d66cfdc - Browse repository at this point
Copy the full SHA d66cfdcView commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for bdb17d0 - Browse repository at this point
Copy the full SHA bdb17d0View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for daff19e - Browse repository at this point
Copy the full SHA daff19eView commit details -
[FIX] account_payment_mode: Remove XML header in HTML
For avoiding the warning.
Configuration menu - View commit details
-
Copy full SHA for fa138e8 - Browse repository at this point
Copy the full SHA fa138e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61e0b01 - Browse repository at this point
Copy the full SHA 61e0b01View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8a42b7 - Browse repository at this point
Copy the full SHA b8a42b7View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 129520e - Browse repository at this point
Copy the full SHA 129520eView commit details -
[IMP] account_payment_mode: test performance improvement
- Include context keys for avoiding mail operations overhead.
Configuration menu - View commit details
-
Copy full SHA for 861d674 - Browse repository at this point
Copy the full SHA 861d674View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd68b2e - Browse repository at this point
Copy the full SHA bd68b2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d6b68f - Browse repository at this point
Copy the full SHA 6d6b68fView commit details