Commit Graph

965 Commits

Author SHA1 Message Date
etobella
f6662c2daa [MIG] account_banking_sepa_credit_transfer: Migration to 11.0 2022-04-08 16:50:45 +02:00
OCA Transbot
b6220e87ce OCA Transbot updated translations from Transifex 2022-04-08 16:50:45 +02:00
Alexis de Lattre
9de95315b4 [MIG] account_banking_sepa_credit_transfer: Migration to 10.0 2022-04-08 16:50:45 +02:00
Pedro M. Baeza
b73eb30c71 OCA Transbot updated translations from Transifex 2022-04-08 16:50:45 +02:00
Alexis de Lattre
2507449877 [MIG] account_banking_sepa_credit_transfer: Migration to 9.0 2022-04-08 16:50:45 +02:00
OCA Transbot
399c2ae250 OCA Transbot updated translations from Transifex 2022-04-08 16:50:45 +02:00
Antonio Espinosa
9c2a7e1179 Define SEPA identifiers per payment mode 2022-04-08 16:50:45 +02:00
Pedro M. Baeza
e5cb7ee01e [IMP] account_banking_sepa_credit_transfer: Short headers + Bump version numbers + es translations 2022-04-08 16:50:45 +02:00
Alexis de Lattre
1e423fe41f Add bank.payment.lines object to allow grouping in the payments 2022-04-08 16:50:45 +02:00
unknown
7e7fb62542 German pain.001.003.03 format 2022-04-08 16:50:45 +02:00
Stéphane Bidoul
7620966a57 sepa attachments migration fix
Sometimes sepa file could have been detached
from the corresponding payment order.
2022-04-08 16:50:45 +02:00
Alexis de Lattre
b2458a4a0f Port SEPA modules to new API
Fix an important regression in account_banking_sepa_direct_debit: "Date of Last Debit" was not set any more
Proper write of date_done with account_banking_payment_export is installed without account_banking_payment_transfer
Add post-install script for date_sent on payment.order
2022-04-08 16:50:45 +02:00
Philippe Schmidt
f2eba8ed50 Add requested descriptions in an OCA README.rst file 2022-04-08 16:50:45 +02:00
Alexis de Lattre
bc348b497a Use attachments instead of creating a specific object for each kind of payment order 2022-04-08 16:50:45 +02:00
Stéphane Bidoul
efc46da2d3 sepa credit tfr: get BIC from bank account if not available on bank
Since the bank is optional on bank accounts and the BIC can be set
on the bank account if there is no bank, we allow the system to
get the BIC from the bank account in case it is not on the bank.

We give priority to the BIC indicated on the bank, keeping
the same behaviour with existing data where the bank BIC is
available.
2022-04-08 16:50:45 +02:00
Julien Laloux
567d6a78f0 Fix an error when no payment_order_ids 2022-04-08 16:50:45 +02:00
Pedro M. Baeza
2f8f59ae5a [MIG] account_banking_sepa_credit_transfer: Migration to v8 2022-04-08 16:50:45 +02:00
Launchpad Translations on behalf of banking-addons-team
648eed6a26 Launchpad automatic translations update. 2022-04-08 16:50:45 +02:00
Alexis de Lattre
d30e6a644d [RFR] account_banking_sepa_credit_transfer
* Start code factoring between SCT and SDD.
* More code factoring between SCT and SDD As a consequence, we now have support for structured remittance info in SDD.
* The requested collection date now uses the fields date_prefered and date_scheduled of payment.order, instead of the field in the SDD wizard.
* Mutualize more code between SCT and SDD.
* Replace unallowed ascii caracters by '-' Update some error messages Update translation files and FR translation Include sepa_export in gen_args Factorize more code between SDD and SCT Fix view of payment lines The modules account_banking_pain_base and account_banking_sepa_* are now fully PEP8 compliant
* For SCT, if BIC is not provided, we should not put the 'Creditor Agent' block at all, according to EPC guidelines (on this point, it is different from the Direct Debit !)
* Add demo data
* Add missing utf-8 header Update state field on SEPA file objects and display it in tree+form views. Migrate form views to version 7.0 and simplify them.
2022-04-08 16:50:45 +02:00
Launchpad Translations on behalf of banking-addons-team
36cbec1f4d Launchpad automatic translations update. 2022-04-08 16:50:45 +02:00
Alexis de Lattre
3f6ac31983 [IMP] account_banking_sepa_credit_transfer:
* Better prototype for the _prepare_field function. Update help message, POT file and FR translation.
* Revert the dependancy to account_banking_payment_export (the field payment_order_type on payment.mode.type has a default value of "payment" anyway).
* Akretion-Noviat code sprint dated 2013-11-21: - add module account_banking_pain_base - add support for initiating party identification, priority and structured remittance info in XML file - the requested execution date now uses the fields date_prefered and date_scheduled (the field of the wizard has been removed) - the 'convert to ascii' feature is now an option of the payment mode (enabled by default) - set 'communication' field of payment.line to 140 chars and hide field 'communicatio n2'
* FIX label : Customer (which is wrong, it is most of the time a Supplier !)-> Creditor More PEP8 stuff.
2022-04-08 16:50:45 +02:00
Launchpad Translations on behalf of banking-addons-team
c2b3d05602 Launchpad automatic translations update. 2022-04-08 16:50:45 +02:00
Alexis de Lattre
97dd61cb19 [IMP] account_banking_sepa_credit_transfer: Support new format + other things:
* Add support for pain.001.001.05 Fix dependencies (I need the field "payment_order_type" which is in account_banking_payment) Only use ASCII characters in the XML file (that's how banks use XML !) Use the payment order reference as the Message Identification of the XML file. Use the payment line sequence as the "End to End Identification" Remove the Instruction Identification ('InstrId') because it is not a required field (only the End to End identification is required) Rename variables in the function create_sepa() to include the number of each field as used in the EPC guidelines Reduce the number of flake8 warnings Make code more modular : - self.pool.get('banking.export.sepa').create() has a _prepare fonction - most of the content of the XML file can be inherited via _prepare_field()
* Update strings. Update FR translation.
* fields.date.context_today doesn't work with datetime => we now use the native field create_date Coding style improvements.
* Add logo
2022-04-08 16:50:45 +02:00
Pedro M. Baeza
9ce7ab2620 Translation template files for all modules. 2022-04-08 16:50:45 +02:00
Stefan Rijnhart
323f94b215 Retrieve current date in user's timezone [FIX] Default to current date instead of tomorrow 2022-04-08 16:50:45 +02:00
Erwin van der Ploeg
b4704466fe Added translations to all banking modules in use in the Netherlands 2022-04-08 16:50:45 +02:00
Stéphane Bidoul
13629b183f [RFR] account_banking_payment: refactoring to make payment export features available without pulling bank statement features
- introduce account_banking_payment_export module with all features from account_banking_payment that do not involve changing the payment order workflow or depend on bank statement changes
- account_banking_payment_export does not depend on account_banking
- account_banking_payment is consequently stripped of above features
- account_banking_sepa_credit_transfer depend on account_banking_payment_export and is compatible with the default payment order workflow
- clarified comment about workflow in account_banking_sepa_credit_transfer
- avoid generating invalid sepa credit transfer files when bank accounts have no BIC
2022-04-08 16:50:45 +02:00
Alexis de Lattre
aae4179267 Update strings to prepare the arrival of SEPA Direct Debit XSD validation of the SEPA XML file is now really working Update views to 7.0-style Better error handling when Bank account in missing on the invoice. 2022-04-08 16:50:45 +02:00
Stefan Rijnhart
40446888ba [IMP] account_banking_sepa_credit_transfer: 3 things
* Small API changes
* Updated two additional imports to new API
* A payment mode type needs a suitable bank type
2022-04-08 16:50:45 +02:00
unknown
d8293ed3ca account_banking_sepa_credit_transfer implementing SEPA SCT pain 2022-04-08 16:50:45 +02:00
manu
aba99e16ea [IMP] account_banking_sepa_direct_debit: black, isort, prettier 2022-04-08 13:13:17 +02:00
oca-git-bot
a459de6a4e [IMP] update dotfiles [ci skip] 2022-04-08 13:12:22 +02:00
OCA-git-bot
be1eb99a42 account_banking_sepa_direct_debit 14.0.1.3.1 2022-04-08 13:12:22 +02:00
Eduardo De Miguel
89482f73b8 [FIX] [14.0] Removed external dependencies already defined in Odoo base 2022-04-08 13:12:22 +02:00
OCA-git-bot
2605fa21e8 account_banking_sepa_direct_debit 14.0.1.3.0 2022-04-08 13:12:22 +02:00
Alexis de Lattre
f0f566612d sepa_direct_debit: mandate_required back to True
sepa_credit_transfer: bank_account_required back to True
Partial revert of the breakage of PR #875
2022-04-08 13:12:22 +02:00
Enric Tobella
19d3253545 [FIX] account_banking_sepa_direct_debit: Bank Account and Mandate should not be required
The bank account is taken from the mandate. Mandate is autopopulated if not found.
2022-04-08 13:12:22 +02:00
Ignacio Buioli
80f9fcd468 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (77 of 77 strings)

Translation: bank-payment-14.0/bank-payment-14.0-account_banking_sepa_direct_debit
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_banking_sepa_direct_debit/es_AR/
2022-04-08 13:12:22 +02:00
OCA Transbot
a120a4a60d 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_banking_sepa_direct_debit
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_banking_sepa_direct_debit/
2022-04-08 13:12:22 +02:00
oca-travis
f1682d0564 [UPD] Update account_banking_sepa_direct_debit.pot 2022-04-08 13:12:22 +02:00
Alexis de Lattre
7c3d4e6182 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)
2022-04-08 13:12:22 +02:00
Alexis de Lattre
fd00db2d12 [FIX] account_banking_sepa_direct_debit: fix crash when printing a mandate with empty partner 2022-04-08 13:12:22 +02:00
Bosd
2491760742 Translated using Weblate (Dutch)
Currently translated at 92.2% (71 of 77 strings)

Translation: bank-payment-14.0/bank-payment-14.0-account_banking_sepa_direct_debit
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_banking_sepa_direct_debit/nl/
2022-04-08 13:12:22 +02:00
Bosd
676cd262e3 Translated using Weblate (Dutch)
Currently translated at 89.6% (69 of 77 strings)

Translation: bank-payment-14.0/bank-payment-14.0-account_banking_sepa_direct_debit
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_banking_sepa_direct_debit/nl/
2022-04-08 13:12:22 +02:00
Ignacio Buioli
52c0437467 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (77 of 77 strings)

Translation: bank-payment-14.0/bank-payment-14.0-account_banking_sepa_direct_debit
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_banking_sepa_direct_debit/es_AR/
2022-04-08 13:12:22 +02:00
OCA Transbot
e6d9de271f 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_banking_sepa_direct_debit
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_banking_sepa_direct_debit/
2022-04-08 13:12:22 +02:00
OCA-git-bot
c173d7c236 account_banking_sepa_direct_debit 14.0.1.1.0 2022-04-08 13:12:22 +02:00
oca-travis
672f631ca0 [UPD] Update account_banking_sepa_direct_debit.pot 2022-04-08 13:12:22 +02:00
Alexis de Lattre
e22bfa18a0 Add print button on mandate 2022-04-08 13:12:22 +02:00
Alexis de Lattre
e5c7b97c49 account_banking_sepa_direct_debit: fix print_report_name 2022-04-08 13:12:22 +02:00