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

[17.0][MIG] stock_picking_product_barcode_report: Migration to 17.0 #655

Open
wants to merge 36 commits into
base: 17.0
Choose a base branch
from

Commits on Nov 12, 2024

  1. [ADD] stock_picking_product_barcode_report: New module that allows yo…

    …u to select how many labels to print
    CarlosRoca13 authored and kevinkhao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    64399f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    716ece7 View commit details
    Browse the repository at this point in the history
  3. [IMP] stock_picking_product_barcode_report: Add the possibility to de…

    …fine other report format
    CarlosRoca13 authored and kevinkhao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    18afe35 View commit details
    Browse the repository at this point in the history
  4. [IMP] stock_picking_product_barcode_report: Better inheritance of met…

    …hod to select move lines to print
    sergio-teruel authored and kevinkhao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    64bdd0b View commit details
    Browse the repository at this point in the history
  5. [FIX] stock_picking_product_barcode_report: import order

    When updating the addon after OCA#328, if the database had any transient record of the `stock.picking.print` model, the update failed with:
    
        psycopg2.errors.UndefinedColumn: column res_company.barcode_default_report does not exist
    
    To fix that problem, import wizard after models.
    
    @Tecnativa TT28969
    Jairo Llopis authored and kevinkhao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d839f47 View commit details
    Browse the repository at this point in the history
  6. [IMP] stock_picking_product_barcode_report: Allow to print quant pack…

    …age as barcode labels
    sergio-teruel authored and kevinkhao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    14c2d45 View commit details
    Browse the repository at this point in the history
  7. [IMP] stock_picking_product_barcode_report: do not check product barc…

    …ode for move lines when user print the package labels
    sergio-teruel authored and kevinkhao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    db9b6d9 View commit details
    Browse the repository at this point in the history
  8. [IMP] stock_picking_product_barcode_report: do not check product barc…

    …ode for move lines when user print the package labels
    sergio-teruel authored and kevinkhao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    935dccf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d88bcc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    02bf5bb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ad2ec12 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    77f6dd8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c14f4f7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    755f3a5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c37b94e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1bcdd45 View commit details
    Browse the repository at this point in the history
  17. [IMP] stock_picking_product_barcode_report: Manage packages and bette…

    …r filter origin moves
    sergio-teruel authored and kevinkhao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    929db34 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    dad4f8a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3fbb765 View commit details
    Browse the repository at this point in the history
  20. [FIX] stock_picking_product_barcode_report: Write on stock move lines…

    … linked due to related uom field
    sergio-teruel authored and kevinkhao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5737dc2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8389aa5 View commit details
    Browse the repository at this point in the history
  22. [IMP] stock_picking_product_barcode_report: Add possibility to print …

    …labels from stock.move.line
    CarlosRoca13 authored and kevinkhao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    18112fc View commit details
    Browse the repository at this point in the history
  23. [IMP] stock_picking_product_barcode_report: Allow print labels depend…

    …s on units included into a product packaging
    
    TT47545
    sergio-teruel authored and kevinkhao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b436ded View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d889a3d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9053cf3 View commit details
    Browse the repository at this point in the history
  26. [IMP] stock_picking_product_barcode_report: Add product packaging to …

    …wizard. New base report label to be extended by other modules. Label qty computed
    sergio-teruel authored and kevinkhao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    fdb86c5 View commit details
    Browse the repository at this point in the history
  27. [IMP] stock_picking_product_barcode_report: Allow to select language …

    …on wizard to print labels.
    
    TT48582
    sergio-teruel authored and kevinkhao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6829fbe View commit details
    Browse the repository at this point in the history
  28. [IMP] stock_picking_product_barcode_report: Add helper method to crea…

    …te labels from other models
    sergio-teruel authored and kevinkhao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    133c92f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e5b322f View commit details
    Browse the repository at this point in the history
  30. [UPD] Update stock_picking_product_barcode_report.pot

    oca-ci authored and kevinkhao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9167d7e View commit details
    Browse the repository at this point in the history
  31. [BOT] post-merge updates

    OCA-git-bot authored and kevinkhao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5a04670 View commit details
    Browse the repository at this point in the history
  32. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: stock-logistics-barcode-16.0/stock-logistics-barcode-16.0-stock_picking_product_barcode_report
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-barcode-16-0/stock-logistics-barcode-16-0-stock_picking_product_barcode_report/
    weblate authored and kevinkhao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3546caa View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    49174c0 View commit details
    Browse the repository at this point in the history
  34. Translated using Weblate (Italian)

    Currently translated at 100.0% (65 of 65 strings)
    
    Translation: stock-logistics-barcode-16.0/stock-logistics-barcode-16.0-stock_picking_product_barcode_report
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-barcode-16-0/stock-logistics-barcode-16-0-stock_picking_product_barcode_report/it/
    mymage authored and kevinkhao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    bca9b75 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    94c20f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    ab4ea19 View commit details
    Browse the repository at this point in the history