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 61b52d8 commit a394409
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[crm_event](crm_event/) | 17.0.1.0.0 | [![Yajo](https://github.com/Yajo.png?size=30px)](https://github.com/Yajo) | Link opportunities to event categories
[crm_event](crm_event/) | 17.0.1.0.1 | [![Yajo](https://github.com/Yajo.png?size=30px)](https://github.com/Yajo) | Link opportunities to event categories
[event_mail](event_mail/) | 17.0.1.0.0 | | Mail settings in events
[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
Expand Down
26 changes: 13 additions & 13 deletions crm_event/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CRM Event Category
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:09e42eee631be5c4d8f7545e08b6f1e980733f13acaad9d91cd4eb0fe261c764
!! source digest: sha256:93b077e5d137d680bedec8718a1d4832fa877eb80f935744b5e7d85e0cac8f3a
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
Expand Down Expand Up @@ -45,8 +45,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 All @@ -62,18 +62,18 @@ To know if there are events planned of a certain category:
1. Go to *Events > Configuration > Event Templates* and pick one.
2. Use the new *Events* smart button.

- It only counts those that are upcoming or running.
- The number between parenthesis is the available seats sum of all
those events.
- It only counts those that are upcoming or running.
- The number between parenthesis is the available seats sum of all
those events.

To know if there is people interested in a certain category of event:

1. Go to *Events > Configuration > Event Categories* and pick one.
2. Use the new *Opportunities* smart button.

- It only counts opportunities that aren't won or lost.
- The number between parenthesis is the wanted seats sum of all
those events.
- It only counts opportunities that aren't won or lost.
- The number between parenthesis is the wanted seats sum of all those
events.

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

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

- Jairo Llopis
- Stefan Ungureanu
- Pilar Vargas
- Jairo Llopis
- Stefan Ungureanu
- Pilar Vargas

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion crm_event/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "CRM Event Category",
"summary": "Link opportunities to event categories",
"version": "17.0.1.0.0",
"version": "17.0.1.0.1",
"development_status": "Mature",
"category": "Event Management",
"website": "https://github.com/OCA/event",
Expand Down
6 changes: 3 additions & 3 deletions crm_event/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">CRM Event Category</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:09e42eee631be5c4d8f7545e08b6f1e980733f13acaad9d91cd4eb0fe261c764
!! source digest: sha256:93b077e5d137d680bedec8718a1d4832fa877eb80f935744b5e7d85e0cac8f3a
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/crm_event"><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-crm_event"><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 CRM opportunities (and leads,
Expand Down Expand Up @@ -420,8 +420,8 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
<li>Go to <em>Events &gt; Configuration &gt; Event Categories</em> and pick one.</li>
<li>Use the new <em>Opportunities</em> smart button.<ul>
<li>It only counts opportunities that aren’t won or lost.</li>
<li>The number between parenthesis is the wanted seats sum of all
those events.</li>
<li>The number between parenthesis is the wanted seats sum of all those
events.</li>
</ul>
</li>
</ol>
Expand Down

0 comments on commit a394409

Please sign in to comment.