Skip to content

Commit

Permalink
[ADD] client_notification: Add the new client_notification module
Browse files Browse the repository at this point in the history
    - The 'client_notification' module was added.
    - A new client_notification model was introduced, including fields and methods to manage notifications in a generic and modular way.
    - A Scheduled Action (ir.cron) was added to call the _send_notifications method for each client_notification record. Depending on the implementation, this could either send a generic request or invoke a specific method.
    - List, kanban, and form views to manage client_notifications were added.
    - The 'confisa_notification' module was added. This module introduces a new client_notification record called "Confisa Client Notification".
    - This module also adds the necessary methods to interact with the Confisa API. It sends notifications when a Sale Order is canceled or when a task related to a Sale Order is completed.
    - Adding unittests
  • Loading branch information
IrvingReyes committed Dec 20, 2024
1 parent 011c4c1 commit 817a738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bantracking
Submodule bantracking updated from fc6bcd to 0096da

0 comments on commit 817a738

Please sign in to comment.