odoo12-addon-website-sale-checkout-country-vat


Nameodoo12-addon-website-sale-checkout-country-vat JSON
Version 12.0.1.2.0 PyPI version JSON
download
home_pagehttps://www.tecnativa.com
SummaryAutocomplete VAT in checkout process
upload_time2020-05-14 05:34:56
maintainer
docs_urlNone
authorTecnativa, Odoo Community Association (OCA)
requires_python>=3.5
licenseLGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =================================
Website Sale Checkout Country VAT
=================================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
    :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
    :alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fe--commerce-lightgray.png?logo=github
    :target: https://github.com/OCA/e-commerce/tree/12.0/website_sale_checkout_country_vat
    :alt: OCA/e-commerce
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/e-commerce-12-0/e-commerce-12-0-website_sale_checkout_country_vat
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
    :target: https://runbot.odoo-community.org/runbot/113/12.0
    :alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5| 

This module extends the functionality of website_sale module to autocomplete
VAT country code in checkout process.

**Table of contents**

.. contents::
   :local:

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

The default country that will appear is the one of the current user, or the one
of the Public User assigned to the website, or the one of the company that owns
the website. Change it in the corresponding place to get a sane default.

If you want to have a sane default also in the country address, check the
`website_sale_default_country
<https://github.com/OCA/e-commerce/tree/10.0/website_sale_default_country>`_
module.

Usage
=====

When a customer makes a purchase and do the checkout process, the VAT country
code can be selected separated from the code itself. This is useful in 2 ways:

- User is implicitly forced to input (select) a country with its code.
- Error in the VAT now only can be raised by an incorrect vat, not the absence
  of the country code, which usually confuses users.

If you change the country for the address and the VAT is empty, the VAT country
changes automatically too.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/e-commerce/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/e-commerce/issues/new?body=module:%20website_sale_checkout_country_vat%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Tecnativa

Contributors
~~~~~~~~~~~~

* Sergio Teruel <sergio.teruel@tecnativa.com>
* Carlos Dauden <carlos.dauden@tecnativa.com>
* Pedro M. Baeza <pedro.baeza@tecnativa.com>
* Jairo Llopis <jairo.llopis@tecnativa.com>
* Alexandre Díaz <alexandre.diaz@tecnativa.com>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/e-commerce <https://github.com/OCA/e-commerce/tree/12.0/website_sale_checkout_country_vat>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.tecnativa.com",
    "name": "odoo12-addon-website-sale-checkout-country-vat",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "Tecnativa, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": "",
    "platform": "",
    "description": "=================================\nWebsite Sale Checkout Country VAT\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-LGPL--3-blue.png\n    :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html\n    :alt: License: LGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fe--commerce-lightgray.png?logo=github\n    :target: https://github.com/OCA/e-commerce/tree/12.0/website_sale_checkout_country_vat\n    :alt: OCA/e-commerce\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/e-commerce-12-0/e-commerce-12-0-website_sale_checkout_country_vat\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/113/12.0\n    :alt: Try me on Runbot\n\n|badge1| |badge2| |badge3| |badge4| |badge5| \n\nThis module extends the functionality of website_sale module to autocomplete\nVAT country code in checkout process.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nConfiguration\n=============\n\nThe default country that will appear is the one of the current user, or the one\nof the Public User assigned to the website, or the one of the company that owns\nthe website. Change it in the corresponding place to get a sane default.\n\nIf you want to have a sane default also in the country address, check the\n`website_sale_default_country\n<https://github.com/OCA/e-commerce/tree/10.0/website_sale_default_country>`_\nmodule.\n\nUsage\n=====\n\nWhen a customer makes a purchase and do the checkout process, the VAT country\ncode can be selected separated from the code itself. This is useful in 2 ways:\n\n- User is implicitly forced to input (select) a country with its code.\n- Error in the VAT now only can be raised by an incorrect vat, not the absence\n  of the country code, which usually confuses users.\n\nIf you change the country for the address and the VAT is empty, the VAT country\nchanges automatically too.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/e-commerce/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 <https://github.com/OCA/e-commerce/issues/new?body=module:%20website_sale_checkout_country_vat%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.\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* Sergio Teruel <sergio.teruel@tecnativa.com>\n* Carlos Dauden <carlos.dauden@tecnativa.com>\n* Pedro M. Baeza <pedro.baeza@tecnativa.com>\n* Jairo Llopis <jairo.llopis@tecnativa.com>\n* Alexandre D\u00edaz <alexandre.diaz@tecnativa.com>\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/e-commerce <https://github.com/OCA/e-commerce/tree/12.0/website_sale_checkout_country_vat>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n\n\n",
    "bugtrack_url": null,
    "license": "LGPL-3",
    "summary": "Autocomplete VAT in checkout process",
    "version": "12.0.1.2.0",
    "project_urls": {
        "Homepage": "https://www.tecnativa.com"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a68b8ac33c988c55af4bd5266903077bc7cd4b726ac26692b4e822de92a62d8",
                "md5": "832c682d14801476d524c1e2083a4164",
                "sha256": "49239d2255028ba0945e1fde2afbd5f7f102d655a299511e46df57e7539cce4c"
            },
            "downloads": -1,
            "filename": "odoo12_addon_website_sale_checkout_country_vat-12.0.1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "832c682d14801476d524c1e2083a4164",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 25305,
            "upload_time": "2020-05-14T05:34:56",
            "upload_time_iso_8601": "2020-05-14T05:34:56.976642Z",
            "url": "https://files.pythonhosted.org/packages/8a/68/b8ac33c988c55af4bd5266903077bc7cd4b726ac26692b4e822de92a62d8/odoo12_addon_website_sale_checkout_country_vat-12.0.1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-05-14 05:34:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "odoo12-addon-website-sale-checkout-country-vat"
}
        
Elapsed time: 0.25340s