https://github.com/fraineralex/notify_expired_quotations
🔔 Odoo module to notify and auto-cancel expired quotations.
https://github.com/fraineralex/notify_expired_quotations
mailing odoo odoo-addons sales
Last synced: 7 months ago
JSON representation
🔔 Odoo module to notify and auto-cancel expired quotations.
- Host: GitHub
- URL: https://github.com/fraineralex/notify_expired_quotations
- Owner: fraineralex
- Created: 2023-12-21T17:24:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T19:33:37.000Z (over 1 year ago)
- Last Synced: 2025-03-19T23:46:11.537Z (7 months ago)
- Topics: mailing, odoo, odoo-addons, sales
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notify Expired Quotations
Odoo based module to notify the clients their expired quotations and cancel them automatically.
## :rocket: Main Technologies ##
###
See more
###
* Python
- odoo
- xml
- bootstrap## :white_check_mark: Requirements ##
Before starting :checkered_flag:, you need to have [Git](https://git-scm.com), [Python](https://python.org) and ([Odoo](https://odoo.com)) v14 or higher installed.
## :checkered_flag: Starting ##
```bash
# Clone this project
$ git clone https://github.com/fraineralex/notify_expired_quotations
# Access
$ cd notify_expired_quotations
# Run the server
# Update your odoo list of apps and install the module called: 'Notify Expired Quotations'.
# Then you will see a schequeduled action set to excute every day to chek out the expired quotations.
```## 👨🏻🚀 Developer
- Frainer Encarnación --> [Github](https://github.com/fraineralex)