{ "info": { "author": "Tecnativa, Odoo Community Association (OCA)", "author_email": "support@odoo-community.org", "bugtrack_url": null, "classifiers": [ "Framework :: Odoo", "License :: OSI Approved :: GNU Affero General Public License v3", "Programming Language :: Python :: 2.7" ], "description": ".. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg\n :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n :alt: License AGPL-3\n\n=================================================================\nBatch reconciliation for transfer lines created in payment orders\n=================================================================\n\nThis module allows to process with the connector technology the heavy task of\nreconciliation of the receivable/payable journal entries of a payment order\nagainst the created entries in transfer accounts.\n\nThis approach provides many advantages, similar to the ones we get\nusing that connector for e-commerce:\n\n- Asynchronous: the operation is done in background, and users can\n continue to work.\n- Dedicated workers: the queued jobs are performed by specific workers\n (processes). This is good for a long task, since the main workers are\n busy handling HTTP requests and can be killed if operations take\n too long, for example.\n- Multiple transactions: this is an operation that doesn't need to be\n atomic, and if a line out of 100,000 fails, it is possible to catch\n it, see the error message, and fix the situation. Meanwhile, all\n other jobs can proceed.\n\nInspired on *account_move_batch_validate* module from Camptocamp and ACSONE.\n\nInstallation\n============\n\nThis module requires the *connector* module, hosted on\n`OCA/connector `_\n\nConfiguration\n=============\n\nThis will only work for payment modes that have a transfer account set.\n\nUsage\n=====\n\nWhen exporting the payment order, click on *Validate* to generate the transfer\nmove. One connector job will be created for each payment line for a deferred\nconciliation of this line.\n\n.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas\n :alt: Try me on Runbot\n :target: https://runbot.odoo-community.org/runbot/173/9.0\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues\n`_. In case of trouble, please\ncheck there if your issue has already been reported. If you spotted it first,\nhelp us smashing it by providing a detailed and welcomed feedback.\n\nCredits\n=======\n\nContributors\n------------\n\n* Pedro M. Baeza \n* Sergio Teruel \n\nMaintainer\n----------\n\n.. image:: https://odoo-community.org/logo.png\n :alt: Odoo Community Association\n :target: http://odoo-community.org\n\nThis module is maintained by the OCA.\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\nTo contribute to this module, please visit https://odoo-community.org.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.tecnativa.com", "keywords": "", "license": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo9-addon-account-payment-transfer-reconcile-batch", "package_url": "https://pypi.org/project/odoo9-addon-account-payment-transfer-reconcile-batch/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/odoo9-addon-account-payment-transfer-reconcile-batch/", "project_urls": { "Homepage": "https://www.tecnativa.com" }, "release_url": "https://pypi.org/project/odoo9-addon-account-payment-transfer-reconcile-batch/9.0.1.0.0/", "requires_dist": [ "odoo (<9.1a,>=9.0a)", "odoo9-addon-account-payment-order", "odoo9-addon-connector" ], "requires_python": "", "summary": "Batch Reconciliation for transfer moves", "version": "9.0.1.0.0" }, "last_serial": 5083584, "releases": { "9.0.1.0.0": [ { "comment_text": "", "digests": { "md5": "25e429148f87375e6cb0696877f157ae", "sha256": "872813c3bc78bcced9ee2403cb9dcb014831c188f31664aed42c57d3ed876def" }, "downloads": -1, "filename": "odoo9_addon_account_payment_transfer_reconcile_batch-9.0.1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "25e429148f87375e6cb0696877f157ae", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 18634, "upload_time": "2017-04-11T17:55:45", "url": "https://files.pythonhosted.org/packages/26/d9/607d66a2b800cfaf3dfe70fce4afa769a2d41725a32ab9d824d0532999f1/odoo9_addon_account_payment_transfer_reconcile_batch-9.0.1.0.0-py2-none-any.whl" } ], "9.0.1.0.0.99.dev1": [ { "comment_text": "", "digests": { "md5": "6a929729fa3b273ef0f291f87959065b", "sha256": "4a105bda231edc2dfb71c503e9a727b424f4217c74c286ba6122fbac72c0a3cf" }, "downloads": -1, "filename": "odoo9_addon_account_payment_transfer_reconcile_batch-9.0.1.0.0.99.dev1-py2-none-any.whl", "has_sig": false, "md5_digest": "6a929729fa3b273ef0f291f87959065b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 20126, "upload_time": "2017-04-11T17:55:49", "url": "https://files.pythonhosted.org/packages/67/25/586d81d71308b27050139c40ab95ad44c6796cfcef0bb812ac3c1b0c7f84/odoo9_addon_account_payment_transfer_reconcile_batch-9.0.1.0.0.99.dev1-py2-none-any.whl" } ], "9.0.1.0.0.99.dev2": [ { "comment_text": "", "digests": { "md5": "73e7e18437594941ec27e9be47cf0c70", "sha256": "e7842f6da22df1c1ae7c164b03b367e40683278b51d83f56f7dac54fc53490a3" }, "downloads": -1, "filename": "odoo9_addon_account_payment_transfer_reconcile_batch-9.0.1.0.0.99.dev2-py2-none-any.whl", "has_sig": false, "md5_digest": "73e7e18437594941ec27e9be47cf0c70", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 20984, "upload_time": "2017-05-02T05:14:38", "url": "https://files.pythonhosted.org/packages/56/80/e34369e685525a6a468bd4fff7fe92d5992cc5a41be7447dcfb66ed2a3fa/odoo9_addon_account_payment_transfer_reconcile_batch-9.0.1.0.0.99.dev2-py2-none-any.whl" } ], "9.0.1.0.0.99.dev3": [ { "comment_text": "", "digests": { "md5": "8fdbd07e75b95e164f6158970a3aec5a", "sha256": "dcde6cc743ec3359372b14e228843bf3b092b3c3766a80865336b833da1789c0" }, "downloads": -1, "filename": "odoo9_addon_account_payment_transfer_reconcile_batch-9.0.1.0.0.99.dev3-py2-none-any.whl", "has_sig": false, "md5_digest": "8fdbd07e75b95e164f6158970a3aec5a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 21029, "upload_time": "2018-05-27T04:39:02", "url": "https://files.pythonhosted.org/packages/ae/fa/2efe157f388dac4a6ede50d7d60acfe3ffb248b8fff8635a49c3986df3d3/odoo9_addon_account_payment_transfer_reconcile_batch-9.0.1.0.0.99.dev3-py2-none-any.whl" } ], "9.0.1.0.0.99.dev4": [ { "comment_text": "", "digests": { "md5": "eb4589ec0eb73b8ba00eb926c50d14ec", "sha256": "e5581f1eba80cd890852602e6303c215d9b044ee6839495b1339e4934e9dc730" }, "downloads": -1, "filename": "odoo9_addon_account_payment_transfer_reconcile_batch-9.0.1.0.0.99.dev4-py2-none-any.whl", "has_sig": false, "md5_digest": "eb4589ec0eb73b8ba00eb926c50d14ec", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 21748, "upload_time": "2018-06-21T04:42:05", "url": "https://files.pythonhosted.org/packages/56/bb/df362b7e14a2c5071662c722207151b5bc7cd02d57f542eb3f45c9e698df/odoo9_addon_account_payment_transfer_reconcile_batch-9.0.1.0.0.99.dev4-py2-none-any.whl" } ], "9.0.1.0.0.99.dev5": [ { "comment_text": "", "digests": { "md5": "d5b5adfa84430c9ea6033ff3e087b7f1", "sha256": "ca98ad4357505bea7452661504012bcfe064bfce65224227c00a76eb0f8f139f" }, "downloads": -1, "filename": "odoo9_addon_account_payment_transfer_reconcile_batch-9.0.1.0.0.99.dev5-py2-none-any.whl", "has_sig": false, "md5_digest": "d5b5adfa84430c9ea6033ff3e087b7f1", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 19348, "upload_time": "2019-02-17T05:44:50", "url": "https://files.pythonhosted.org/packages/6c/db/999d6ccf2ef3eb176e1c329010b949a9f19dd09df11eabb28677fd3daf9d/odoo9_addon_account_payment_transfer_reconcile_batch-9.0.1.0.0.99.dev5-py2-none-any.whl" } ], "9.0.1.0.0.99.dev6": [ { "comment_text": "", "digests": { "md5": "bcd0cf9d9e12e5811f0b194fb7885999", "sha256": "ccf28207b55dc2b4d5eeef22e1168b7c773d96a4269987ef5daeb6873cc51f0c" }, "downloads": -1, "filename": "odoo9_addon_account_payment_transfer_reconcile_batch-9.0.1.0.0.99.dev6-py2-none-any.whl", "has_sig": false, "md5_digest": "bcd0cf9d9e12e5811f0b194fb7885999", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 28984, "upload_time": "2019-04-03T05:10:01", "url": "https://files.pythonhosted.org/packages/28/ad/3d8dfe6951a03316d31fbf227a3d9e7524c462e86c31171c001857c89833/odoo9_addon_account_payment_transfer_reconcile_batch-9.0.1.0.0.99.dev6-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "25e429148f87375e6cb0696877f157ae", "sha256": "872813c3bc78bcced9ee2403cb9dcb014831c188f31664aed42c57d3ed876def" }, "downloads": -1, "filename": "odoo9_addon_account_payment_transfer_reconcile_batch-9.0.1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "25e429148f87375e6cb0696877f157ae", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 18634, "upload_time": "2017-04-11T17:55:45", "url": "https://files.pythonhosted.org/packages/26/d9/607d66a2b800cfaf3dfe70fce4afa769a2d41725a32ab9d824d0532999f1/odoo9_addon_account_payment_transfer_reconcile_batch-9.0.1.0.0-py2-none-any.whl" } ] }