Commit Graph

352 Commits

Author SHA1 Message Date
Pedro M. Baeza
833144982b Update icon files 2017-11-22 10:50:55 +01:00
Pedro M. Baeza
cf00ab76b9 Migration and enhancement of all modules involved in SEPA 2017-11-22 10:50:55 +01:00
Pedro M. Baeza
785979342f Initial adjustments for 8.0 repository 2017-11-22 10:50:55 +01:00
Sandy Carter
1d80f87318 PEP8 on account_banking_sepa_credit_transfer 2017-11-22 10:50:55 +01:00
Launchpad Translations on behalf of banking-addons-team
311251aa23 Launchpad automatic translations update. 2017-11-22 10:50:55 +01:00
Alexis de Lattre
4e466159a0 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. 2017-11-22 10:50:55 +01:00
Alexis de Lattre
373432c41c Add demo data 2017-11-22 10:50:55 +01:00
Alexis de Lattre
52364ea68c 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 !) 2017-11-22 10:50:55 +01:00
Alexis de Lattre
ffdd300b24 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 2017-11-22 10:50:55 +01:00
Alexis de Lattre
b2102dffa6 Mutualize more code between SCT and SDD. 2017-11-22 10:50:55 +01:00
Alexis de Lattre
dfcd048ef7 The requested collection date now uses the fields date_prefered and date_scheduled of payment.order, instead of the field in the SDD wizard. 2017-11-22 10:50:55 +01:00
Alexis de Lattre
f719dfe897 More code factoring between SCT and SDD As a consequence, we now have support for structured remittance info in SDD. 2017-11-22 10:50:55 +01:00
Alexis de Lattre
bc0a87fed7 Start code factoring between SCT and SDD. 2017-11-22 10:50:55 +01:00
Launchpad Translations on behalf of banking-addons-team
660e8976b5 Launchpad automatic translations update. 2017-11-22 10:50:55 +01:00
Alexis de Lattre
de3d56fdfd FIX label : Customer (which is wrong, it is most of the time a Supplier !)-> Creditor More PEP8 stuff. 2017-11-22 10:50:55 +01:00
Alexis de Lattre
1b331c8392 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' 2017-11-22 10:50:55 +01:00
Alexis de Lattre
97ffeda921 Fix merge of translations. 2017-11-22 10:50:55 +01:00
Alexis de Lattre
b7f8732ec1 Revert the dependancy to account_banking_payment_export (the field payment_order_type on payment.mode.type has a default value of "payment" anyway). 2017-11-22 10:50:55 +01:00
Alexis de Lattre
ce7505b29d Better prototype for the _prepare_field function. Update help message, POT file and FR translation. 2017-11-22 10:50:55 +01:00
Launchpad Translations on behalf of banking-addons-team
f0a00835b2 Launchpad automatic translations update. 2017-11-22 10:50:55 +01:00
Alexis de Lattre
ac7dbac290 Add logo. 2017-11-22 10:50:55 +01:00
Alexis de Lattre
3ff606a1e4 Update strings and French translation. 2017-11-22 10:50:55 +01:00
Alexis de Lattre
0779669064 fields.date.context_today doesn't work with datetime => we now use the native field create_date Coding style improvements. 2017-11-22 10:50:55 +01:00
Alexis de Lattre
abedbfaa96 Update strings. Update FR translation. 2017-11-22 10:50:55 +01:00
Alexis de Lattre
f42492897c 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() 2017-11-22 10:50:55 +01:00
Pedro M. Baeza
56693ea1cf Translation template files for all modules. 2017-11-22 10:50:55 +01:00
Stefan Rijnhart
15fd3ae549 Retrieve current date in user's timezone [FIX] Default to current date instead of tomorrow 2017-11-22 10:50:55 +01:00
Erwin van der Ploeg
9e93495a4d Added translations to all banking modules in use in the Netherlands 2017-11-22 10:50:55 +01:00
Stéphane Bidoul
6d29e2a6ed avoid generating invalid sepa credit transfer files when bank accounts have no BIC 2017-11-22 10:50:55 +01:00
Stéphane Bidoul
543958abc8 whitespace and pep8 2017-11-22 10:50:55 +01:00
Stéphane Bidoul
b780c85555 clarified comment about workflow in account_banking_sepa_credit_transfer 2017-11-22 10:50:55 +01:00
Stéphane Bidoul
294c345a4b 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
2017-11-22 10:50:55 +01:00
Alexis de Lattre
d0e86d5dcf 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. 2017-11-22 10:50:55 +01:00
Stefan Rijnhart
1caa762d52 A payment mode type needs a suitable bank type 2017-11-22 10:50:55 +01:00
Stefan Rijnhart
8841813599 Updated two additional imports to new API 2017-11-22 10:50:55 +01:00
Stefan Rijnhart
abd3988c54 Small API changes 2017-11-22 10:50:55 +01:00
unknown
1eed32f330 account_banking_sepa_credit_transfer implementing SEPA SCT pain 2017-11-22 10:50:55 +01:00
OCA Git Bot
c420740b92 [ADD] setup.py 2017-11-18 04:34:59 +01:00
Jordi Ballester Alomar
408c8c4793 Merge pull request #405 from etobella/11.0-mig-account_payment_pain_base
[11.0] [MIG] account_payment_pain_base
2017-11-17 18:26:22 +01:00
Jordi Ballester Alomar
f41d8a4a3f Merge pull request #404 from etobella/11.0-mig-account_payment_mandate
[11.0] [MIG] account_payment_mandate
2017-11-17 18:23:31 +01:00
etobella
1fabf8ca23 [MIG] account_banking_pain_base 2017-11-16 15:16:55 +01:00
Pedro M. Baeza
f10ac25634 [IMP] account_banking*: Show identifiers at payment mode level
Now the visibility is controlled through a security group.
2017-11-16 15:16:39 +01:00
OCA Transbot
f2f639d677 OCA Transbot updated translations from Transifex 2017-11-16 15:16:39 +01:00
Alexis de Lattre
f787626993 Add support for ISO20022 "Category Purpose"
Add local instrument 'INST' for SEPA Instant Credit Transfer
2017-11-16 15:16:39 +01:00
Pedro M. Baeza
c803927b46 [CHG] *: Change copyright and author after company merging 2017-11-16 15:16:39 +01:00
Alexis de Lattre
59724e429c Port almost all modules to v10 (#305)
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug #300)
2017-11-16 15:16:39 +01:00
Pedro M. Baeza
8aadcd51dc [MIG] Rename manifest files 2017-11-16 15:16:39 +01:00
Pedro M. Baeza
4ed1e4d4f7 [MIG] Make modules uninstallable 2017-11-16 15:16:39 +01:00
Stéphane Bidoul (ACSONE)
b7875596db [FIX] remove en.po that was erroneously created by transbot 2017-11-16 15:16:39 +01:00
OCA Transbot
28d701cb97 OCA Transbot updated translations from Transifex 2017-11-16 15:16:39 +01:00