Commit Graph

76 Commits

Author SHA1 Message Date
OCA Transbot
ce2863d03c OCA Transbot updated translations from Transifex 2017-07-15 02:11:16 +02:00
OCA Transbot
bb10a876f5 OCA Transbot updated translations from Transifex 2017-05-06 01:21:00 +02:00
Pedro M. Baeza
8f40c26ba5 [FIX] account_banking_mandate/account_payment_partner: Signature changed in convert_to_write 2017-04-24 14:43:09 +02:00
Pedro M. Baeza
d7e0b19fdd [IMP] account_payment_partner: Fill payment mode in invoices if none is provided
Using same method as in upstream, payment mode is filled on invoice creation if
no payment method is provided. This way, we don't need to install
account_payment_sale if we don't want to handle several payment modes at sales
level. Even more, if we install the module later and we have already existing
sales orders without payment mode filled, those orders will be invoiced with
the customer payment mode.
2017-04-24 14:32:48 +02:00
Pedro M. Baeza
6ee7266995 [CHG] *: Change copyright and author after company merging 2017-04-02 04:04:55 +02:00
OCA Transbot
d829ed7d30 OCA Transbot updated translations from Transifex 2016-12-30 20:08:13 -05:00
OCA Transbot
b497091011 OCA Transbot updated translations from Transifex 2016-11-25 20:04:32 -05:00
Alexis de Lattre
fbe4351dbe 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)
2016-10-20 01:41:41 +02:00
Pedro M. Baeza
1b0c8d5700 [MIG] Rename manifest files 2016-10-06 14:47:44 +02:00
Pedro M. Baeza
8820e418ea [MIG] Make modules uninstallable 2016-10-06 14:47:39 +02:00
OCA Transbot
a9c4bba046 OCA Transbot updated translations from Transifex 2016-09-17 01:31:04 -04:00
Stéphane Bidoul (ACSONE)
d14d330071 [FIX] remove en.po that was erroneously created by transbot 2016-08-15 18:54:38 +02:00
OCA Transbot
6edf8379a5 OCA Transbot updated translations from Transifex 2016-08-06 04:05:40 -04:00
OCA Transbot
50def3979e OCA Transbot updated translations from Transifex 2016-07-30 03:33:14 -04:00
OCA Transbot
e275cdf3ae OCA Transbot updated translations from Transifex 2016-07-02 03:36:38 -04:00
Pedro M. Baeza
cdb3f2d567 [IMP] Remove unused POT files 2016-07-01 21:01:13 +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
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
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
d4d6a301b7 Take into accounts the remarks of Eric Caudal 2016-05-23 10:42:28 +02:00
Alexis de Lattre
b48614cb71 Remove 'done' state on payment orders 2016-05-08 14:38:48 +02:00
Alexis de Lattre
8deb338ccb 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) 2016-05-08 00:11:26 +02:00
Alexis de Lattre
ccb7e9f2a2 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
2016-05-07 23:55:46 +02:00
Alexis de Lattre
3b10598b36 Copy payment mode and mandate from invoice to refund
Run dos2unix on the few files that had DOS carriage return
2016-05-07 22:02:49 +02:00
Alexis de Lattre
eb7003f6c3 Update and re-enable demo data 2016-05-06 19:37:26 +02:00
Alexis de Lattre
abb052d894 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/...
2016-05-06 01:16:20 +02:00
Alexis de Lattre
bee3093841 Start to port bank-payment to v9 (with a lot of improvements) during the Sorrento Code sprint 2016
Improvements include:
- full re-organisation of modules and big re-organisation of the code
- simplification of the code related to the fact that support for direct debit is now in t
he base module, not added by an optional module account_direct_debit (module was removed)
- new design of the wizard to select move lines to pay
- support for non-SEPA file transfer-
- support for German direct debit SEPA files (fixes bug #129)
- remove workflow of payment.order

This port to v9 is not finished... there is still a lot of work:
- finish the code of account_payment_order/wizard/account_payment_line_create.py
- port account_banking_payment_transfer and integrate it inside account_payment_order
- fix bugs
- clean-up code, remove dead code
- test in several complex scenarios
2016-04-30 01:46:34 +02:00
Alexis de Lattre
29cfd14a38 Merge remote-tracking branch 'origin/8.0' into 9-sorrento-code-sprint 2016-04-27 15:10:55 +02:00
OCA Transbot
d626309424 OCA Transbot updated translations from Transifex 2016-04-09 02:15:34 -04:00
Pedro M. Baeza
379a0bdece [IMP] account_payment_partner: Name to filter for better inheratiblity 2016-03-02 10:48:55 +01:00
Pedro M. Baeza
61759e1ac4 Merge pull request #71 from rlizana/8.0_payment_mode_filter
[IMP] Add filter group by payment mode to invoices
2016-03-02 10:47:18 +01:00
Pedro M. Baeza
c533cbd864 [IMP] *: es translations 2016-02-18 09:40:58 +01:00
Pedro M. Baeza
39ee61b267 [IMP] *: Bump version numbers 2016-02-18 09:40:58 +01:00
Pedro M. Baeza
3fbd4f663c [IMP] account_payment_partner: Remove label field
There's already a field in the payment mode called 'note' that is
printed on the invoices, so there's no need of another field for
that purpose. This field is added by account_banking_payment_export
2016-02-18 09:40:58 +01:00
Pedro M. Baeza
4a62d6d30b [IMP] *: Short headers 2016-02-18 09:40:58 +01:00
Alexis de Lattre
22cd2f3c40 Add translatable 'label' field on payment.mode, designed to be used in invoice report 2016-02-18 09:40:58 +01:00
Alexis de Lattre
27d3b46389 FIX remove coma at end of line 2016-02-18 09:40:58 +01:00
Alexis de Lattre
32470c3705 Better filters on payment.order.create wizard
Add default values for those filters on payment.mode
2016-02-18 09:40:58 +01:00
Alexis de Lattre
7b62566b29 Forgot to remove a usecase of debit_denied
Add ACL
2016-02-18 09:40:57 +01:00
Pedro M. Baeza
0cd60abbf3 [MIG] Make modules uninstallable 2015-10-14 03:03:12 +02:00
Stéphane Bidoul
e6b28efa3e [UPD] prefix versions with 8.0 2015-10-09 09:59:34 +02:00
Yannick Vaucher
7c221767bd Add missing default oca icons 2015-08-18 11:10:50 +02:00
Stéphane Bidoul (ACSONE)
82b91590ac Merge pull request #196 from hbrunn/8.0-refactor_override_funcs
[RFR] decorate overridable methods in wizard as api.multi
2015-07-17 17:15:13 +02:00
Holger Brunn
f7e808d458 [RFR] decorate overridable methods in wizard as api.multi 2015-07-08 14:55:31 +02:00
AngelMoya-Domatix
901f6748fe ADD description on payment mode and show it on invoice report
FIX tabs

FIX translate
2015-07-07 10:03:24 +02:00
Philippe Schmidt
4ddcb0b04e some typo corrections 2015-06-05 12:31:00 +02:00
Philippe Schmidt
17ad455c92 Add requested descriptions in an OCA README.rst file 2015-06-05 11:22:39 +02:00
Pedro M. Baeza
c07d0522c0 [IMP] Expand authors + manifest cleaning 2015-05-25 17:14:05 +02:00
Stefan Rijnhart (Therp)
7d97b5fe9c Merge pull request #139 from pedrobaeza/8.0-account_payment_partner-moves_wo_invoice_patch
[FIX] account_payment_partner: Fix for finding account move lines without invoice (manual entries in receivables/payables)
2015-04-24 17:57:09 +02:00
Pedro M. Baeza
6b07caac88 [FIX] account_payment_partner: Fix for finding account move lines without invoice (manual entries in receivables/payables) 2015-04-21 18:41:29 +02:00