Commit Graph

126 Commits

Author SHA1 Message Date
Philippe Schmidt
26facd1d4c Add requested descriptions in an OCA README.rst file 2018-12-13 18:47:50 +01:00
Alexis de Lattre
102b63186d [FIX+IMP] account_banking_mandate: Several things
* Bug #96 bad use of new API
* [Usability] mandates: search by reference, add group_by, add seq type in tree view
* Add scheme in mandate tree+search view
* Replace tabs by spaces in mandate views
* account_banking_mandate/views/account_banking_mandate_view.xml: convert from dos to unix format
* Add multi-company rule on account.banking.mandate
2018-12-13 18:47:50 +01:00
Pedro M. Baeza
af70568280 [ADD] account_banking_mandate, spliting functionality in two modules 2018-12-13 18:45:29 +01:00
oca-travis
bfb32b4d8c [UPD] Update account_payment_order.pot 2018-12-13 17:40:28 +00:00
OCA-git-bot
6559922138 [ADD] setup.py 2018-12-13 17:35:03 +00:00
Pedro M. Baeza
6e66294418 Merge pull request #520 from Tecnativa/12.0-mig-account_payment_order
[12.0][MIG] account_payment_order: Migration to v12.0
2018-12-13 18:34:57 +01:00
Pedro M. Baeza
2d87bf7cdb [MIG] account_payment_order: Finish migration to v12
* Removed deprecated YAML tests.
* Removed document dependency, as now there's no attachment dropdown.
* Switched deprecated `compute` method of res.currency.
* Restored missing field `reference_type` in invoices.
* Fixed call to `message_post`.
* Added missing description in model.
2018-12-13 18:17:13 +01:00
Sergio Teruel
6d81999acf [12.0][mig] account_payment_order: Migrate to v12.0 2018-12-13 17:02:13 +01:00
Mathias Neef
b6e4ac4f49 Translated using Weblate (German)
Currently translated at 50.8% (98 of 193 strings)

Translation: bank-payment-11.0/bank-payment-11.0-account_payment_order
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-11-0/bank-payment-11-0-account_payment_order/de/
2018-12-13 17:02:13 +01:00
Martronic SA
c375b54df9 Fix structured communication
Adds 'structured' to the invoice_reference_type2communication_type ans the 'structured' type is added by the module itself in account_invoice but breaks the account_move_line.py as explained here: https://github.com/OCA/bank-payment/issues/495
2018-12-13 17:02:13 +01:00
ecino
bb001e8dbd [IMP] account_payment_order: Use bank.payment.line reference in Payment Order Move Lines (#418) 2018-12-13 17:02:13 +01:00
oca-travis
f496870d60 [UPD] Update account_payment_order.pot 2018-12-13 17:02:13 +01:00
Alexis de Lattre
738cc8bb32 [10.0] Add filter on partners on wizard "Create Payment Lines from Journal Items" (#489)
* Add filter on partners on wizard "Create Payment Lines from Journal Items"

* Bump version number
2018-12-13 17:02:13 +01:00
Enric Tobella
cea8391214 [FIX] default_partner_id added on partner_bank if it is created. 2018-12-13 17:02:13 +01:00
Enric Tobella
92db61a982 Translated using Weblate (Español (España))
Currently translated at 100,0% (193 of 193 strings)

Translation: bank-payment-11.0/bank-payment-11.0-account_payment_order
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-11-0/bank-payment-11-0-account_payment_order/es/
2018-12-13 17:02:13 +01:00
oca-travis
a56bb8da67 [UPD] Update account_payment_order.pot 2018-12-13 17:02:13 +01:00
Pedro M. Baeza
937566d91c [FIX] account_payment_order: Fix FR translation 2018-12-13 17:02:13 +01:00
Enric Tobella
72390a8fec [FIX] report should show the invoice number, not the move name (#477)
[IMP] account_payment_order: report show the invoice number or the move name
2018-12-13 17:02:13 +01:00
Alexis de Lattre
aacd1899ba Several small usability improvements
- when manually encoding a payment line, get company currency as default currency
- Search on payment order numbers
- Direct search on bank journal name in payment orders
- remove widget="selection" on account.payement.mode : this object is rarely modified, so widget='selection' is not a time saver, but we miss the HTML link, which can be pretty convenient to check the configuration.
2018-12-13 17:02:13 +01:00
Carlos Dauden
20eacf0447 [FIX] account_payment_order: Add bank payment line multi-company rule 2018-12-13 17:02:13 +01:00
Pedro M. Baeza
34de91b976 [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-12-13 17:02:13 +01:00
Andrea
0399de2dc0 [11.0][FIX] account_payment_order: printing report 2018-12-13 17:02:13 +01:00
Pedro M. Baeza
8c29c8b3e4 [FIX] account_payment_order: Correct domain definition on account.payment.line view 2018-12-13 17:02:13 +01:00
OCA Transbot
56d03c2d9c OCA Transbot updated translations from Transifex 2018-12-13 17:02:13 +01:00
Jordi Ballester
e8ebf4861a 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.
2018-12-13 17:02:13 +01:00
etobella
435acb4b0b [MIG] account_payment_order 2018-12-13 17:02:13 +01:00
Gilles Meyomesse (ACSONE)
3bd26a7dee [ADD] report for payment order (#370) 2018-12-13 17:02:13 +01:00
gilles
aabace0e1e [ADD] description field for payment order 2018-12-13 17:02:13 +01:00
Akim Juillerat
25b5d20dfc [10.0]Fix payment method onchange with multicompany (#374) 2018-12-13 17:02:13 +01:00
Adrien Peiffer (ACSONE)
495048fcf6 [IMP] account_payment_order: select partner bank account automatically. 2018-12-13 17:02:13 +01:00
Pedro M. Baeza
128557df13 [FIX] account_payment_order: Adapt test to v10 2018-12-13 17:02:13 +01:00
Akim Juillerat
96a7ee437c [IMP] account_payment_order: Restriction + tests
* Restrict the deletion of bank payment line
* Add test_cancel_payment_order
2018-12-13 17:02:13 +01:00
mdietrichc2c
18a46ce204 [IMP] account_payment_order: Don't allow deletion of an uploaded payment order + allow to cancel an uploaded payment order 2018-12-13 17:02:13 +01:00
OCA Transbot
4667c181af OCA Transbot updated translations from Transifex 2018-12-13 17:02:13 +01:00
Alexis de Lattre
d059a5eb0d [FIX+IMP] account_payment_order:
* FIX: Bug #353 crash when selecting a payment mode that has a variable link to a bank account
* FIX: Add 'post_move' option on account.payment.mode with default True, to keep the previous behavior
* IMP: Explicit error when bank account is missing on bank journal
* IMP: Add field default_date_prefered on payment mode.
2018-12-13 16:52:20 +01:00
mdietrichc2c
956e8d1a4a Fix 2 issues on form view for payment order 2018-12-13 16:51:51 +01:00
vrenaville
629ed3a036 [FIX] fill date instead off maturity date on account move line generated 2018-12-13 16:51:51 +01:00
Alexis de Lattre
e253c5e439 Creation/Modification of bank info only for Account Payment group 2018-12-13 16:51:51 +01:00
Jose Maria Alzaga
5f576a6d3f Remove internal_type=other restriction for transfer account (#311) 2018-12-13 16:51:51 +01:00
Adrien Peiffer (ACSONE)
9bc158679f [FIX] account_payment_order: Use 'index' instead of 'select' 2018-12-13 16:51:51 +01:00
Alexis de Lattre
63ca3e4868 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)
2018-12-13 16:51:51 +01:00
oca-travis
468e249c0b [UPD] Update account_payment_sale.pot 2018-12-13 15:51:19 +00:00
Yannick Vaucher
03159a85c9 Reactivate company rules in account_payment_order 2018-12-13 16:50:58 +01:00
Stéphane Bidoul (ACSONE)
0466e0f869 [IMP] set partner on offsetting account move line if possible
fixes #277
2018-12-13 16:50:58 +01:00
OCA Transbot
e3ff2a6bad OCA Transbot updated translations from Transifex 2018-12-13 16:50:46 +01:00
Alexis de Lattre
d05b404796 [FIX] account_payment_order: 4 things:
* 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)
* For the communication field, if self.move_id.ref is False, fallback on self.move_id.name
2018-12-13 16:49:59 +01:00
Stéphane Bidoul (ACSONE)
e3f19d9d1b [FIX+IMP] account_payment_order: 2 more things:
* IMP: 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.

* FIX: payment order: add missing onchange dependencies in move selection wizard
2018-12-13 16:49:11 +01:00
Yannick Vaucher
03684a5092 Move the account_payment_mode ir.rule in account_payment_mode module 2018-12-13 16:48:31 +01:00
Pedro M. Baeza
ec7c3facc3 [IMP] account_payment_order: Remove useless migration script 2018-12-13 16:48:31 +01:00
Alexis de Lattre
3a135fcba8 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
2018-12-13 16:48:31 +01:00