v 13.0 Third Party 975
Download for v 13.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Website (website)
Discuss (mail)
Lines of code 306
Technical Name website_snippet_country_dropdown
LicenseLGPL-3
Websitehttps://github.com/OCA/website
Versions 13.0 9.0 10.0 15.0 14.0 8.0
You bought this module and need support? Click here!

Website Snippet Country Code Dropdown

Beta License: LGPL-3 OCA/website Translate me on Weblate Try me on Runboat

This module adds a snippet with a dropdown and an input text field, is a base for be inherited by others modules into an HTML form.

This can be inserted into form elements.

Table of contents

Usage

To extend this template you need to inherit country_dropdown template and add your personal code.

The template have three input text:

  1. no_country_field: Field without code country.
  2. country_code_field: Field with only country code (read only)
  3. complete_field: Field with the previous two joined (hidden)

The name of the complete field is customizable when user insert the snippet into a form element with the website editor.

Development

You can call the reusable Qweb template called website_snippet_country_dropdown.country_dropdown in your views to add a sensible country-combined field, ideal for VATs.

The default country will be the first match among:

  1. Extract it from the default_country variable.
  2. Extract it from the first 2 letters of the default_value variable.
  3. The current user’s country.
  4. The current website’s company’s country.
  5. The first country in the list.

All variables you can use to modify its behavior:

  • complete_field to give it a name. Usually it will match the field name.
  • default_value for the complete_field.
  • countries as a res.country ORM recordset.
  • default_country as a res.country record.
  • no_country_placeholder.

You can view an example in website_sale_checkout_country_vat in OCA/e-commerce.

Known issues / Roadmap

  • Add tests.
  • Snippet drag and drop seems to be blocked by Odoo for some unknown reason.. Given the main purpose of this module is to provide a reusable template for other modules to use, did not take the time to fix that use case.

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

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

Credits

Authors

  • Tecnativa

Contributors

  • Tecnativa:
    • Sergio Teruel
    • Jairo Llopis
    • Alexandre Díaz
    • Carlos Roca

Maintainers

This module is maintained by the OCA.

Odoo Community Association

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/website project on GitHub.

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

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.