Commit Graph

1215 Commits

Author SHA1 Message Date
Antonio Espinosa
03cf248878 English text at right instead of below 2016-07-06 18:32:04 +02:00
Antonio Espinosa
a19034bb71 [IMP] Add english lang when a different lang is printed 2016-07-06 14:56:38 +02:00
OCA Transbot
e275cdf3ae OCA Transbot updated translations from Transifex 2016-07-02 03:36:38 -04:00
Pedro M. Baeza
8afb178c2a [FIX] account_banking_sepa_direct_debit: Fix mandate report layout 2016-07-01 21:23:00 +02:00
Pedro M. Baeza
0b7ce9ff6e [IMP] account_banking_sepa_direct_debit: Spanish translation 2016-07-01 21:18:03 +02:00
Pedro M. Baeza
cdb3f2d567 [IMP] Remove unused POT files 2016-07-01 21:01:13 +02:00
Pedro M. Baeza
f370af0796 [IMP] account_payment_order: Remove useless migration script 2016-07-01 18:57:12 +02:00
Frédéric Clementi
8adb08a5d2 Merge pull request #278 from akretion/9-several-improvements
9.0 Add support for multi-currency in the generation of the account move
2016-06-30 17:35:50 +02:00
Alexis de Lattre
d99e6ab14b Add unitest for a USD credit transfer (in EUR company) 2016-06-29 16:53:06 +02:00
Alexis de Lattre
9d08e49a47 Allow to link a bank journal to an existing bank account (one of the remarks of Frederic Clementi) 2016-06-29 16:15:27 +02:00
Alexis de Lattre
47c592e00d 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
2016-06-29 14:59:38 +02:00
OCA Git Bot
d2e87f74c0 [UPD] addons table in README.md 2016-06-27 13:18:45 +02:00
Stéphane Bidoul (ACSONE)
574c258f9e Merge pull request #270 from akretion/9-sorrento-code-sprint
[9.0][2nd revolution] port to v9 with several improvements (sorrento code sprint)
2016-06-27 10:41:35 +02:00
Alexis de Lattre
9138fb6bfb Merge pull request #4 from acsone/9.0-restrict-move-line-delete-sbi
[IMP] prevent deleting a move-line that is linked to a payment order line
2016-06-27 10:20:48 +02:00
Alexis de Lattre
6f47b4d0fd Merge pull request #5 from acsone/9.0-fix-line-exclusion-sbi
[FIX] better filtering of move lines already included in open payment order
2016-06-27 10:12:20 +02:00
Stéphane Bidoul
7f7b081539 [FIX] better filtering of move lines already included in open payment order 2016-06-26 11:23:36 +02:00
Stéphane Bidoul
1d9832c27b [IMP] prevent deleting a move-line that is linked to a payment order line 2016-06-25 14:56:40 +02:00
Alexis de Lattre
6849beab0e Merge pull request #3 from sbidoul/patch-1
Avoid confusion between payment mode and payment method
2016-06-21 23:04:35 +02:00
Alexis de Lattre
b9e629b031 Add unittest for SEPA direct debit 2016-06-19 23:25:19 +02:00
Alexis de Lattre
717798b45e Better test that include several invoices (to test grouping) and refunds 2016-06-18 15:37:35 +02:00
Alexis de Lattre
c5ad5334ab Add a unit test 2016-06-16 23:23:32 +02:00
Alexis de Lattre
0d311316ac 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
2016-06-16 16:51:03 +02:00
Alexis de Lattre
e5769e665e FIX manual payment method 2016-06-16 15:19:01 +02:00
Alexis de Lattre
0e64b0295a 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
2016-06-14 22:25:23 +02:00
Stéphane Bidoul (ACSONE)
0424587940 Avoid confusion between payment mode and payment method 2016-06-14 19:05:10 +02:00
Alexis de Lattre
99d2403b8f Fix crash in mandate report 2016-06-11 10:38:50 +02:00
Alexis de Lattre
21bc911b20 Better handling of partner_bank_id and mandate_id on invoice: invisible/required/onchange 2016-06-07 00:58:19 +02:00
Alexis de Lattre
ca4dc40c14 Store field acc_type on res.partner.bank, so that we can search and groupby on it 2016-06-06 19:17:10 +02:00
Alexis de Lattre
4e548dacef Add wizard to select several invoices at once and add them to payment order
Fix bug in groupby on bank payment lines
2016-06-06 18:53:55 +02:00
Alexis de Lattre
8ebdcd0200 Simpler variable names
Rename method
2016-06-06 15:57:36 +02:00
Alexis de Lattre
0ed4046ae7 Move the code that generate the bank account number in the SEPA XML file in a dedicated method 2016-06-06 14:36:51 +02:00
Alexis de Lattre
b5588d9052 Add the bank_line as argument to some methods that generate SEPA XML 2016-06-06 14:05:43 +02:00
Alexis de Lattre
e885be0e12 Add local instrucment in PmtInfId to warranty unicity 2016-06-06 11:46:08 +02:00
Alexis de Lattre
020f9a4a0b Don't group payment lines that use structured communication 2016-06-06 11:21:52 +02:00
Alexis de Lattre
c6f0f5c805 Merge branch '9-sorrento-code-sprint' of github.com:akretion/banking into 9-sorrento-code-sprint 2016-06-05 00:45:12 +02:00
Alexis de Lattre
b094ad5da8 Add field local_instrument in payment lines and bank payment lines 2016-06-05 00:44:27 +02:00
Alexis de Lattre
190102306d Merge pull request #2 from acsone/setup-sbi
remove obsolete setup.py files that came from the 8.0 branch
2016-06-04 23:06:38 +02:00
Stéphane Bidoul
d476de0b5d pep8 long line 2016-06-04 14:50:04 +02:00
Stéphane Bidoul
7e23c1d133 remote obsolete setup.py files 2016-06-04 14:37:30 +02:00
Alexis de Lattre
7370d174f0 Adds flexibility to support direct debit direct debit for switzerland (pain.008.001.02.ch.01)
Implement SEPA Core recommandations for postal address
2016-06-03 22:58:07 +02:00
Alexis de Lattre
ebf6741c16 Add hooks for l10n_ch_sepa (pain.001.001.03.ch.02)
Move code of account_banking_pain_base/models/banking_export_pain.py to account_banking_pain_base/models/account_payment_order.py
Allow cancel when payment order is in "File Generated" state
Add postal address in party block
2016-06-02 23:58:02 +02:00
Alexis de Lattre
386abad7f1 Merge pull request #1 from acsone/9.0-bp-setup-ape
[ADD] setup.py
2016-05-30 12:49:36 +02:00
Adrien Peiffer (ACSONE)
c6160de1cb [ADD] setup.py 2016-05-30 12:11:18 +02:00
Alexis de Lattre
bb66685735 name of payment mode is now translatable 2016-05-26 10:27:26 +02:00
Alexis de Lattre
d4d6a301b7 Take into accounts the remarks of Eric Caudal 2016-05-23 10:42:28 +02:00
Alexis de Lattre
bf8b706f1d No creation of bank accounts linked to contacts 2016-05-12 00:03:21 +02:00
Alexis de Lattre
fb6f93c351 Add ICS in account settings page 2016-05-11 23:33:29 +02:00
Alexis de Lattre
69264e5885 Add option no_debit_before_maturity on payment mode 2016-05-11 23:16:02 +02:00
Alexis de Lattre
7e727e62ca FIX use of communication type 2016-05-11 22:59:15 +02:00
Alexis de Lattre
4410acfb30 Add support for using bank account as offsetting account in journal entry 2016-05-11 22:48:48 +02:00