Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Feb 25, 2025
1 parent 66cab77 commit cf39d0e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 22 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Available addons
addon | version | maintainers | summary
--- | --- | --- | ---
[website_odoo_debranding](website_odoo_debranding/) | 18.0.1.0.0 | | Remove Odoo Branding from Website
[website_snippet_country_dropdown](website_snippet_country_dropdown/) | 18.0.1.0.0 | | Allow to select country in a dropdown

[//]: # (end addons)

Expand Down
3 changes: 2 additions & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[project]
name = "odoo-addons-oca-website"
version = "18.0.20250131.0"
version = "18.0.20250225.0"
dependencies = [
"odoo-addon-website_odoo_debranding==18.0.*",
"odoo-addon-website_snippet_country_dropdown==18.0.*",
]
classifiers=[
"Programming Language :: Python",
Expand Down
40 changes: 20 additions & 20 deletions website_snippet_country_dropdown/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Website Snippet Country Code Dropdown
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:b399fa24604cc6a35b43ac04315fd792ae401e6bc0ecf437e6cdb32e01e7fb51
!! source digest: sha256:70e9d9ee6eb5aa5f3fe4644fac0a98246371b534404f3b446f2ddac0861c8ec3
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down Expand Up @@ -71,25 +71,25 @@ The default country will be the first match among:

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``.
- ``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. <https://github.com/OCA/website/pull/230#issuecomment-236681777>`__.
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.
- Add tests.
- Snippet drag and drop `seems to be blocked by Odoo for some unknown
reason. <https://github.com/OCA/website/pull/230#issuecomment-236681777>`__.
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
===========
Expand All @@ -112,14 +112,14 @@ Authors
Contributors
------------

- `Tecnativa <https://www.tecnativa.com>`__:
- `Tecnativa <https://www.tecnativa.com>`__:

- Sergio Teruel
- Jairo Llopis
- Alexandre Díaz
- Carlos Roca
- Ernesto Tejeda
- Pilar Vargas
- Sergio Teruel
- Jairo Llopis
- Alexandre Díaz
- Carlos Roca
- Ernesto Tejeda
- Pilar Vargas

Maintainers
-----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Website Snippet Country Code Dropdown</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:b399fa24604cc6a35b43ac04315fd792ae401e6bc0ecf437e6cdb32e01e7fb51
!! source digest: sha256:70e9d9ee6eb5aa5f3fe4644fac0a98246371b534404f3b446f2ddac0861c8ec3
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/website/tree/18.0/website_snippet_country_dropdown"><img alt="OCA/website" src="https://img.shields.io/badge/github-OCA%2Fwebsite-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/website-18-0/website-18-0-website_snippet_country_dropdown"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/website&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module adds a snippet with a dropdown and an input text field, is a
Expand Down

0 comments on commit cf39d0e

Please sign in to comment.