In-App Purchases
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Subscriptions (sale_subscription)
• Sales (sale_management) • Discuss (mail) • Invoicing (account) |
| Lines of code | 10 |
| Technical Name |
sale_subscription_auto_validate_disable |
| License | LGPL-3 |
| Website | https://github.com/avanzosc/sale-addons |
| Versions | 16.0 18.0 |
Sale Subscription Auto Validate Disable
Overview
The Sale Subscription Auto Validate Disable module is designed to disable the functionality for validating and sending invoices related to the Auto Validate system in the Sale Subscription module. This is useful when you need to prevent the automatic integration with the Auto Validate system for subscriptions.
Features
- Disable Auto Validate Integration:
- Disables the validate_and_send_invoice function in the Sale Order model, effectively preventing the automatic validation and sending of invoices tied to the Auto Validate system.
Usage
- Install the Module:
- Install the Sale Subscription Auto Validate Disable module from the Apps menu.
- Effect on Sales Orders:
- After installing this module, the validate_and_send_invoice method will be disabled for sales orders created under the Sale Subscription module. This prevents the automatic validation and sending of invoices related to Auto Validate.
Bug Tracker
If you encounter any issues, please report them on the GitHub repository at GitHub Issues.
Credits
Contributors
- Ana Juaristi <anajuaristi@avanzosc.es>
- Unai Beristain <unaiberistain@avanzosc.es>
For specific questions or support, please contact the contributors.
License
This project is licensed under the LGPL-3 License. For more details, refer to the LICENSE file or visit <https://opensource.org/licenses/LGPL-3.0>.
Please log in to comment on this module