v 14.0 Third Party 1160
Download for v 14.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Purchase (purchase)
Invoicing (account)
Discuss (mail)
Inventory (stock)
Lines of code 111
Technical Name purchase_delivery_split_date
LicenseAGPL-3
Websitehttps://github.com/OCA/purchase-workflow
Versions 9.0 8.0 16.0 10.0 11.0 14.0 13.0 12.0 15.0
You bought this module and need support? Click here!

Purchase Delivery Split Date

Beta License: AGPL-3 OCA/purchase-workflow Translate me on Weblate Try me on Runboat

When this module is installed, each Purchase Order you confirm will generate one Incoming Shipment for each schedule date indicated in the Purchase Order Lines.

Once the Purchase Order has been confirmed, subsequent changes made to the scheduled dates in the PO lines will produce a reorganization of the corresponding stock moves in the Incoming Shipments, creating/deleting new Incoming Shipments when needed, to ensure that each Incoming Shipment contains moves to be received in the same date.

This module is also designed for extensibility, so that you can define in other modules new criteria to split deliveries.

Table of contents

Usage

When a Purchase Order is confirmed, shipments will be grouped by same scheduled date.

Changelog

12.0.2.1.0 (2020-04-30)

  • [FIX] when adding a new line on a confirmed PO, split the delivery (this was done only if a date was changed on an existing line)
  • [IMP] when the quantity on a line is changed, the onchange would reset the planned date -> change this to prevent setting a date earlier than the one on the line, since if we are using this module the user probably has manually set the date first

12.0.2.0.0 (2020-04-10)

  • Improve the module: when changing the date on a purchase line, this will cause a split or a merge of the pickings, to keep 1 picking per date.

11.0.1.0.0 (2018-09-16)

  • Migration to 11.0. (#461)
  • When the scheduled date is changed in the PO after confirmation the pickings are reorganized so as to force that every picking will have only moves to be delivered on the same date.

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

  • Numerigraphe
  • ForgeFlow
  • Camptocamp

Contributors

Maintainers

This module is maintained by the OCA.

Odoo Community Association

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/purchase-workflow 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

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
v15
by
Wojciech Betyna
on 2/23/22, 3:31 AM

any plans for this app to be upgraded to v15?


v15 Upgrade
by
Wojciech Betyna
on 1/19/22, 4:43 AM

Hello, are you planning to upgrade this app to v15?


by
Arjan Rosman
on 1/18/22, 5:39 AM

Hi Guys,

Get thes error when trying to add a product to a PO:

Traceback (most recent call last):
  File "/home/odoo/src/odoo/odoo/http.py", line 640, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/home/odoo/src/odoo/odoo/http.py", line 316, in _handle_exception
    raise exception.with_traceback(None) from new_cause
TypeError: '<=' not supported between instances of 'datetime.datetime' and 'bool'

Workarround is to first add a delivery date and after this the product.

The delivery date also adds the time. Is there a way to avoid this and only set a date?

Regards

Henk