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

[MIG] stock_picking_import_serial_number: Migration to 14.0 #1063

Merged

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    19ff016 View commit details
    Browse the repository at this point in the history
  2. [ADD] stock_picking_import_serial_number: New module

    [UPD] Update stock_picking_import_serial_number.pot
    sergio-teruel authored and foodflo committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    d6873cb View commit details
    Browse the repository at this point in the history
  3. [FIX] stock_picking_import_serial_number: Proper test helper method

    You can't use a static assignation in kw args, and less the empty
    string, which is assigned as is on the char fields (and being different
    from NULL values).
    pedrobaeza authored and foodflo committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    4647350 View commit details
    Browse the repository at this point in the history
  4. [FIX] stock_picking_import_serial_number: Be more resilient in tests

    Don't pass `default_code` in vals if no reference is provided, for
    letting other modules to work properly in integration tests like
    `product_code_mandatory` + `product_sequence`.
    pedrobaeza authored and foodflo committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    9dafca6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55fd126 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Configuration menu
    Copy the full SHA
    0a0fc1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41649bc View commit details
    Browse the repository at this point in the history