Delivery Date Exclude Service
by Camptocamp https://github.com/OCA/delivery-carrier , BCIM https://github.com/OCA/delivery-carrier , Odoo Community Association (OCA) https://github.com/OCA/delivery-carrier| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Invoicing (account) • Discuss (mail) |
| Lines of code | 44 |
| Technical Name |
delivery_date_exclude_service |
| License | AGPL-3 |
| Website | https://github.com/OCA/delivery-carrier |
Delivery Date Exclude Service

This module provides granular control over which service products impact the calculated expected delivery date on a Sales Order.
It works by directly filtering out the lead times from specific service lines before the final delivery date is determined.
- New Field: A boolean field named “Affect Delivery Date” is added to the product template (“Sales” tab, “Extra Info” section). It is visible only for products of type service.
- Exclusion: When a Sale Order line contains a Service Product
where the “Affect Delivery Date” flag is unchecked:
- The line’s lead time is ignored.
- This ensures the service product’s delay is completely excluded from the final order date calculation.
- Inclusion: All other products (Physical Goods, and Services with the flag checked) contribute their standard lead time to the final delivery date.
Table of contents
Configuration
To make use of this feature, you only need to configure products of type service that you want to impact the delivery date.
- Navigate to “Inventory > Products > Products”.
- Select the “Service” type product you wish to configure.
- Switch to the “Sales” tab.
- Check the “Affect Delivery Date” boolean field in the “Extra Info” section.
Note: By default all Service products are set to to NOT affect the Sales Order delivery date computation.
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- Camptocamp
- BCIM
Contributors
- Tomasz Walter <tomasz.walter@camptocamp.com>
- Simone Orsi <simone.orsi@camptocamp.com>
- Jacques-Etienne Baudoux (BCIM) <je@bcim.be>
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
This module is part of the OCA/delivery-carrier project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Please log in to comment on this module