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][MIG] purchase_order_product_recommendation #2243

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

Commits on Apr 16, 2024

  1. [11.0][ADD] purchase_order_recommendation: New Module

    chienandalu authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    75fa0cc View commit details
    Browse the repository at this point in the history
  2. [UPD] Update purchase_order_product_recommendation.pot

    oca-travis authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    cc5fbff View commit details
    Browse the repository at this point in the history
  3. [IMP] purchase_order_product_recommendation: show all products

    - Add flag to be able to load all the products with supplier infos for
    ther current customer
    chienandalu authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d8c613c View commit details
    Browse the repository at this point in the history
  4. [ADD] icon.png

    OCA-git-bot authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c13c8bb View commit details
    Browse the repository at this point in the history
  5. [UPD] Update purchase_order_product_recommendation.pot

    oca-travis authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3fd2230 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: purchase-workflow-11.0/purchase-workflow-11.0-purchase_order_product_recommendation
    Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-11-0/purchase-workflow-11-0-purchase_order_product_recommendation/
    oca-transbot authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    434b973 View commit details
    Browse the repository at this point in the history
  7. [IMP] purchase_order_product_recommendation: warehouse filter

    - If you have multiple warehouses, you can also constrain the recommendations to
    the deliveries of specific ones.
    chienandalu authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2e0a21a View commit details
    Browse the repository at this point in the history
  8. [UPD] Update purchase_order_product_recommendation.pot

    oca-travis authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bd0942d View commit details
    Browse the repository at this point in the history
  9. [UPD] README.rst

    OCA-git-bot authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f845d75 View commit details
    Browse the repository at this point in the history
  10. [FIX] purchase_order_product_recommendation: Look for proper partner …

    …in supplierinfo
    
    Must be commercial partner, not possible contacts put in the purchase order.
    pedrobaeza authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    aea2301 View commit details
    Browse the repository at this point in the history
  11. [11.0] purchase_order_recommendation: fix qty available by warehouse

    - Give the proper context when the wh filter is active to get the right
    quantities available for those warehouses.
    chienandalu authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    7b04a89 View commit details
    Browse the repository at this point in the history
  12. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: purchase-workflow-11.0/purchase-workflow-11.0-purchase_order_product_recommendation
    Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-11-0/purchase-workflow-11-0-purchase_order_product_recommendation/
    oca-transbot authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3d2b474 View commit details
    Browse the repository at this point in the history
  13. [UPD] README.rst

    OCA-git-bot authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a270b05 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7267d42 View commit details
    Browse the repository at this point in the history
  15. [UPD] Update purchase_order_product_recommendation.pot

    oca-travis authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c634199 View commit details
    Browse the repository at this point in the history
  16. [FIX] purchase_order_product_recommendation: performance

    - When the wizard had a lot of lines, the price_unit computation had a
    very poor performance whenenever we changed the qty to order (maybe due
    to some ORM issue). Changing to an initial computation and then to a
    computation on the onchange method, gets rid of the problem.
    ernestotejeda authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a2c117a View commit details
    Browse the repository at this point in the history
  17. purchase_order_product_recommendation 12.0.1.0.1

    OCA-git-bot authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0cd9595 View commit details
    Browse the repository at this point in the history
  18. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: purchase-workflow-12.0/purchase-workflow-12.0-purchase_order_product_recommendation
    Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-12-0/purchase-workflow-12-0-purchase_order_product_recommendation/
    oca-transbot authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a661cfe View commit details
    Browse the repository at this point in the history
  19. [IMP] purchase_order_product_recommendation: Duplicity products with …

    …default code to avoid crash tests with product_code_unique module installed
    sergio-teruel authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e78085f View commit details
    Browse the repository at this point in the history
  20. purchase_order_product_recommendation 12.0.1.0.2

    OCA-git-bot authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    97a5fa8 View commit details
    Browse the repository at this point in the history
  21. [IMP] purchase_order_product_recommendation: more filters

    - Extract domain build to an independent method for easy extension by
    third modules
    - Extract product filter to an independent method for easy extension.
    - New product internal category filter.
    - New "Show all products" filter that allows to easily show all
    purchable products.
    - Make tests extensible by other modules
    chienandalu authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0426f21 View commit details
    Browse the repository at this point in the history
  22. [UPD] Update purchase_order_product_recommendation.pot

    oca-travis authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    089fb4f View commit details
    Browse the repository at this point in the history
  23. [UPD] README.rst

    OCA-git-bot authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6dbbfff View commit details
    Browse the repository at this point in the history
  24. purchase_order_product_recommendation 12.0.1.1.0

    OCA-git-bot authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2946514 View commit details
    Browse the repository at this point in the history
  25. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: purchase-workflow-12.0/purchase-workflow-12.0-purchase_order_product_recommendation
    Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-12-0/purchase-workflow-12-0-purchase_order_product_recommendation/
    oca-transbot authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    844ef78 View commit details
    Browse the repository at this point in the history
  26. [UPD] Update purchase_order_product_recommendation.pot

    oca-travis authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f59ae78 View commit details
    Browse the repository at this point in the history
  27. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: purchase-workflow-12.0/purchase-workflow-12.0-purchase_order_product_recommendation
    Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-12-0/purchase-workflow-12-0-purchase_order_product_recommendation/
    oca-transbot authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    32753a0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d7497ef View commit details
    Browse the repository at this point in the history
  29. purchase_order_product_recommendation 12.0.1.2.0

    OCA-git-bot authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8ff7c4d View commit details
    Browse the repository at this point in the history
  30. [MIG] : Migration to 13.0

    Manuel Calero authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    023655f View commit details
    Browse the repository at this point in the history
  31. [UPD] Update purchase_order_product_recommendation.pot

    oca-travis authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    015d3ad View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    95331ef View commit details
    Browse the repository at this point in the history
  33. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: purchase-workflow-13.0/purchase-workflow-13.0-purchase_order_product_recommendation
    Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-13-0/purchase-workflow-13-0-purchase_order_product_recommendation/
    oca-transbot authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    00b6b51 View commit details
    Browse the repository at this point in the history
  34. [FIX] purchase_order_product_recommendation: Don't recommend inactive…

    … or not purchasable products
    
    It includes a tests that exercises the patch.
    pedrobaeza authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9f0dfab View commit details
    Browse the repository at this point in the history
  35. [FIX+IMP] purchase_order_product_recommendation: Not @api.model + eas…

    …y inheritance for seller values.
    sergio-teruel authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    15b0cf9 View commit details
    Browse the repository at this point in the history
  36. purchase_order_product_recommendation 13.0.1.0.2

    OCA-git-bot authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bf3e717 View commit details
    Browse the repository at this point in the history
  37. [FIX] purchase_order_product_recommendation: Fixed test

    After commit odoo/odoo@4625f3d
    the warehouse is taken into account when computing the quantities.
    
    As we are limiting the test by warehouse, the final value should be updated to the new
    correctly computed.
    CarlosRoca13 authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1084a09 View commit details
    Browse the repository at this point in the history
  38. purchase_order_product_recommendation 13.0.1.0.3

    OCA-git-bot authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    baa9413 View commit details
    Browse the repository at this point in the history
  39. [UPD] Update purchase_order_product_recommendation.pot

    oca-travis authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    53290e4 View commit details
    Browse the repository at this point in the history
  40. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: purchase-workflow-13.0/purchase-workflow-13.0-purchase_order_product_recommendation
    Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-13-0/purchase-workflow-13-0-purchase_order_product_recommendation/
    oca-transbot authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    aa133a0 View commit details
    Browse the repository at this point in the history
  41. [IMP] purchase_order_product_recommendation: Add Product name and pro…

    …duct code
    
    Added product name and product code on wizard lines for allow ordering by both
    regardless of how it is displayed in display_name
    CarlosRoca13 authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2064ccc View commit details
    Browse the repository at this point in the history
  42. [UPD] Update purchase_order_product_recommendation.pot

    oca-travis authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6a4b8c4 View commit details
    Browse the repository at this point in the history
  43. purchase_order_product_recommendation 13.0.1.1.0

    OCA-git-bot authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    955f649 View commit details
    Browse the repository at this point in the history
  44. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: purchase-workflow-13.0/purchase-workflow-13.0-purchase_order_product_recommendation
    Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-13-0/purchase-workflow-13-0-purchase_order_product_recommendation/
    oca-transbot authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3398bd1 View commit details
    Browse the repository at this point in the history
  45. [IMP] purchase_order_product_recommendation: Add context for receive …

    …different dates
    CarlosRoca13 authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    5d6b077 View commit details
    Browse the repository at this point in the history
  46. [UPD] README.rst

    OCA-git-bot authored and mario committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8a8c368 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    cf7905b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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