{ "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" ], "description": "==================================\nEnqueue account invoice validation\n==================================\n\n.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n !! This file is generated by oca-gen-addon-readme !!\n !! changes will be overwritten. !!\n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n :target: https://odoo-community.org/page/development-status\n :alt: Beta\n.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n :alt: License: AGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github\n :target: https://github.com/OCA/account-invoicing/tree/11.0/account_invoice_validation_queued\n :alt: OCA/account-invoicing\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n :target: https://translation.odoo-community.org/projects/account-invoicing-11-0/account-invoicing-11-0-account_invoice_validation_queued\n :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n :target: https://runbot.odoo-community.org/runbot/95/11.0\n :alt: Try me on Runbot\n\n|badge1| |badge2| |badge3| |badge4| |badge5| \n\nThis module allows to enqueue in several jobs the account validation process\nto be executed in paralell on background, which is normally done serially and\non foreground.\n\nEach invoice creates a job for performing the validation, but you will only be\nable to enqueue invoices for the same date.\n\n**Table of contents**\n\n.. contents::\n :local:\n\nInstallation\n============\n\nThis module depends on *queue_job* module that is hosted on\nhttps://github.com/OCA/queue.\n\nConfiguration\n=============\n\n#. Jobs are enqueued in the channel ``root.account_invoice_validation_queued``,\n so you must adjust your\n `Odoo configuration `_\n according this.\n#. If you want to see queued jobs, you need \"Job Queue / Job Queue Manager\"\n permission in your user.\n#. Configure your invoice/refund sequences as \"Standard\" instead of \"No gap\",\n or you'll have concurrent updates problems.\n\nUsage\n=====\n\n#. Go to *Invoicing > Sales > Documents > Customer Invoices* or\n *Invoicing > Purchases > Documents > Vendor Bills*.\n#. Mark at least one check on the left part of one draft invoice line in the\n list view.\n#. Click on *Action > Confirm Draft Invoice*.\n#. On the dialog popup that appears, click on \"Enqueue Validation\".\n#. If any of the selected invoices are not in draft state, you will receive\n an error.\n#. If any of the invoices is already enqueued, there will be a message saying\n so and avoiding to perform the process.\n#. Once enqueued, and having the \"Job Queue Manager\" permission, you can go to\n the invoice, and see the tab \"Validation Jobs\". A list with all the jobs\n related to that invoice can be found there.\n\nKnown issues / Roadmap\n======================\n\n* Allow to enqueue for validating invoices of different date.\n* There's a chance that if you perform several enqueues of invoice validations\n from different dates, the order of the validated invoices, and thus, the\n number given for it, will result disordered.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues `_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us smashing it by providing a detailed and welcomed\n`feedback `_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n~~~~~~~\n\n* Tecnativa\n\nContributors\n~~~~~~~~~~~~\n\n* `Tecnativa `__:\n\n * Pedro M. Baeza\n\nMaintainers\n~~~~~~~~~~~\n\nThis module is maintained by the OCA.\n\n.. image:: https://odoo-community.org/logo.png\n :alt: Odoo Community Association\n :target: https://odoo-community.org\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\nThis module is part of the `OCA/account-invoicing `_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/OCA/account-invoicing", "keywords": "", "license": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo11-addon-account-invoice-validation-queued", "package_url": "https://pypi.org/project/odoo11-addon-account-invoice-validation-queued/", "platform": "", "project_url": "https://pypi.org/project/odoo11-addon-account-invoice-validation-queued/", "project_urls": { "Homepage": "https://github.com/OCA/account-invoicing" }, "release_url": "https://pypi.org/project/odoo11-addon-account-invoice-validation-queued/11.0.1.1.0/", "requires_dist": [ "odoo11-addon-queue-job", "odoo (<11.1dev,>=11.0a)" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "summary": "Enqueue account invoice validation", "version": "11.0.1.1.0" }, "last_serial": 5812706, "releases": { "11.0.1.0.0.99.dev3": [ { "comment_text": "", "digests": { "md5": "781838ef5bbaeb785892960de93c6540", "sha256": "83edfd82671d3abd34ece847c3b8a9f23fce82a7514ade5ea5909739241b838e" }, "downloads": -1, "filename": "odoo11_addon_account_invoice_validation_queued-11.0.1.0.0.99.dev3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "781838ef5bbaeb785892960de93c6540", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 32359, "upload_time": "2019-09-05T04:39:22", "url": "https://files.pythonhosted.org/packages/c2/de/84e2fbf150e58ee525844bba3d5bc086b734f7cc8ca655e15e2f3b1d1778/odoo11_addon_account_invoice_validation_queued-11.0.1.0.0.99.dev3-py2.py3-none-any.whl" } ], "11.0.1.1.0": [ { "comment_text": "", "digests": { "md5": "01799e752488273e854f0a06b0faeec5", "sha256": "50e8216b1ba08e0a98c19b493062f2afc275f95a3b88afe2d22526ece9501ab6" }, "downloads": -1, "filename": "odoo11_addon_account_invoice_validation_queued-11.0.1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "01799e752488273e854f0a06b0faeec5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 31670, "upload_time": "2019-09-11T04:38:46", "url": "https://files.pythonhosted.org/packages/c4/1a/b4315b1c08c67fadd6655221bc18ac233e03a2c733c568741a6580c18880/odoo11_addon_account_invoice_validation_queued-11.0.1.1.0-py2.py3-none-any.whl" } ], "11.0.1.1.0.99.dev3": [ { "comment_text": "", "digests": { "md5": "515e303ca1b26451ec29d58ac8712e8a", "sha256": "c78de6c4f0d07468f41077d49e07161c8187d4085c263b32c21db9d117f211ee" }, "downloads": -1, "filename": "odoo11_addon_account_invoice_validation_queued-11.0.1.1.0.99.dev3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "515e303ca1b26451ec29d58ac8712e8a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 31660, "upload_time": "2019-09-11T04:38:48", "url": "https://files.pythonhosted.org/packages/25/2b/490131b092f033e3d97c655c450aaa5c5a130db159569959277e52ebe2c2/odoo11_addon_account_invoice_validation_queued-11.0.1.1.0.99.dev3-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "01799e752488273e854f0a06b0faeec5", "sha256": "50e8216b1ba08e0a98c19b493062f2afc275f95a3b88afe2d22526ece9501ab6" }, "downloads": -1, "filename": "odoo11_addon_account_invoice_validation_queued-11.0.1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "01799e752488273e854f0a06b0faeec5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 31670, "upload_time": "2019-09-11T04:38:46", "url": "https://files.pythonhosted.org/packages/c4/1a/b4315b1c08c67fadd6655221bc18ac233e03a2c733c568741a6580c18880/odoo11_addon_account_invoice_validation_queued-11.0.1.1.0-py2.py3-none-any.whl" } ] }