-
-
Notifications
You must be signed in to change notification settings - Fork 526
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] [MIG] account_payment_mode #968
Commits on Oct 10, 2022
-
[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 195cd6e - Browse repository at this point
Copy the full SHA 195cd6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 647ac78 - Browse repository at this point
Copy the full SHA 647ac78View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffd04c0 - Browse repository at this point
Copy the full SHA ffd04c0View 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 ffbae48 - Browse repository at this point
Copy the full SHA ffbae48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4126149 - Browse repository at this point
Copy the full SHA 4126149View 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 0dcc916 - Browse repository at this point
Copy the full SHA 0dcc916View commit details -
Configuration menu - View commit details
-
Copy full SHA for e95c4fd - Browse repository at this point
Copy the full SHA e95c4fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0edeba3 - Browse repository at this point
Copy the full SHA 0edeba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7799926 - Browse repository at this point
Copy the full SHA 7799926View 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 5ff17ef - Browse repository at this point
Copy the full SHA 5ff17efView commit details -
Configuration menu - View commit details
-
Copy full SHA for de2bed8 - Browse repository at this point
Copy the full SHA de2bed8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2adae99 - Browse repository at this point
Copy the full SHA 2adae99View 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 f6c8bbc - Browse repository at this point
Copy the full SHA f6c8bbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c4cb16 - Browse repository at this point
Copy the full SHA 2c4cb16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62054ad - Browse repository at this point
Copy the full SHA 62054adView 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 9318cab - Browse repository at this point
Copy the full SHA 9318cabView 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 ecdcd12 - Browse repository at this point
Copy the full SHA ecdcd12View 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 b2d3403 - Browse repository at this point
Copy the full SHA b2d3403View 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 3932e65 - Browse repository at this point
Copy the full SHA 3932e65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 297ff80 - Browse repository at this point
Copy the full SHA 297ff80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6288e03 - Browse repository at this point
Copy the full SHA 6288e03View commit details -
Configuration menu - View commit details
-
Copy full SHA for e78141e - Browse repository at this point
Copy the full SHA e78141eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bc5ac3 - Browse repository at this point
Copy the full SHA 7bc5ac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c8b059 - Browse repository at this point
Copy the full SHA 9c8b059View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01877e7 - Browse repository at this point
Copy the full SHA 01877e7View 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 73a591e - Browse repository at this point
Copy the full SHA 73a591eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c95faa - Browse repository at this point
Copy the full SHA 2c95faaView commit details -
Configuration menu - View commit details
-
Copy full SHA for afd1f39 - Browse repository at this point
Copy the full SHA afd1f39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23d1441 - Browse repository at this point
Copy the full SHA 23d1441View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a2de72 - Browse repository at this point
Copy the full SHA 2a2de72View commit details -
Configuration menu - View commit details
-
Copy full SHA for e878a12 - Browse repository at this point
Copy the full SHA e878a12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20d6fdd - Browse repository at this point
Copy the full SHA 20d6fddView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4bab50 - Browse repository at this point
Copy the full SHA b4bab50View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf1a2e1 - Browse repository at this point
Copy the full SHA cf1a2e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc120e4 - Browse repository at this point
Copy the full SHA cc120e4View 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 7331899 - Browse repository at this point
Copy the full SHA 7331899View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20bdd1c - Browse repository at this point
Copy the full SHA 20bdd1cView 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 e7ef7cb - Browse repository at this point
Copy the full SHA e7ef7cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96894f3 - Browse repository at this point
Copy the full SHA 96894f3View 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 6fa8a99 - Browse repository at this point
Copy the full SHA 6fa8a99View 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 c56c8e4 - Browse repository at this point
Copy the full SHA c56c8e4View 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 99c06d8 - Browse repository at this point
Copy the full SHA 99c06d8View commit details -
Update "development_status": "Production/Stable"
Update "development_status": "Production/Stable"
Configuration menu - View commit details
-
Copy full SHA for 2261486 - Browse repository at this point
Copy the full SHA 2261486View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcc690d - Browse repository at this point
Copy the full SHA dcc690dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 300dc10 - Browse repository at this point
Copy the full SHA 300dc10View commit details -
Configuration menu - View commit details
-
Copy full SHA for c87ae71 - Browse repository at this point
Copy the full SHA c87ae71View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6750b6 - Browse repository at this point
Copy the full SHA c6750b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa40e93 - Browse repository at this point
Copy the full SHA fa40e93View commit details -
Configuration menu - View commit details
-
Copy full SHA for ece10c2 - Browse repository at this point
Copy the full SHA ece10c2View 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 d4cbd9a - Browse repository at this point
Copy the full SHA d4cbd9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 296e422 - Browse repository at this point
Copy the full SHA 296e422View 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 1558101 - Browse repository at this point
Copy the full SHA 1558101View 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 bea0421 - Browse repository at this point
Copy the full SHA bea0421View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a7c9c8 - Browse repository at this point
Copy the full SHA 8a7c9c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 280cfae - Browse repository at this point
Copy the full SHA 280cfaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7dcf58 - Browse repository at this point
Copy the full SHA e7dcf58View 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 784a5e3 - Browse repository at this point
Copy the full SHA 784a5e3View 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 f2f3924 - Browse repository at this point
Copy the full SHA f2f3924View 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 e89e3e4 - Browse repository at this point
Copy the full SHA e89e3e4View 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 be2933d - Browse repository at this point
Copy the full SHA be2933dView 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 3e668cd - Browse repository at this point
Copy the full SHA 3e668cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29c7f06 - Browse repository at this point
Copy the full SHA 29c7f06View 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 db9487f - Browse repository at this point
Copy the full SHA db9487fView 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 df4c5f5 - Browse repository at this point
Copy the full SHA df4c5f5View 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 5003464 - Browse repository at this point
Copy the full SHA 5003464View commit details -
Configuration menu - View commit details
-
Copy full SHA for 357c894 - Browse repository at this point
Copy the full SHA 357c894View 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 63d4dde - Browse repository at this point
Copy the full SHA 63d4ddeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a77f162 - Browse repository at this point
Copy the full SHA a77f162View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5d3fd4 - Browse repository at this point
Copy the full SHA f5d3fd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a646d33 - Browse repository at this point
Copy the full SHA a646d33View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf1ccdc - Browse repository at this point
Copy the full SHA cf1ccdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4678c38 - Browse repository at this point
Copy the full SHA 4678c38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9211bc5 - Browse repository at this point
Copy the full SHA 9211bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76fb54e - Browse repository at this point
Copy the full SHA 76fb54eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba2f864 - Browse repository at this point
Copy the full SHA ba2f864View commit details -
Configuration menu - View commit details
-
Copy full SHA for de70eee - Browse repository at this point
Copy the full SHA de70eeeView commit details