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 Dec 11, 2024
1 parent d5e3363 commit 6abac4f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +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_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.0.0 | [![Yajo](https://github.com/Yajo.png?size=30px)](https://github.com/Yajo) | Add a customizable top area to filter events with city
[website_event_membership_restriction](website_event_membership_restriction/) | 17.0.1.0.0 | | Restrict event registration to members only
Expand Down
26 changes: 13 additions & 13 deletions event_stage_cancelled/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Event cancellation workflows
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:2c6facd843a69eb5970fe525b81d5e5364d69baa69bdb84e31580e41f5312782
!! source digest: sha256:215ccf9ff3805b28dd2784676cd51483becf64b645161e4d37fbcd93f2cfbccf
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down Expand Up @@ -50,15 +50,15 @@ Configuration

To set a stage as cancelled:

- Go to *Events > Configuration > Event Stages* and choose the one you
want to be the cancelled one.
- Go to *Events > Configuration > Event Stages* and choose the one you
want to be the cancelled one.

To schedule a mail that triggers when the event is cancelled:

- Go to *Events* and select an event.
- Go to the *Communication* tab and add a new scheduler.
- Choose to trigger it *After the event cancellation*.
- Choose the other parameters like template or the interval.
- Go to *Events* and select an event.
- Go to the *Communication* tab and add a new scheduler.
- Choose to trigger it *After the event cancellation*.
- Choose the other parameters like template or the interval.

When the event is cancelled, the corresponding mail will be sent to the
attendants who where confirmed at the moment of the cancellation.
Expand All @@ -75,10 +75,10 @@ registrations will be cancelled as well.
Known issues / Roadmap
======================

- If you just change the stage to the cancelled one, the registrations
won't be cancelled. This is avoided for the moment on purpose as a
confirmation dialog would require an special ``ir.actions.client``
implementation.
- If you just change the stage to the cancelled one, the registrations
won't be cancelled. This is avoided for the moment on purpose as a
confirmation dialog would require an special ``ir.actions.client``
implementation.

Bug Tracker
===========
Expand All @@ -101,9 +101,9 @@ Authors
Contributors
------------

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

- David Vidal
- David Vidal

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion event_stage_cancelled/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Event cancellation workflows</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:2c6facd843a69eb5970fe525b81d5e5364d69baa69bdb84e31580e41f5312782
!! source digest: sha256:215ccf9ff3805b28dd2784676cd51483becf64b645161e4d37fbcd93f2cfbccf
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/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_stage_cancelled"><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_stage_cancelled"><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 adds the posibility of flagging an event stage as cancelled
Expand Down
3 changes: 2 additions & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[project]
name = "odoo-addons-oca-event"
version = "17.0.20241211.2"
version = "17.0.20241211.3"
dependencies = [
"odoo-addon-crm_event>=17.0dev,<17.1dev",
"odoo-addon-event_mail>=17.0dev,<17.1dev",
"odoo-addon-event_min_seat>=17.0dev,<17.1dev",
"odoo-addon-event_registration_cancel_reason>=17.0dev,<17.1dev",
"odoo-addon-event_registration_partner_unique>=17.0dev,<17.1dev",
"odoo-addon-event_stage_cancelled>=17.0dev,<17.1dev",
"odoo-addon-partner_event>=17.0dev,<17.1dev",
"odoo-addon-website_event_filter_city>=17.0dev,<17.1dev",
"odoo-addon-website_event_membership_restriction>=17.0dev,<17.1dev",
Expand Down

0 comments on commit 6abac4f

Please sign in to comment.