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
Stéphane Bidoul (ACSONE)
e321e2cfb4
[FIX] remove en.po that was erroneously created by transbot
2017-11-08 12:31:32 +01:00
OCA Transbot
bd69101143
OCA Transbot updated translations from Transifex
2017-11-08 12:31:32 +01:00
Alexis de Lattre
1039c8c1be
For the communication field, if self.move_id.ref is False, fallback on self.move_id.name
2017-11-08 12:31:32 +01:00
Alexis de Lattre
6f4c9990d7
FIX crash when selecting a customer that has a direct debit payment mode but no mandate
...
Hide many fields when payment_order_ok is False on a payment_mode
Fix payment line communication when the move line is not linked to an invoice (problem found when porting donation_debit_debit to v9)
2017-11-08 12:31:32 +01:00
Stéphane Bidoul
01e3c2d2ff
[FIX] payment order: remove duplicate in previous commit
2017-11-08 12:31:32 +01:00
Stéphane Bidoul
3b0a4a95bf
[FIX] payment order: add missing onchange dependencies in move selection wizard
2017-11-08 12:31:32 +01:00
Stéphane Bidoul (ACSONE)
3dca43bcc1
[IMP] account_payment_order: extensibility of _prepare_move
...
Pass the list of bank lines to _prepare_move so it is possible to customize the move (eg it's name) based on the lines being paid.
2017-11-08 12:31:32 +01:00
Yannick Vaucher
5ae14e1e6d
Move the account_payment_mode ir.rule in account_payment_mode module
2017-11-08 12:31:32 +01:00
Pedro M. Baeza
bc7082cfe7
[IMP] account_payment_order: Remove useless migration script
2017-11-08 12:31:32 +01:00
Alexis de Lattre
55bd50361d
Add support for multi-currency in the generation of the account move.
...
Take into account all the remaining remarks of Frederic Clementi dated May 30:
- see multi-currency amounts in the wizard to add transaction lines
- add help msg on bank payment lines
2017-11-08 12:31:32 +01:00
Stéphane Bidoul
13c6b70d1e
[FIX] better filtering of move lines already included in open payment order
2017-11-08 12:31:32 +01:00
Stéphane Bidoul
c2a48b1281
[IMP] prevent deleting a move-line that is linked to a payment order line
2017-11-08 12:31:32 +01:00
Alexis de Lattre
beb1170aba
Enable the payment methods by default on bank journals (including existing bank journals via post_install scripts)
...
Enable "Generate Accounting Entries On File Upload" by default
2017-11-08 12:31:32 +01:00
Alexis de Lattre
95d18f3a3b
FIX manual payment method
2017-11-08 12:31:32 +01:00
Alexis de Lattre
b4c2521a67
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
Minor code cleanup
PEP8
2017-11-08 12:31:32 +01:00
Stéphane Bidoul (ACSONE)
aa0aced0cb
Avoid confusion between payment mode and payment method
2017-11-08 12:31:32 +01:00
Alexis de Lattre
efdb8cba03
Add wizard to select several invoices at once and add them to payment order
...
Fix bug in groupby on bank payment lines
2017-11-08 12:31:32 +01:00
Alexis de Lattre
dd18c5f421
Don't group payment lines that use structured communication
2017-11-08 12:31:32 +01:00