Commit Graph

1281 Commits

Author SHA1 Message Date
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
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
Sergio Teruel Albert
8fb30a0a47 [9.0][MIG]account_payment_partner: Scritp migration to v9 2016-12-10 01:09:37 +01:00
Sergio Teruel Albert
7b3b528ca3 [9.0][MIG]account_banking_mandate: Scritp migration to v9 2016-12-10 01:06:19 +01:00
Pedro M. Baeza
e7a79a64d9 Switch author to new company 2016-12-08 14:00:18 +01:00
Pedro M. Baeza
f4b56ebc3b Remove author as the contrib is an small patch 2016-12-08 13:59:48 +01:00
OCA Transbot
df2fab0527 OCA Transbot updated translations from Transifex 2016-12-02 19:10:05 -05:00
OCA Transbot
2a649670b9 OCA Transbot updated translations from Transifex 2016-11-29 05:13:34 -05:00
OCA Transbot
f572d3b61b OCA Transbot updated translations from Transifex 2016-11-25 21:42:09 -05:00
OCA Git Bot
1dd84b026a [UPD] addons table in README.md 2016-11-16 02:33:17 +01:00
Jose Maria Alzaga
946d72449b [IMP] account_payment_order: Remove internal_type=other restriction for transfer account (#312) 2016-11-15 09:20:44 +01:00
Pedro M. Baeza
3e349c00cd Merge pull request #313 from hbrunn/9.0-account_payment_mode-set_acc_type
[ADD] set account type in demo data
2016-11-15 09:19:40 +01:00
Holger Brunn
fc397b8958 [ADD] set account type in demo data 2016-11-14 15:56:09 +01:00
OCA Transbot
ff173d9d16 OCA Transbot updated translations from Transifex 2016-10-08 01:17:51 -04:00
OCA Transbot
a9c4bba046 OCA Transbot updated translations from Transifex 2016-09-17 01:31:04 -04:00
Stéphane Bidoul (ACSONE)
1bb6ee1577 Merge pull request #301 from yvaucher/uncomment-ir-rules
Reactivate company rules in account_payment_order
2016-09-10 18:11:19 +02:00
Yannick Vaucher
aee274d382 Reactivate company rules in account_payment_order 2016-09-08 14:43:42 +02:00
Pedro M. Baeza
4d27f5909f Merge pull request #279 from yvaucher/9.0-account_payment_mode-ir_rule
[9.0] Move the account_payment_mode ir.rule in account_payment_mode module
2016-09-08 12:53:24 +02:00
OCA Transbot
11fff3357e OCA Transbot updated translations from Transifex 2016-09-03 01:18:58 -04:00
OCA Git Bot
7efdee1e5e [UPD] addons table in README.md 2016-09-03 02:41:23 +02:00
Stéphane Bidoul (ACSONE)
dcc3259d46 bump minor version of account_payment_order 2016-09-02 18:40:03 +02:00
Pedro M. Baeza
ce54511570 Merge pull request #294 from acsone/9.0-offsetting-partner-sbi
[IMP] set partner on offsetting account move line if possible
2016-09-02 18:01:10 +02:00
Pedro M. Baeza
f344f1cb7d [FIX] .travis.yml: Correct indentation 2016-08-28 13:39:51 +02:00