Delivery in locker - Base
by Terrabit https://www.terrabit.ro , Dorin Hongu https://www.terrabit.ro$ 115.61
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Purchase (purchase) • Invoicing (account) • Discuss (mail) • Contacts (contacts) |
| Community Apps Dependencies | Show |
| Lines of code | 2858 |
| Technical Name |
deltatech_delivery_locker |
| License | OPL-1 |
| Website | https://www.terrabit.ro |
| Versions | 16.0 17.0 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Purchase (purchase) • Invoicing (account) • Discuss (mail) • Contacts (contacts) |
| Community Apps Dependencies | Show |
| Lines of code | 2858 |
| Technical Name |
deltatech_delivery_locker |
| License | OPL-1 |
| Website | https://www.terrabit.ro |
| Versions | 16.0 17.0 18.0 19.0 |
Delivery in locker - Base

This module provides the base data structure and logic for delivery locker management in Odoo. It serves as a foundation for carrier-specific locker integrations (e.g., Sameday, DPD, Packeta) and website selection tools.
Features:
- Unified Locker Model: Introduction of the delivery.locker model to store all locker information in a structured and carrier-independent way.
- Backend Management: Dedicated views (tree, form, and search) in the Inventory menu to manage and visualize available lockers.
- Carrier Integration: Adds a “Use Locker” option to delivery carriers and provides a generic action_import_lockers hook for provider-specific imports.
- Automatic Configuration: Automatically synchronizes the “Use Locker” option with carrier-specific location fields (e.g., sd_use_locations for Sameday).
- Address Integration: Extends res.partner with a locker_id field to link customer delivery addresses directly to fixed pick-up points.
- Sales Order Support: Includes a locker field on the Sales Order to store the selected locker code and synchronizes it with Odoo’s standard pickup location data.
- Product Compatibility: Allows restricting delivery methods that use lockers if the order contains products not suitable for locker delivery (via the for_locker field on products).
- Upsert Logic: A robust upsert_from_data method for easy synchronization of locker data from external carrier APIs.
- Backwards Compatibility: Maintains links to the historical res.partner-based locker storage while providing a modern data layer.
Table of contents
Configuration
To enable locker support for a specific carrier:
- Go to Inventory > Configuration > Delivery > Shipping Methods.
- Select your desired carrier (e.g., Sameday, Fan Curier, Cargus, Packeta).
- Check the Use Locker option on the carrier’s form.
- Click the Get Lockers button to import the available lockers into Odoo.
Usage
Lockers are accessible through Inventory > Configuration > Delivery > Delivery Lockers. The view allows searching and filtering by provider, city, or specific carrier to help manage the data points. In addition, lockers can be linked to a customer’s delivery address via the Locker ID field in the partner’s form.
Bug Tracker
Bugs are tracked on Terrabit Issues. In case of trouble, please check there if your issue has already been reported.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- Terrabit
- Dorin Hongu
Maintainers
Current maintainer:

This module is part of the terrabit-ro/bitshop project on GitHub.
You are welcome to contribute.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module