Alexis de Lattre
eb7be67643
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-16 15:16:39 +01:00
Alexis de Lattre
2ae37c902e
If it's a national payment, we now support "BIC not provided".
2017-11-16 15:16:39 +01:00
Alexis de Lattre
177d7d827c
Put the field communication2 back in the view of payment lines.
...
Rename a badly named variable (thanks to Stefan Rijnhart for spotting this)
2017-11-16 15:16:39 +01:00
Alexis de Lattre
ecc13f8dd1
Update module description.
2017-11-16 15:16:39 +01:00
Alexis de Lattre
3de24ccda2
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-16 15:16:39 +01:00
Alexis de Lattre
3908266d28
Mutualize more code between SCT and SDD.
2017-11-16 15:16:39 +01:00
Alexis de Lattre
41ca5e18a9
Add support for Party Identifier for Belgium. Can be easily extended for other countries.
2017-11-16 15:16:39 +01:00
Alexis de Lattre
ebce71569d
Add group in order to mask the fields for "Original Mandate Indentification" for user
...
s in countries that don't required it.
Add tracking on important fields of the mandate.
Better form view on company.
Update constraint on mandate following my devs on "Original Mandate Identification".
2017-11-16 15:16:39 +01:00
Alexis de Lattre
88d38292f3
Add support for direct debit migration from national format to SEPA
...
Source : Standard-XML-SDD-Initiation-v3-EN by Febelfin
2017-11-16 15:16:39 +01:00
Alexis de Lattre
4f5a2d3748
More code factoring between SCT and SDD
...
As a consequence, we now have support for structured remittance info in SDD.
2017-11-16 15:16:39 +01:00
Alexis de Lattre
77ac6b3128
Start code factoring between SCT and SDD.
2017-11-16 15:16:39 +01:00
Alexis de Lattre
dc556a41d5
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-16 15:16:39 +01:00
Yannick Vaucher
9b8414c17b
Merge pull request #401 from etobella/11.0-mig-account_payment_order
...
[11.0][MIG] account_payment_order
2017-11-16 12:37:50 +01:00
Jordi Ballester
ee3c27b747
When the user looks for open payables or receivables, in the
...
context of payment orders, she should ocus on the amount that
is due to be paid. In this method we are forcing to display both
the amount due in company and in the invoice currency.
We then hide the fields debit and credit, because they add no value.
2017-11-15 14:58:18 +01:00
OCA Git Bot
4bf114e152
[ADD] setup.py
2017-11-09 04:34:58 +01:00
Jordi Ballester Alomar
1639ffe3e5
Merge pull request #417 from Eficent/11.0-fix-account_payment_partner
...
[add] setup
2017-11-08 16:51:05 +01:00
rgarnau
d8a0862e14
[add] setup
2017-11-08 16:43:36 +01:00
etobella
4102166a47
[MIG] account_payment_order
2017-11-08 12:31:32 +01:00
Gilles Meyomesse (ACSONE)
e9b32978b4
[ADD] report for payment order ( #370 )
2017-11-08 12:31:32 +01:00
gilles
61b6ddea99
[ADD] description field for payment order
2017-11-08 12:31:32 +01:00
Akim Juillerat
2c734a82d0
[10.0]Fix payment method onchange with multicompany ( #374 )
2017-11-08 12:31:32 +01:00
OCA Transbot
e9188a44f0
OCA Transbot updated translations from Transifex
2017-11-08 12:31:32 +01:00
Adrien Peiffer (ACSONE)
dc7a499f4d
[IMP] account_payment_order: select partner bank account automatically.
2017-11-08 12:31:32 +01:00
gilles
7b682542ae
[MIG] add fr translation
2017-11-08 12:31:32 +01:00
Pedro M. Baeza
ce310606d4
[FIX] account_payment_order: Adapt test to v10
2017-11-08 12:31:32 +01:00
Akim Juillerat
b36b396c78
[IMP] account_payment_order: Restriction + tests
...
* Restrict the deletion of bank payment line
* Add test_cancel_payment_order
2017-11-08 12:31:32 +01:00
mdietrichc2c
2fd87950f2
[IMP] account_payment_order: Don't allow deletion of an uploaded payment order + allow to cancel an uploaded payment order
2017-11-08 12:31:32 +01:00
OCA Transbot
6f057654e7
OCA Transbot updated translations from Transifex
2017-11-08 12:31:32 +01:00
Alexis de Lattre
d3277fdd79
'date_prefered' is a required field on payment orders: so, if 'date_prefered' key is present in vals but has no value, we use the default value on the payment mode
2017-11-08 12:31:32 +01:00
Alexis de Lattre
9a0216f893
Update version number
2017-11-08 12:31:32 +01:00
Alexis de Lattre
441c1339c2
Add field default_date_prefered on payment mode
2017-11-08 12:31:32 +01:00
Alexis de Lattre
ece8f9fa73
Update version number
2017-11-08 12:31:32 +01:00
Alexis de Lattre
7375fc6698
[IMP] Explicit error when bank account is missing on bank journal
2017-11-08 12:31:32 +01:00
Alexis de Lattre
fce7b19800
post_move default True, to keep the previous behavior
...
Bump up version number
2017-11-08 12:31:32 +01:00
Alexis de Lattre
6bd9f48aa6
Add 'post_move' option on account.payment.mode
2017-11-08 12:31:32 +01:00
Alexis de Lattre
67ef09a048
[FIX] Bug #353 crash when selecting a payment mode that has a variable link to a bank account
2017-11-08 12:31:32 +01:00
Pedro M. Baeza
52a34546d8
[CHG] *: Change copyright and author after company merging
2017-11-08 12:31:32 +01:00
mdietrichc2c
c633e9c34d
Fix 2 issues on form view for payment order
2017-11-08 12:31:32 +01:00
vrenaville
06a8a823e8
[FIX] fill date instead off maturity date on account move line generated
2017-11-08 12:31:32 +01:00
Alexis de Lattre
b2059ca4a9
Creation/Modification of bank info only for Account Payment group
2017-11-08 12:31:32 +01:00
Pedro M. Baeza
b0630e9bcd
Remove author as the contrib is only an small fix
2017-11-08 12:31:32 +01:00
Jose Maria Alzaga
6d47627c74
Remove internal_type=other restriction for transfer account ( #311 )
2017-11-08 12:31:32 +01:00
Adrien Peiffer (ACSONE)
84433254c6
[FIX] account_payment_order: Use 'index' instead of 'select'
2017-11-08 12:31:32 +01:00
Adrien Peiffer (ACSONE)
5567d60275
[FIX] account_payment_order: Use 'index' instead of 'select'
2017-11-08 12:31:32 +01:00
Alexis de Lattre
98770e3d68
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-08 12:31:32 +01:00
Pedro M. Baeza
2ec0a8bdcf
[MIG] Rename manifest files
2017-11-08 12:31:32 +01:00
Pedro M. Baeza
e5354d9163
[MIG] Make modules uninstallable
2017-11-08 12:31:32 +01:00
Yannick Vaucher
edcfbc3f20
Reactivate company rules in account_payment_order
2017-11-08 12:31:32 +01:00
Stéphane Bidoul (ACSONE)
a96eae1a33
bump minor version of account_payment_order
2017-11-08 12:31:32 +01:00
Stéphane Bidoul (ACSONE)
13959ba9ed
[IMP] set partner on offsetting account move line if possible
...
fixes #277
2017-11-08 12:31:32 +01:00