Commit Graph

1302 Commits

Author SHA1 Message Date
OCA Transbot
38e4da37d2 OCA Transbot updated translations from Transifex 2017-05-01 16:49:52 +02:00
OCA Git Bot
8b3382cc3c [UPD] addons table in README.md 2017-04-25 02:34:27 +02:00
Stéphane Bidoul (ACSONE)
ce702be2cc Merge pull request #339 from Tecnativa/9.0-account_payment_partner-invoice_payment_mode_fill-imp
[IMP] account_payment_partner: Fill payment mode in invoices if none is provided
2017-04-24 14:30:06 +02:00
Pedro M. Baeza
56d2c5c074 [IMP] account_banking_mandate: Fill mandate in invoices if none is provided
Using same method as in upstream, mandate is filled on invoice creation if no
one is provided. This way, we don't need to install account_banking_mandate_sale
if we don't want to handle several mandates at sales level.
2017-04-24 14:15:51 +02:00
Pedro M. Baeza
1c8e7d24d5 [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:15:51 +02:00
Pedro M. Baeza
018ed2a785 [CHG] *: Change copyright and author after company merging 2017-04-02 04:02:06 +02:00
OCA Git Bot
01e6bc456d [UPD] addons table in README.md 2017-03-28 02:35:08 +02:00
Pedro M. Baeza
9007b269ee Merge pull request #351 from hbrunn/9.0-account_payment_sale-fix_onchange
[FIX] we need to decorate the onchange handler with @api.multi
2017-03-27 16:41:18 +02:00
Holger Brunn
9b1c69681e [FIX] we need to decorate the onchange handler with @api.multi 2017-03-27 03:11:11 +02:00
OCA Git Bot
d1d1fa3103 [UPD] addons table in README.md 2017-03-25 02:35:52 +01:00
OCA Transbot
73a2858dad OCA Transbot updated translations from Transifex 2017-03-24 21:10:32 -04:00
OCA Git Bot
4acd46a5e5 [UPD] addons table in README.md 2017-03-11 02:34:12 +01:00
OCA Transbot
be4155829d OCA Transbot updated translations from Transifex 2017-03-10 20:08:00 -05:00
Yannick Vaucher
d760a27bd4 Bump version fix 2017-03-10 11:59:51 +01:00
Yannick Vaucher
edb7017db9 Merge pull request #346 from mdietrichc2c/9.0-fix-order-form-view
[9.0] fix 2 issues on form view for payment order
2017-03-10 11:58:15 +01:00
mdietrichc2c
df27ee8612 Fix 2 issues on form view for payment order 2017-03-06 17:11:57 +01:00
OCA Transbot
68a0224a79 OCA Transbot updated translations from Transifex 2017-03-03 20:08:28 -05:00
Alexis de Lattre
b73396306f Merge pull request #327 from hbrunn/9.0-account_payment_mode-migrate_in_init_hook
[ADD] after openupgrade's rename, we also need to call our hook in the migration script
2017-03-03 14:53:10 +01:00
OCA Transbot
9d63cdc52f OCA Transbot updated translations from Transifex 2017-02-24 20:06:54 -05:00
Yannick Vaucher
8ef8748864 Merge pull request #342 from vrenaville/payment_order_maturity_date_90
[FIX]date instead off maturity date on account move line generate
2017-02-23 13:55:18 +01:00
vrenaville
737524a4ef [FIX]date instead off maturity date on account move line generate 2017-02-23 11:13:54 +01:00
OCA Transbot
f1d978db74 OCA Transbot updated translations from Transifex 2017-02-17 20:11:13 -05:00
Stéphane Bidoul (ACSONE)
789d70e783 Merge pull request #337 from akretion/9-fix-multicompany
[9.0] FIX missing include of account_payment_mode/security/account_payment_security.xml
2017-01-27 13:28:41 +01:00
Alexis de Lattre
297b9c7bb1 FIX missing include of account_payment_mode/security/account_payment_mode.xml 2017-01-27 12:37:04 +01:00
OCA Transbot
a925c52037 OCA Transbot updated translations from Transifex 2017-01-20 20:08:41 -05:00
OCA Git Bot
3f4f29b318 [ADD] setup.py 2017-01-15 04:35:12 +01:00
OCA Git Bot
a465bcb8c7 [UPD] addons table in README.md 2017-01-15 02:34:41 +01:00
Pedro M. Baeza
2287dd10b8 Merge pull request #323 from Tecnativa/9.0-mig-account_banking_mandate-account_payment_transfer_reconcile_batch
[9.0][MIG] account_payment_transfer_reconcile_batch: Migrate to v9
2017-01-14 12:06:56 +01:00
OCA Transbot
8959c998d2 OCA Transbot updated translations from Transifex 2017-01-13 20:09:33 -05:00
Sergio Teruel Albert
4a12b7a908 [9.0][WIP] account_payment_transfer_reconcile_batch: Migration to v9. 2017-01-09 21:19:57 +01:00
OCA Transbot
121dc23011 OCA Transbot updated translations from Transifex
OCA Transbot updated translations from Transifex

OCA Transbot updated translations from Transifex
2017-01-09 21:19:57 +01:00
Pedro M. Baeza
319790b5a9 account_payment_transfer_reconcile_batch (#226)
[ADD] account_payment_transfer_reconcile_batch

=================================================================
Batch reconciliation for transfer lines created in payment orders
=================================================================

This module allows to process with the connector technology the heavy task of
reconciliation of the receivable/payable journal entries of a payment order
against the created entries in transfer accounts.

This approach provides many advantages, similar to the ones we get
using that connector for e-commerce:

- Asynchronous: the operation is done in background, and users can
  continue to work.
- Dedicated workers: the queued jobs are performed by specific workers
  (processes). This is good for a long task, since the main workers are
  busy handling HTTP requests and can be killed if operations take
  too long, for example.
- Multiple transactions: this is an operation that doesn't need to be
  atomic, and if a line out of 100,000 fails, it is possible to catch
  it, see the error message, and fix the situation. Meanwhile, all
  other jobs can proceed.

Inspired on *account_move_batch_validate* module from Camptocamp and ACSONE.

Installation
============

This module requires the connector module, hosted on
`OCA/connector <https://github.com/OCA/connector>`_

Configuration
=============

This will only work for payment modes that have a transfer account set.

Usage
=====

When exporting the payment order, click on *Validate* to generate the transfer
move. One connector job will be created for each payment line for a deferred
conciliation of this line.
2017-01-09 21:19:57 +01:00
OCA Transbot
cedd87569d OCA Transbot updated translations from Transifex 2017-01-06 20:05:56 -05:00
Pedro M. Baeza
c4a230073c [FIX] account_payment_order: Migration scripts
Migration scripts for account_payment_order must be triggered only on OpenUpgrade migration
from v8 to v9, so the version should be 9.0.1.0.0, as there has been other intermediate
versions.

This commit also removes obsolete migrations scripts.
2017-01-06 11:45:31 +01:00
OCA Transbot
a8146e5b47 OCA Transbot updated translations from Transifex 2016-12-30 20:25:05 -05:00
Holger Brunn
1f11314e2e [ADD] after openupgrade's rename, we also need to call our hook in the
migration script
2016-12-30 18:20:31 +01:00
Pedro M. Baeza
d592c8fee9 Merge pull request #326 from hbrunn/9.0-account_payment_mode-migrate_in_init_hook
[FIX] we also need to rename our table
2016-12-29 10:31:31 +01:00
Holger Brunn
3d6edb4051 [FIX] we also need to rename our table 2016-12-29 10:11:34 +01:00
Pedro M. Baeza
0e6563c45e Merge pull request #325 from Tecnativa/9.0-mig-account_payment_order
[9.0][MIG] account_payment_order: Migration script
2016-12-27 19:16:11 +01:00
Sergio Teruel Albert
b31a8ada37 [9.0][MIG] account_payment_order: Script migracion 2016-12-27 09:58:00 +01:00
Pedro M. Baeza
82ada2991f Merge pull request #324 from Tecnativa/9.0-mig-account_banking_pain_base
[9.0][MIG] account_banking_pain_base: Script OpenUPgrade
2016-12-27 09:51:55 +01:00
Pedro M. Baeza
d54ccf18aa Merge pull request #320 from hbrunn/9.0-account_payment_mode-migrate_in_init_hook
[ADD] account_payment_mode: Migrate from 8.0 if possible in init_hook
2016-12-27 09:47:18 +01:00
Holger Brunn
66b43f9b27 [ADD] migrate from 8.0 if possible in init hook 2016-12-27 09:30:16 +01:00
OCA Transbot
ce30c575d3 OCA Transbot updated translations from Transifex 2016-12-23 19:15:06 -05:00
Sergio Teruel Albert
6387545a42 [9.0][MIG] account_banking_pain_base: Script OpenUPgrade 2016-12-22 17:55:13 +01:00
Pedro M. Baeza
a592dc21c6 Merge pull request #322 from Tecnativa/9.0-mig-account_payment_partner
[9.0][MIG]account_payment_partner: Script migration to v9
2016-12-22 17:37:41 +01:00
Pedro M. Baeza
ab704d71e7 Merge pull request #321 from Tecnativa/9.0-mig-account_banking_mandate
[9.0][MIG]account_banking_mandate: Scritp migration to v9
2016-12-22 17:37:31 +01:00
OCA Transbot
b1e4ba54d3 OCA Transbot updated translations from Transifex 2016-12-16 19:13:43 -05:00
Pedro M. Baeza
18d8cf674a [FIX] account_payment_order: Remove useless file 2016-12-10 02:48:43 +01:00
OCA Transbot
d05ba86141 OCA Transbot updated translations from Transifex 2016-12-09 19:13:19 -05:00