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 14, 2025
1 parent 2cfde05 commit 45b7066
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ addon | version | maintainers | summary
[event_min_seat](event_min_seat/) | 17.0.1.0.0 | | Minimum seats in events
[event_registration_cancel_reason](event_registration_cancel_reason/) | 17.0.1.0.0 | | Reasons for event registrations cancellations
[event_registration_partner_unique](event_registration_partner_unique/) | 17.0.1.0.0 | | Enforces 1 registration per partner and event
[event_sale_reservation](event_sale_reservation/) | 17.0.1.0.0 | [![pilarvargas-tecnativa](https://github.com/pilarvargas-tecnativa.png?size=30px)](https://github.com/pilarvargas-tecnativa) | Allow selling event registrations before the event exists
[event_sale_reservation](event_sale_reservation/) | 17.0.1.0.1 | [![pilarvargas-tecnativa](https://github.com/pilarvargas-tecnativa.png?size=30px)](https://github.com/pilarvargas-tecnativa) | Allow selling event registrations before the event exists
[event_stage_cancelled](event_stage_cancelled/) | 17.0.1.0.0 | | Event cancellation workflows
[partner_event](partner_event/) | 17.0.1.0.0 | | Link partner to events
[website_event_filter_city](website_event_filter_city/) | 17.0.1.1.0 | [![pilarvargas-tecnativa](https://github.com/pilarvargas-tecnativa.png?size=30px)](https://github.com/pilarvargas-tecnativa) | Add a customizable top area to filter events with city
Expand Down
12 changes: 6 additions & 6 deletions event_sale_reservation/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Sell event reservations
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:e09ef14859929c509daf4f501449991d8a9bab262219d4237ca5e5da72b66b02
!! source digest: sha256:e23d10fe39515a6cb80887303de1d063a1499d06b4b00f70cd139646101d3a9c
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
Expand Down Expand Up @@ -43,8 +43,8 @@ Configuration

To make use of this module, a user needs these minimal permissions:

- Sales / User: Own Documents Only
- Events / User
- Sales / User: Own Documents Only
- Events / User

Usage
=====
Expand Down Expand Up @@ -140,10 +140,10 @@ Authors
Contributors
------------

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

- Jairo Llopis
- Pilar Vargas
- Jairo Llopis
- Pilar Vargas

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion event_sale_reservation/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Sell event reservations",
"summary": "Allow selling event registrations before the event exists",
"version": "17.0.1.0.0",
"version": "17.0.1.0.1",
"development_status": "Mature",
"category": "Marketing",
"website": "https://github.com/OCA/event",
Expand Down
2 changes: 1 addition & 1 deletion event_sale_reservation/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Sell event reservations</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:e09ef14859929c509daf4f501449991d8a9bab262219d4237ca5e5da72b66b02
!! source digest: sha256:e23d10fe39515a6cb80887303de1d063a1499d06b4b00f70cd139646101d3a9c
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/event/tree/17.0/event_sale_reservation"><img alt="OCA/event" src="https://img.shields.io/badge/github-OCA%2Fevent-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/event-17-0/event-17-0-event_sale_reservation"><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/event&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 event_sale to support selling
Expand Down

0 comments on commit 45b7066

Please sign in to comment.