Commit Graph

607 Commits

Author SHA1 Message Date
Carlos Dauden
10ff42e0a2 [FIX] account_payment_order: Add bank payment line multi-company rule 2018-05-23 10:04:24 +02:00
OCA Transbot
263aee793f OCA Transbot updated translations from Transifex 2018-05-05 03:09:15 +02:00
Pedro M. Baeza
f8939814a4 [FIX] account_payment_order: Take payment mode from move (#466)
When adding to a payment order from invoices, the payment mode
considered is the one in the invoice, but once you have confirmed it,
you can't change it, so if you change the payment mode in the journal
items, it doesn't make the difference.

With this change, this is taken into account for adding to the
payment order(s) properly.
2018-05-01 17:12:34 +02:00
OCA Transbot
22b335af28 OCA Transbot updated translations from Transifex 2018-04-21 02:36:48 +02:00
OCA Git Bot
b7aa72c58e [ADD] setup.py [ci skip] 2018-04-19 04:31:32 +02:00
Alexis de Lattre
a8d031b0fd [FIX] account_payment_mode: Don't store acc_type of res.partner.bank (#467) 2018-04-14 13:17:22 +02:00
Alexis de Lattre
37d58d6319 [10.0][FIX] Split account move generated for SEPA direct debits per sequence_type (#464)
The sequence_type of mandates switches from First to Recurring:
- BEFORE: when state switched from 'open' to 'generated'
- NOW: when state switches from 'generated' to 'uploaded'
2018-04-09 11:55:46 +02:00
Pedro M. Baeza
e752ebe943 Merge pull request #444 from onesteinbv/11_fix_account_banking_sepa_direct_debit
[11.0][FIX] account_banking_sepa_direct_debit: printing report
2018-03-25 18:11:13 +02:00
Andrea
949968d756 [11.0][FIX] account_banking_sepa_direct_debit: printing report 2018-03-25 16:14:50 +02:00
Pedro M. Baeza
d6ff6bf54f Merge pull request #442 from onesteinbv/11_fix_account_payment_partner
[FIX] account_payment_partner: onchange if more than one bank
2018-03-24 16:25:14 +01:00
OCA Transbot
2876936137 OCA Transbot updated translations from Transifex 2018-03-17 03:09:36 +01:00
Pedro M. Baeza
752c3de669 [FIX] account_banking_mandate: More adaptations to make tests to work properly
All these problems comes from using demo data.
2018-03-09 15:50:28 +01:00
Pedro M. Baeza
73647aedf6 [FIX] account_banking_mandate: Avoid errors in tests when run with other modules 2018-03-09 11:42:15 +01:00
Pedro M. Baeza
33d1c4884f [FIX] account_banking_sepa_direct_debit: Fix tests due to upstream change
Odoo has added a constraint for avoiding a company currency change if there
are move lines, making these tests to fail, as the currency is changed to EUR.

With this commit, we create a new company with EUR currency for avoiding the
problem.

This commit also changes account_banking_mandate for not duplicating mandate
number, as it was detected during the test creation.

Similar to 1f8e345469695d1fb1a2ba2109ddea3adbdf1f78
2018-03-08 18:27:03 +01:00
Pedro M. Baeza
5cd6ed5fd6 [FIX] account_banking_sepa_credit_transfer: Fix tests due to upstream change
Odoo has added a constraint for avoiding a company currency change if there
are move lines, making these tests to fail, as the currency is changed to EUR.

With this commit, we create a new company with EUR currency for avoiding the
problem. An alternative solution could be to delete all the existing move lines
on the company, but as that can be problematic if there are additional
constraints (extra modules, locking date, etc), I have chosen the other approach.
2018-03-08 17:12:15 +01:00
Pedro M. Baeza
11791e9665 [FIX] account_banking_mandate: Bump version 2018-03-08 10:16:17 +01:00
Pedro M. Baeza
09b26bd351 Merge pull request #447 from Eficent/11.0-fix-bank-mandate
[11.0][FIX] account_banking_mandate: Allow to create mandates from bank accounts
2018-03-08 10:15:51 +01:00
Andrea
0f2c37acb1 [11.0][FIX] account_payment_partner: onchange if more than one bank 2018-02-21 13:56:26 +01:00
Francisco Iván Antón Prieto
8887825397 [FIX] account_banking_mandate: _onchange_partner_id missing return (#451) 2018-02-20 19:31:43 +01:00
François Honoré
abb17516b0 [FIX] Fix issue when the bank_id of partner_bank_id is not set (field not mandatory) and create a traceback for the user
Use t-if
2018-02-19 09:50:40 +01:00
OCA Transbot
1d867ee1e6 OCA Transbot updated translations from Transifex 2018-02-17 03:04:46 +01:00
rgarnau
f85682972a [FIX] minor fix 2018-02-13 11:51:06 +01:00
OCA Transbot
6571c7a953 OCA Transbot updated translations from Transifex 2018-02-10 03:04:48 +01:00
OCA Transbot
12d4335b75 OCA Transbot updated translations from Transifex 2018-02-03 03:08:44 +01:00
OCA Git Bot
7eecbe3b72 [ADD] setup.py 2018-02-02 04:35:37 +01:00
Pedro M. Baeza
918c522187 Merge pull request #434 from arkostyuk/11.0-mig-account_payment_sale
[11.0][MIG] account_payment_sale
2018-02-01 17:59:03 +01:00
mpanarin
fd3dafd8da [IMP] account_payment_sale: Add tests to increase coverage 2018-01-31 20:31:14 +02:00
Artem Kostyuk
2f7a69c492 [MIG] account_payment_sale: Migrate to 11.0 2018-01-31 20:26:35 +02:00
Pedro M. Baeza
296ac6a1c5 Merge pull request #443 from onesteinbv/11_fix_account_payment_order
[11.0][FIX] account_payment_order: printing report
2018-01-22 23:19:15 +01:00
Andrea
a761667e5b [11.0][FIX] account_payment_order: printing report 2018-01-22 13:47:14 +01:00
oihane
791e470a05 [FIX] account_payment_partner: impossible to define if there was no company in partner (#438) 2018-01-17 22:47:37 +01:00
OCA Transbot
dbbbe19ac1 OCA Transbot updated translations from Transifex 2018-01-06 02:28:02 +01:00
Melroy van den Berg
b0dac802c9 Update README.md (#436) 2018-01-04 16:28:04 +01:00
cubells
331ad9c954 [IMP] account_payment_sale: add payment mode to sale report 2017-12-19 18:22:06 +02:00
Alexis de Lattre
35c343dd37 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-12-19 18:22:06 +02:00
Pedro M. Baeza
cdbcf51365 [MIG] Rename manifest files 2017-12-19 18:22:06 +02:00
Pedro M. Baeza
8cc9a66ee1 [MIG] Make modules uninstallable 2017-12-19 18:22:06 +02:00
OCA Transbot
9af3008d9b OCA Transbot updated translations from Transifex 2017-12-19 18:22:06 +02:00
Pedro M. Baeza
816ca21e54 [IMP] Remove unused POT files 2017-12-19 18:12:08 +02:00
Alexis de Lattre
58c1310932 Take into accounts the remarks of Eric Caudal 2017-12-19 18:12:08 +02:00
Alexis de Lattre
6eced254f5 Add _id suffix on M2O fields customer_payment_mode and supplier_payment_mode (Odoo did the same on all the M2O property fields of res.partner) 2017-12-19 18:12:08 +02:00
Alexis de Lattre
69884976c1 Add module account_banking_mandate_sale
Add option 'mandate_required' on payment orders
Autoselect first valid mandate on customer invoice that have a payment mode 'mandate_required' = True
Add option on select move lines to pay wizard to allow selection of litigation moves (unchecked by default), in order to integrate the feature of the module account_payment_blocking
2017-12-19 18:12:08 +02:00
Alexis de Lattre
35608fa569 Finalise the wizard of selection of move lines to pay
Add button "Add to payment/debit order" on invoice form view
Started to integrate payment transfer in account_payment_order (not finished at all though)
Various fixes/changes/improvements/...
2017-12-19 18:12:08 +02:00
Alexis de Lattre
2df759445c Port account_payment_sale to v9 2017-12-19 18:12:08 +02:00
Pedro M. Baeza
d73b93031f [MIG] Make modules uninstallable 2017-12-19 17:31:59 +02:00
Stéphane Bidoul
179ca73ab7 [UPD] prefix versions with 8.0 2017-12-19 17:31:59 +02:00
Yannick Vaucher
177d76699f Add missing default oca icons 2017-12-19 17:31:59 +02:00
Philippe Schmidt
7df24476c2 some typo corrections 2017-12-19 17:31:59 +02:00
Philippe Schmidt
d794851175 Add requested descriptions in an OCA README.rst file 2017-12-19 17:31:59 +02:00
Pedro M. Baeza
9af84b9e4b [IMP] Expand authors + manifest cleaning 2017-12-19 17:31:59 +02:00