[IMP] Appointments: resource capacity note

closes odoo/documentation#15653

X-original-commit: 7a222894b8
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
This commit is contained in:
jero-odoo
2025-12-08 18:28:45 +00:00
parent 3c47183774
commit a82a1a58c5
2 changed files with 19 additions and 4 deletions

View File

@@ -37,11 +37,26 @@ designates one or more resources that can be used in combination to handled a bi
*Linked resources* are only used when using the :ref:`auto-assign <appointments/configure>`
:guilabel:`Assignment Method`.
Lastly, add a :guilabel:`Description` for this resource.
Lastly, add a :guilabel:`Description` for this resource. The contents of the :guilabel:`Description`
tab are visible to customers when booking an appointment online.
.. note::
The contents of the :guilabel:`Description` tab are visible to customers when booking an
appointment online.
Resource capacity
~~~~~~~~~~~~~~~~~
When booking an appointment based on resource availability, the website only displays capacity up to
`12`. This occurs even if the resource has a higher capacity. To avoid this, a new *System
Parameter* needs to be added to the database.
First, ensure that :ref:`developer mode <developer-mode>` is enabled. Then, navigate to the
:menuselection:`Settings app --> Technical --> Parameters --> System Parameters`. Click
:guilabel:`New` to add a new parameter.
In the :guilabel:`Key` field, enter `appointment.resource_max_capacity_allowed`. In the
:guilabel:`Value` field, enter the maximum capacity that should be allowed. Click
:icon:`fa-cloud-upload` :guilabel:`(Save manually)` when finished.
.. image:: appointments/system-parameter.png
:alt: The new system parameter for capacity limits.
.. _appointments/configure:

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB