Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD] client_notification: Add the new client_notification module T#84,875 #27

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Conversation

IrvingReyes
Copy link
Contributor

- 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.

@IrvingReyes IrvingReyes force-pushed the 16.0-endpoint-para-envio-de-datos-t84875-irvingreyes branch 3 times, most recently from 024f524 to 3464c77 Compare November 29, 2024 23:39
@zulyvauxoo
Copy link

@hugho-ad functional OK, please merge

@IrvingReyes IrvingReyes force-pushed the 16.0-endpoint-para-envio-de-datos-t84875-irvingreyes branch 2 times, most recently from e390d30 to 817a738 Compare December 20, 2024 01:51
    - 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
@IrvingReyes IrvingReyes force-pushed the 16.0-endpoint-para-envio-de-datos-t84875-irvingreyes branch from 817a738 to a09a2be Compare December 20, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants