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

[ADD][REF] shipment_advice #126

Closed
wants to merge 179 commits into from

Commits on Oct 3, 2022

  1. Initialize 16.0 branch

    OCA-git-bot committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    e6ca6fc View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

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

Commits on Dec 14, 2022

  1. [ADD] shipment_advice: manage (un)loading process

    [UPD] Update shipment_advice.pot
    sebalix authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    c52ca1d View commit details
    Browse the repository at this point in the history
  2. [UPD] README.rst

    OCA-git-bot authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    a847362 View commit details
    Browse the repository at this point in the history
  3. [ADD] icon.png

    OCA-git-bot authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    57ed6f1 View commit details
    Browse the repository at this point in the history
  4. shipment_advice 13.0.1.0.1

    OCA-git-bot authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    bfec3e3 View commit details
    Browse the repository at this point in the history
  5. [FIX] shipment_advice: fix creation from calendar

    The name field was not filled with its default value '/' when the
    shipment was created from the calendar view.
    Ensure we get the default value '/' in name field through the action.
    sebalix authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    d0ddcbe View commit details
    Browse the repository at this point in the history
  6. shipment_advice 13.0.1.1.0

    OCA-git-bot authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    0dc5b88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a6be87 View commit details
    Browse the repository at this point in the history
  8. shipment_advice 13.0.1.2.0

    OCA-git-bot authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    8ae81be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    244505e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    697c5f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    012ce33 View commit details
    Browse the repository at this point in the history
  12. [UPD] Update shipment_advice.pot

    oca-travis authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    e8c3c3d View commit details
    Browse the repository at this point in the history
  13. [UPD] README.rst

    OCA-git-bot authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    10b688a View commit details
    Browse the repository at this point in the history
  14. [14][FIX] shipment_advice read action error

    From the migration task, access to ir.actions.* needs sudo now...
    
    https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-14.0#tasks-to-do-in-the-migration
    TDu authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    151bcce View commit details
    Browse the repository at this point in the history
  15. shipment_advice 14.0.1.0.1

    OCA-git-bot authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    fa048fe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    92aeb55 View commit details
    Browse the repository at this point in the history
  17. [IMP] shipment_advice: test with normal stock user

    When testing with `shopfloor_delivery_shipment` module, there was error
    in this module as below. That is because normal stock user is used in
    testing. So this commit is to add test with normal stock user to make
    sure UI works as expected.
    
    ```
    odoo.exceptions.AccessError: You are not allowed to access 'Action Window' (ir.actions.act_window) records.
    
    This operation is allowed for the following groups:
            - Administration/Settings
    
    Contact your administrator to request access if necessary.
    ```
    hailangvn authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    9b8874d View commit details
    Browse the repository at this point in the history
  18. [UPD] README.rst

    OCA-git-bot authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    41b98bb View commit details
    Browse the repository at this point in the history
  19. shipment_advice 14.0.1.0.2

    OCA-git-bot authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    1032306 View commit details
    Browse the repository at this point in the history
  20. [FIX] shipment_advice: filter on current warehouse when listing deliv…

    …eries to load
    sebalix authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    7c66a99 View commit details
    Browse the repository at this point in the history
  21. shipment_advice 14.0.1.0.3

    OCA-git-bot authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    4b67be4 View commit details
    Browse the repository at this point in the history
  22. [IMP] shipment: bind dock to a warehouse

    And filter available docks from a shipment to the current warehouse.
    sebalix authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    d90de4d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    729263e View commit details
    Browse the repository at this point in the history
  24. shipment_advice 14.0.1.1.0

    OCA-git-bot authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    88a54fd View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f1192eb View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d4b2497 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a70cb51 View commit details
    Browse the repository at this point in the history
  28. [ADD] shipment_advice: manage (un)loading process

    [UPD] Update stock_dock.pot
    sebalix authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    b7901ff View commit details
    Browse the repository at this point in the history
  29. [UPD] README.rst

    OCA-git-bot authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    6478076 View commit details
    Browse the repository at this point in the history
  30. [ADD] icon.png

    OCA-git-bot authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    fe5f2ac View commit details
    Browse the repository at this point in the history
  31. stock_dock 13.0.1.0.1

    OCA-git-bot authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    2aa7cc8 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ec62a81 View commit details
    Browse the repository at this point in the history
  33. [MIG] stock_dock: Migration to 14.0

    dzungtran89 authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    9bc1a88 View commit details
    Browse the repository at this point in the history
  34. [IMP] shipment: bind dock to a warehouse

    And filter available docks from a shipment to the current warehouse.
    sebalix authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    4aec2fd View commit details
    Browse the repository at this point in the history
  35. stock_dock 14.0.1.1.0

    OCA-git-bot authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    9182b9a View commit details
    Browse the repository at this point in the history
  36. [IMP] fix errors from pylint

    nitohu authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    389e457 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    0f4d61c View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    132f060 View commit details
    Browse the repository at this point in the history
  39. [IMP] mark overloaded containers as fully, not partially loaded

    [IMP] Increase test coverage OCA#1
    
    [FIX] failed test
    
    [FIX] failed pre-commit
    nitohu authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    0ac7058 View commit details
    Browse the repository at this point in the history
  40. [IMP] implement feedback from sebalix

    nitohu authored and lmignon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    17d11e5 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    3c2725b View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    f99f3f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

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

Commits on Dec 16, 2022

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

Commits on Jan 16, 2023

  1. [IMP] shipment_advice: Fix Plan Shipment view

    As the nolabel field property is modifying the field view behaviour,
    change the group string and allow to display field label.
    
    Set the picking view as primary as it is called with tree_view_ref in
    its action.
    rousseldenis committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    8349baf View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

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

Commits on Feb 12, 2023

  1. [UPD] Copier update

    sbejaoui committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    b5573bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request OCA#90 from acsone/16.0-upd-copier-sbj

    [UPD] Copier update
    pedrobaeza authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    002e909 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Merge PR OCA#87 into 16.0

    Signed-off-by rousseldenis
    OCA-git-bot committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    a412f5c View commit details
    Browse the repository at this point in the history
  2. [UPD] Update shipment_advice.pot

    oca-ci committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    c4720bb View commit details
    Browse the repository at this point in the history
  3. [UPD] Update stock_dock.pot

    oca-ci committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    bd64bea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e4c529 View commit details
    Browse the repository at this point in the history
  5. [UPD] README.rst

    OCA-git-bot committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    bd2294d View commit details
    Browse the repository at this point in the history
  6. [ADD] setup.py

    OCA-git-bot committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    10d5a4a View commit details
    Browse the repository at this point in the history
  7. stock_dock 16.0.1.0.1

    OCA-git-bot committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    659316d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    740dcc6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    054aa88 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

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

Commits on May 15, 2023

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

Commits on Jun 5, 2023

  1. shipment_advice: imp report loading list

    Order the loading list by transfer name
    TDu authored and sebalix committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    933e039 View commit details
    Browse the repository at this point in the history
  2. Merge PR OCA#95 into 16.0

    Signed-off-by sebalix
    OCA-git-bot committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    939915e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d81699d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3220316 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Merge PR OCA#94 into 16.0

    Signed-off-by rousseldenis
    OCA-git-bot committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    7d3166a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4102bd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5a196d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b2c042 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

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

Commits on Jul 3, 2023

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

Commits on Jul 4, 2023

  1. Merge PR OCA#98 into 16.0

    Signed-off-by jbaudoux
    OCA-git-bot committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    32b59bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a9545c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f041d6c View commit details
    Browse the repository at this point in the history
  4. Merge PR OCA#101 into 16.0

    Signed-off-by jbaudoux
    OCA-git-bot committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    d9cf606 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5c8a66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6627380 View commit details
    Browse the repository at this point in the history
  7. Merge PR OCA#102 into 16.0

    Signed-off-by jbaudoux
    OCA-git-bot committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    32eb813 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7353764 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f078bb View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

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

Commits on Jul 13, 2023

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

Commits on Jul 14, 2023

  1. Merge PR OCA#103 into 16.0

    Signed-off-by rousseldenis
    OCA-git-bot committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    174cde0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2812135 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da21f03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd82161 View commit details
    Browse the repository at this point in the history
  5. Translated using Weblate (French)

    Currently translated at 55.6% (119 of 214 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/fr/
    rousseldenis authored and weblate committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    123113f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Translated using Weblate (French)

    Currently translated at 76.1% (163 of 214 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/fr/
    rousseldenis authored and weblate committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3e17452 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df10fe9 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. [UPD] README.rst

    OCA-git-bot committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    3101368 View commit details
    Browse the repository at this point in the history
  2. [UPD] Update shipment_advice.pot

    oca-ci committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    2a7e0c2 View commit details
    Browse the repository at this point in the history
  3. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/
    weblate committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    ad16dfc View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. [ADD] shipment_advice_planner

    This module is used to plan ready transfers in shipment advices.
    
    As this is the base module, it provides only a simple:  Transfers
    are grouped to have a single shipment advice by warehouse.
    
    [IMP] shipment_advice_planner: Add init script
    
    [FIX] - shipment_advice_planner: fix typo
    
    [FIX] - group pickings to plan by picking type instead of the warehouse
    
    [IMP] - shipment_advice_planner: add search for can_be_planned_in_shipment_advice field
    
    [IMP] shipment_advice_planner: shipment advice is created confirmed and arrival and departure date
    
    [IMP] - shipment_advice_planner: add unit tests
    
    [IMP] shipment_advice_planner: add author & maintainer
    
    Co-authored-by: Jacques-Etienne Baudoux <[email protected]>
    
    [IMP] add depends_context to _compute_picking_to_plan_ids
    sbejaoui authored and simahawk committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6f2a665 View commit details
    Browse the repository at this point in the history
  2. Merge PR OCA#106 into 16.0

    Signed-off-by simahawk
    OCA-git-bot committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    11be5d3 View commit details
    Browse the repository at this point in the history
  3. [UPD] Update shipment_advice_planner.pot

    oca-ci committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    04a3ee8 View commit details
    Browse the repository at this point in the history
  4. [BOT] post-merge updates

    OCA-git-bot committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    d3ccd61 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Merge PR OCA#104 into 16.0

    Signed-off-by sebalix
    OCA-git-bot committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    09f0d38 View commit details
    Browse the repository at this point in the history
  2. [BOT] post-merge updates

    OCA-git-bot committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    63e1c0a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. [IMP] update dotfiles

    OCA-git-bot committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    5fd3ae8 View commit details
    Browse the repository at this point in the history
  2. [UPD] Update shipment_advice.pot

    oca-ci committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    af34228 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/
    weblate committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    1be7e97 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Merge PR OCA#105 into 16.0

    Signed-off-by sebalix
    OCA-git-bot committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    889f381 View commit details
    Browse the repository at this point in the history
  2. [BOT] post-merge updates

    OCA-git-bot committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    1cda238 View commit details
    Browse the repository at this point in the history
  3. Added translation using Weblate (Italian)

    mymage authored and weblate committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    b02fa93 View commit details
    Browse the repository at this point in the history
  4. Added translation using Weblate (Italian)

    mymage authored and weblate committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    242ac5e View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Added translation using Weblate (Italian)

    mymage authored and weblate committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    64d6421 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Translated using Weblate (Italian)

    Currently translated at 100.0% (22 of 22 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice_planner
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice_planner/it/
    mymage authored and weblate committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    6ca84c8 View commit details
    Browse the repository at this point in the history
  2. Translated using Weblate (Italian)

    Currently translated at 100.0% (18 of 18 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-stock_dock
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-stock_dock/it/
    mymage authored and weblate committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    55ed210 View commit details
    Browse the repository at this point in the history
  3. Translated using Weblate (Italian)

    Currently translated at 69.4% (148 of 213 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/it/
    mymage authored and weblate committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    6b7f310 View commit details
    Browse the repository at this point in the history
  4. Translated using Weblate (Italian)

    Currently translated at 100.0% (18 of 18 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-stock_dock
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-stock_dock/it/
    mymage authored and weblate committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    3ed40ce View commit details
    Browse the repository at this point in the history
  5. Translated using Weblate (Italian)

    Currently translated at 100.0% (213 of 213 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/it/
    mymage authored and weblate committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    f16679b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    c96445f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    697aeb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    665e9ff View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Translated using Weblate (Italian)

    Currently translated at 100.0% (213 of 213 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/it/
    mymage authored and weblate committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    8120d09 View commit details
    Browse the repository at this point in the history
  2. Translated using Weblate (Italian)

    Currently translated at 100.0% (22 of 22 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice_planner
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice_planner/it/
    mymage authored and weblate committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    20f1280 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd250f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Merge PR OCA#111 into 16.0

    Signed-off-by rousseldenis
    OCA-git-bot committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    b8436df View commit details
    Browse the repository at this point in the history
  2. [UPD] Update shipment_advice.pot

    oca-ci committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    d3fa2e5 View commit details
    Browse the repository at this point in the history
  3. [BOT] post-merge updates

    OCA-git-bot committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    9f509bf View commit details
    Browse the repository at this point in the history
  4. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/
    weblate committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    17d1e03 View commit details
    Browse the repository at this point in the history
  5. Translated using Weblate (Italian)

    Currently translated at 100.0% (213 of 213 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/it/
    mymage authored and weblate committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    d6d5b3d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Merge PR OCA#113 into 16.0

    Signed-off-by jbaudoux
    OCA-git-bot committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    67db05c View commit details
    Browse the repository at this point in the history
  2. [UPD] Update shipment_advice.pot

    oca-ci committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    59381b2 View commit details
    Browse the repository at this point in the history
  3. [BOT] post-merge updates

    OCA-git-bot committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ca6e80c View commit details
    Browse the repository at this point in the history
  4. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/
    weblate committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    aa59423 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    1e6bd57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28400d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4d9b8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    511335a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e8d19e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc34266 View commit details
    Browse the repository at this point in the history
  7. [FIX] fix queue channel name

    sbejaoui committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    82449b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be096a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    421b9c0 View commit details
    Browse the repository at this point in the history
  10. [IMP] add job description

    sbejaoui committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    216eeb1 View commit details
    Browse the repository at this point in the history
  11. Translated using Weblate (Italian)

    Currently translated at 100.0% (215 of 215 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/it/
    mymage authored and weblate committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    71bfd04 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. [ADD] - add shipment_advice_planner_toursolver

    This module extend the shipment advice planner engine to add a new planning
    method based on geo-localization. It uses the GEOCONCEPT solution called
    TourSolver to plan the shipment advices according to the location of the customers
    by calculating the best route according to the available resources.
    
    [IMP] - depends on base_time_window
    
    [IMP] - add backend options as property field
    
    [IMP] - improve UI and readme
    
    [IMP] - add picking rank
    
    [FIX] - add vcrpy-unittest to test-requirements.txt
    
    [FIX] - group pickings to plan by picking type instead of the warehouse
    
    [IMP] shipment_advice_planner_toursolver : fr translations
    
    [IMP] add vcrpy-unittest
    
    [FIX] - fix typo
    
    [IMP] - allow toursolver task cancel
    
    [IMP] - raise an exception if the toursolver backend is not configured
    
    [IMP] - group system can delete toursolver tasks
    
    [FIX] - don't copy toursolver task when duplicating a picking
    
    [IMP] show toursolver rank in toursolver task
    
    [IMP] add search for can_be_planned_in_shipment_advice
    
    [IMP] shipment_advice_planner_toursolver: add unit tests
    
    [IMP] allow more info in toursolver task name
    sbejaoui committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    936be4f View commit details
    Browse the repository at this point in the history
  2. Merge PR OCA#91 into 16.0

    Signed-off-by rousseldenis
    OCA-git-bot committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    02afdaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b8a3cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5f0495 View commit details
    Browse the repository at this point in the history
  5. [BOT] post-merge updates

    OCA-git-bot committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1d9064c View commit details
    Browse the repository at this point in the history
  6. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice_planner_toursolver
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice_planner_toursolver/
    weblate committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b5d79fb View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    94ba2f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62afd81 View commit details
    Browse the repository at this point in the history
  3. Translated using Weblate (Italian)

    Currently translated at 100.0% (6 of 6 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice_planner_toursolver_queue_job
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice_planner_toursolver_queue_job/it/
    mymage authored and weblate committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5c21e91 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Translated using Weblate (Italian)

    Currently translated at 100.0% (109 of 109 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice_planner_toursolver
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice_planner_toursolver/it/
    mymage authored and weblate committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    130f0d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Added translation using Weblate (Spanish)

    giarve authored and weblate committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    bafe3ce View commit details
    Browse the repository at this point in the history
  2. Added translation using Weblate (Spanish)

    giarve authored and weblate committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    b9308af View commit details
    Browse the repository at this point in the history
  3. Added translation using Weblate (Spanish)

    giarve authored and weblate committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    b8b5f79 View commit details
    Browse the repository at this point in the history
  4. Translated using Weblate (Spanish)

    Currently translated at 100.0% (22 of 22 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice_planner
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice_planner/es/
    giarve authored and weblate committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    6d5a81a View commit details
    Browse the repository at this point in the history
  5. Translated using Weblate (Spanish)

    Currently translated at 83.3% (15 of 18 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-stock_dock
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-stock_dock/es/
    giarve authored and weblate committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    88da2a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Translated using Weblate (Spanish)

    Currently translated at 11.1% (24 of 215 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/es/
    joelkm authored and weblate committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    55f962a View commit details
    Browse the repository at this point in the history
  2. Translated using Weblate (Spanish)

    Currently translated at 11.1% (24 of 215 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/es/
    Juanma B.O authored and weblate committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    fc462ec View commit details
    Browse the repository at this point in the history
  3. Translated using Weblate (Spanish)

    Currently translated at 100.0% (18 of 18 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-stock_dock
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-stock_dock/es/
    Juanma B.O authored and weblate committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8f943cd View commit details
    Browse the repository at this point in the history
  4. Translated using Weblate (Spanish)

    Currently translated at 22.7% (49 of 215 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/es/
    joelkm authored and weblate committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2cf5d8f View commit details
    Browse the repository at this point in the history
  5. Translated using Weblate (Spanish)

    Currently translated at 22.7% (49 of 215 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/es/
    Juanma B.O authored and weblate committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    062fa48 View commit details
    Browse the repository at this point in the history
  6. Added translation using Weblate (Spanish)

    Juanma B.O authored and weblate committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0554025 View commit details
    Browse the repository at this point in the history
  7. Added translation using Weblate (Spanish)

    Juanma B.O authored and weblate committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1af80f4 View commit details
    Browse the repository at this point in the history
  8. Translated using Weblate (Spanish)

    Currently translated at 100.0% (215 of 215 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/es/
    joelkm authored and weblate committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6661727 View commit details
    Browse the repository at this point in the history
  9. Translated using Weblate (Spanish)

    Currently translated at 100.0% (215 of 215 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/es/
    Juanma B.O authored and weblate committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    281c514 View commit details
    Browse the repository at this point in the history
  10. Translated using Weblate (Spanish)

    Currently translated at 39.4% (43 of 109 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice_planner_toursolver
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice_planner_toursolver/es/
    Juanma B.O authored and weblate committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5eb0d5d View commit details
    Browse the repository at this point in the history
  11. Translated using Weblate (Spanish)

    Currently translated at 95.4% (104 of 109 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice_planner_toursolver
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice_planner_toursolver/es/
    Juanma B.O authored and weblate committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    eb92350 View commit details
    Browse the repository at this point in the history
  12. Translated using Weblate (Spanish)

    Currently translated at 100.0% (6 of 6 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice_planner_toursolver_queue_job
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice_planner_toursolver_queue_job/es/
    Juanma B.O authored and weblate committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a37a2f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Merge PR OCA#114 into 16.0

    Signed-off-by jbaudoux
    OCA-git-bot committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    7353935 View commit details
    Browse the repository at this point in the history
  2. [UPD] Update shipment_advice.pot

    oca-ci committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ac889fb View commit details
    Browse the repository at this point in the history
  3. [BOT] post-merge updates

    OCA-git-bot committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4538eec View commit details
    Browse the repository at this point in the history
  4. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/
    weblate committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    eb62b4e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Translated using Weblate (Italian)

    Currently translated at 100.0% (225 of 225 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/it/
    mymage authored and weblate committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    25cb5c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    6fbcd4e View commit details
    Browse the repository at this point in the history
  2. Merge PR OCA#121 into 16.0

    Signed-off-by sebalix
    OCA-git-bot committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    59734f4 View commit details
    Browse the repository at this point in the history
  3. [UPD] Update shipment_advice.pot

    oca-ci committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8d710e4 View commit details
    Browse the repository at this point in the history
  4. [BOT] post-merge updates

    OCA-git-bot committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d5b8d7c View commit details
    Browse the repository at this point in the history
  5. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/
    weblate committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5a81cf5 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Translated using Weblate (Italian)

    Currently translated at 99.5% (225 of 226 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/it/
    mymage authored and weblate committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    25211d2 View commit details
    Browse the repository at this point in the history
  2. Translated using Weblate (Italian)

    Currently translated at 100.0% (226 of 226 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/it/
    mymage authored and weblate committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0269b2b View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. [IMP] update dotfiles

    OCA-git-bot committed May 1, 2024
    Configuration menu
    Copy the full SHA
    487d71c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Translated using Weblate (Italian)

    Currently translated at 100.0% (226 of 226 strings)
    
    Translation: stock-logistics-transport-16.0/stock-logistics-transport-16.0-shipment_advice
    Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-transport-16-0/stock-logistics-transport-16-0-shipment_advice/it/
    mymage authored and weblate committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    993996b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. [ADD][IMP] shipment_advice

    - modified shipment_advice, so whenever we set stock move to done, and if autovalidate shipment advice is enabled in company settings - we set shipment advice to done
    - updated tests, covered backorder.
    vnikolayev1 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f0a4e11 View commit details
    Browse the repository at this point in the history