Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0][ADD] delivery_purchase_label #863

Open
wants to merge 3 commits into
base: 14.0
Choose a base branch
from

Commits on Oct 31, 2024

  1. Add delivery_purchase_label

    Print delivery labels for dropshipping purchase order.
    Useful when then vendor that will process the order does not have the
    capabilities to print the transporter labels needed for the delivery.
    TDu committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5364791 View commit details
    Browse the repository at this point in the history
  2. [IMP] delivery_purchase_label: Add many2one field on delivery label t…

    …ransfer to purchase order
    mt-software-de authored and TDu committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0d8d690 View commit details
    Browse the repository at this point in the history
  3. [IMP] delivery_purchase_label: use savepoint

    Limit the generation of new transfer for delivery label by using a
    savepoint, if no there is no changes the transfer will not be kept
    TDu committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8ca839b View commit details
    Browse the repository at this point in the history