TIP: You can type at any time to perform a new search.
Sale Partner Delivery Window
sale_partner_delivery_window · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.3.0
- Category
- Warehouse Management
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/sale-workflow
- Last tracking update
- 2026-08-07 07:38:21
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Simone Orsi, Sébastien Alix, OCA-git-bot, oca-travis, Matthieu Méquignon
Code Analysis ⓘ
Views touched (0)
No views found for this module.
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (0)
No new fields.
Public methods (2)-
get_next_windows_start_datetime(self, from_datetime, to_datetime)Get all delivery windows start time. Range from from_datetime weekday to to_datetime weekday. Note result can include a start datetime that is before from_datetime on the from_datetime weekday :param from_datetime: Datetime object :param to_datetime: Datetime object :return: List of Datetime objects -
next_delivery_window_start_datetime(self, from_date=None, timedelta_days=None)Get next starting datetime in a preferred delivery window. If from_date is already in a delivery window, from_date is "the next" :param from_date: Datetime object (Leave empty to use now()) :param timedelta_days: Number of days to use in the computation (Leave empty to use 7 days or 1 week) :return: Datetime object
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.