Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yenthe666/calendar
Apps related to Odoo it's calendar features
https://github.com/yenthe666/calendar
odoo
Last synced: 2 months ago
JSON representation
Apps related to Odoo it's calendar features
- Host: GitHub
- URL: https://github.com/yenthe666/calendar
- Owner: Yenthe666
- Created: 2021-11-24T09:49:07.000Z (about 3 years ago)
- Default Branch: 14.0
- Last Pushed: 2022-02-14T07:15:25.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T13:56:08.581Z (9 months ago)
- Topics: odoo
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# calendar
Apps related to Odoo it's calendar/appointments features:
- [online_appointment_locations](#online_appointment_locations): allow setting an online URL per employee## online_appointment_locations
Adds support to set an online URL per employee. This way you can use URL's to meeting rooms from Hangouts, Zoom, Microsoft Meet etc.
This allows the "website_calendar" module to be a little more future-proof by allowing online (call) URL's:
![image](https://user-images.githubusercontent.com/6352350/143216117-35ad3897-a447-439e-a6ce-2ee0151c9297.png)When the employee has an "Online appointment URL" set we will insert this as the location into the e-mail sent to the customer.
If no URL is set on the employee we will fallback to the default "Location" set on the online appointment type.**Note:** this module depends on "website_calendar" which is an enterprise app. Make sure to also at least be on the commit https://github.com/odoo/enterprise/commit/fcb8139af0f032b56e79426744b554f4cc5766e1 in which we introduced a change to allow overriding this.