You are on page 1of 1

You have been tasked with creating a module called "Scheduled Reminders" in Odoo.

The goal of this module is to allow users to create notes with various details such
as title, description, recipient(s), due date, and a list of scheduled reminders.

The module should provide the following functionalities:

1. Note Creation: Users should be able to create a new note by providing the
following information:

--Title: The title of the note, which briefly describes its purpose.
--Description: A detailed description or content of the note.
--Recipient(s): The individual(s) or group(s) who will receive the reminder.
--Due Date: The date by which the note should be completed or addressed.
--List of Scheduled Reminders: Users should be able to add multiple reminders with
specific dates and times to be notified about the note.
2.Note Management: Users should be able to view, edit, and delete notes.

--View: Users should be able to see a list of all created notes with their details.
--Edit: Users should have the ability to modify the details of a note, including
the title, description, recipients, due date, and scheduled reminders.
--Delete: Users should be able to remove a note from the system.

You might also like