Allow to select country in a dropdown
Project description
Website Snippet Country Code Dropdown
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.
Usage
To extend this template you need to inherit country_dropdown template and add your personal code.
The template have three input text:
no_country_field: Field without code country.
country_code_field: Field with only country code (read only)
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:
Extract it from the default_country variable.
Extract it from the first 2 letters of the default_value variable.
The current user’s country.
The current website’s company’s country.
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.
Flag images should be lazy-loaded to optimize loading.
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 smashing it by providing a detailed and welcomed feedback.
Credits
Images
Odoo Community Association: Icon.
Contributors
Sergio Teruel <sergio.teruel@tecnativa.com>
Jairo Llopis <jairo.llopis@tecnativa.com>
Maintainer
This module is maintained by the OCA.
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.
To contribute to this module, please visit https://odoo-community.org.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file odoo10_addon_website_snippet_country_dropdown-10.0.1.0.0.99.dev1-py2-none-any.whl
.
File metadata
- Download URL: odoo10_addon_website_snippet_country_dropdown-10.0.1.0.0.99.dev1-py2-none-any.whl
- Upload date:
- Size: 26.9 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb8467beac8986c75ba68305b81426afc651ebbff0ea4b99a0fadec8b86bcb9d |
|
MD5 | 2f81efbfed09328bc2d6b345bc746e80 |
|
BLAKE2b-256 | 44a0ab204eb3d154c9603855581cedb306a90cbc5d62e74190a11bc9365865c3 |