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 Jan 10, 2025
1 parent f28a765 commit f797820
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ addon | version | maintainers | summary
[website_odoo_debranding](website_odoo_debranding/) | 17.0.1.0.0 | | Remove Odoo Branding from Website
[website_require_login](website_require_login/) | 17.0.1.0.0 | | Website Login Required
[website_snippet_big_button](website_snippet_big_button/) | 17.0.1.0.0 | | A snippet that adds two big buttons
[website_snippet_marginless_gallery](website_snippet_marginless_gallery/) | 17.0.1.0.0 | | Add a snippet to have a marginless image gallery

[//]: # (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,6 +1,6 @@
[project]
name = "odoo-addons-oca-website"
version = "17.0.20241128.0"
version = "17.0.20250110.0"
dependencies = [
"odoo-addon-website_cookiebot>=17.0dev,<17.1dev",
"odoo-addon-website_cookiefirst>=17.0dev,<17.1dev",
Expand All @@ -10,6 +10,7 @@ dependencies = [
"odoo-addon-website_odoo_debranding>=17.0dev,<17.1dev",
"odoo-addon-website_require_login>=17.0dev,<17.1dev",
"odoo-addon-website_snippet_big_button>=17.0dev,<17.1dev",
"odoo-addon-website_snippet_marginless_gallery>=17.0dev,<17.1dev",
]
classifiers=[
"Programming Language :: Python",
Expand Down
24 changes: 12 additions & 12 deletions website_snippet_marginless_gallery/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Marginless Gallery Snippet
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:a19a901da5b457ee0a13bc349daf8c34cb65fb39514352952a46326be9e22cfe
!! source digest: sha256:31cbe53715d63d5f7e3b1d6d6678c5c24260cb6354c20b8bae1bef5b7203d08e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down Expand Up @@ -42,16 +42,16 @@ Usage

To use this module, you need to:

- Edit any page in your website.
- Go to **Blocks > Structure**.
- Drag the **Marginless Gallery** snippet anywhere in your page.
- Edit any page in your website.
- Go to **Blocks > Structure**.
- Drag the **Marginless Gallery** snippet anywhere in your page.

To change images, you need to:

- Select any image block in the snippet you just created.
- Go to **Customize > Background** and choose any background you want.
- Backgrounds will be centered and cover the whole element in any
layout.
- Select any image block in the snippet you just created.
- Go to **Customize > Background** and choose any background you want.
- Backgrounds will be centered and cover the whole element in any
layout.

Bug Tracker
===========
Expand All @@ -75,11 +75,11 @@ Authors
Contributors
------------

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

- Jairo Llopis
- Cristina Martin R.
- Pilar Vargas
- Jairo Llopis
- Cristina Martin R.
- Pilar Vargas

Maintainers
-----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Marginless Gallery Snippet</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:a19a901da5b457ee0a13bc349daf8c34cb65fb39514352952a46326be9e22cfe
!! source digest: sha256:31cbe53715d63d5f7e3b1d6d6678c5c24260cb6354c20b8bae1bef5b7203d08e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/17.0/website_snippet_marginless_gallery"><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-17-0/website-17-0-website_snippet_marginless_gallery"><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=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module extends the functionality of the website module to add a new
Expand Down

0 comments on commit f797820

Please sign in to comment.