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] purchase_blanket_order #2379

Merged
merged 72 commits into from
Sep 19, 2024

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    bab2469 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b363374 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91a713b View commit details
    Browse the repository at this point in the history
  4. add cancel button

    AdriaGForgeFlow authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5c689c1 View commit details
    Browse the repository at this point in the history
  5. update README

    AdriaGForgeFlow authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    94008ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1726266 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd8542b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf06a77 View commit details
    Browse the repository at this point in the history
  9. [UPD] README.rst

    OCA-git-bot authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    038f7d0 View commit details
    Browse the repository at this point in the history
  10. [ADD] icon.png

    OCA-git-bot authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a2df2b9 View commit details
    Browse the repository at this point in the history
  11. [UPD] README.rst

    OCA-git-bot authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1a233d2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1f75a97 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9a2f81f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8aafae7 View commit details
    Browse the repository at this point in the history
  15. [UPD] README.rst

    OCA-git-bot authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    983ab86 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9e7a55d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7e4d6a4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0aab304 View commit details
    Browse the repository at this point in the history
  19. [FIX] purchase_blanket_order: Use purchasing UoM.

    The default behavior in a PO is that the purchsing UoM is used
    as the PO line UoM when set in the product. Blanket Orders should
    do the same, otherwise it is a bit confusing.
    LoisRForgeFlow authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f6bbc77 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    69323a5 View commit details
    Browse the repository at this point in the history
  21. [UPD] README.rst

    OCA-git-bot authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    60cf33e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    26286ec View commit details
    Browse the repository at this point in the history
  23. [UPD] Update purchase_blanket_order.pot

    oca-ci authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4c55665 View commit details
    Browse the repository at this point in the history
  24. [UPD] README.rst

    OCA-git-bot authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d32bf38 View commit details
    Browse the repository at this point in the history
  25. [IMP] purchase_blanket_order: Add partner_ref field + order blanket o…

    …rders from date_start desc field.
    
    TT37792
    victoralmau authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8ff857d View commit details
    Browse the repository at this point in the history
  26. [UPD] Update purchase_blanket_order.pot

    oca-ci authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c9bc33e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9b14c56 View commit details
    Browse the repository at this point in the history
  28. [FIX] purchase_blanket_order: Set name by sequence only if is necessary.

    Current behavior:
    - Create a blanket order and confirm > PBO/0001
    - Convert to draft
    - Confirm > PBO/0001 (Previously the name was changed to another sequence PBO/0002).
    
    TT37792
    victoralmau authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b92b5d0 View commit details
    Browse the repository at this point in the history
  29. [UPD] Update purchase_blanket_order.pot

    oca-ci authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ee6b684 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    80e4b64 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    82c002e View commit details
    Browse the repository at this point in the history
  32. [IMP] purchase_blanket_order: change model descriptions to differenti…

    …ate.
    
    Sales blanket orders had the same description, at least one of the two
    should change to reduce confusion.
    LoisRForgeFlow authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2a72721 View commit details
    Browse the repository at this point in the history
  33. [UPD] Update purchase_blanket_order.pot

    oca-ci authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    18e5cc5 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    245ec88 View commit details
    Browse the repository at this point in the history
  35. [FIX] purchase_blanket_order: Don't compare with translatable string

    Currently the check for assigning a new sequence is done over a
    translatable string, but the initial sequence name is not done being
    translatable, so we should make both to compare the same string.
    
    TT37792
    pedrobaeza authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6e3100f View commit details
    Browse the repository at this point in the history
  36. [UPD] Update purchase_blanket_order.pot

    oca-ci authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a501d25 View commit details
    Browse the repository at this point in the history
  37. [UPD] Update purchase_blanket_order.pot

    oca-ci authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    571e8fb View commit details
    Browse the repository at this point in the history
  38. [FIX] purchase_blanket_order: Allow to modify lines in open state

    Before this change there was the following inconsistency:
    - Create a blanket order.
    - Create a line with product A and price 1.
    - Confirm.
    - Cancel + return to draft (to be able to modify the price of the line).
    - Change the price to 2.
    - The status is automatically changed to open (without being able to modify the line).
    
    TT39646
    victoralmau authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    da049e9 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    d04c62f View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    f444b3b View commit details
    Browse the repository at this point in the history
  41. [FIX] purchase_blanket_order: Set force_save="1" to Order Lines to pr…

    …event inconsistencies
    
    TT39646
    victoralmau authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c613545 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    27b2c7c View commit details
    Browse the repository at this point in the history
  43. [15.0][FIX] purchase_blanket_order: fix blanket order automatically s…

    …etting to state open after being cancelled and edit on draft
    Juany Davila authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    97b5265 View commit details
    Browse the repository at this point in the history
  44. [UPD] Update purchase_blanket_order.pot

    oca-ci authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2c5b53a View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    54dff70 View commit details
    Browse the repository at this point in the history
  46. [UPD] README.rst

    OCA-git-bot authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f7b0275 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    b7cfab6 View commit details
    Browse the repository at this point in the history
  48. [BOT] post-merge updates

    OCA-git-bot authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0c51990 View commit details
    Browse the repository at this point in the history
  49. [UPD] Update purchase_blanket_order.pot

    oca-ci authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7fd70a1 View commit details
    Browse the repository at this point in the history
  50. [BOT] post-merge updates

    OCA-git-bot authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    83c3cf7 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    6d2aad8 View commit details
    Browse the repository at this point in the history
  52. [UPD] Update purchase_blanket_order.pot

    oca-ci authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    458d65b View commit details
    Browse the repository at this point in the history
  53. [BOT] post-merge updates

    OCA-git-bot authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d307120 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    9716a4b View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    2b75474 View commit details
    Browse the repository at this point in the history
  56. Translated using Weblate (Spanish)

    Currently translated at 100.0% (150 of 150 strings)
    
    Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_blanket_order
    Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_blanket_order/es/
    Ivorra78 authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    02746b5 View commit details
    Browse the repository at this point in the history
  57. [UPD] Update purchase_blanket_order.pot

    oca-ci authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3b3c528 View commit details
    Browse the repository at this point in the history
  58. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_blanket_order
    Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_blanket_order/
    weblate authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2cdd3c1 View commit details
    Browse the repository at this point in the history
  59. Translated using Weblate (Italian)

    Currently translated at 100.0% (150 of 150 strings)
    
    Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_blanket_order
    Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_blanket_order/it/
    mymage authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    bdc6f3e View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    f2174cf View commit details
    Browse the repository at this point in the history
  61. [UPD] Update purchase_blanket_order.pot

    oca-ci authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    de87a01 View commit details
    Browse the repository at this point in the history
  62. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_blanket_order
    Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_blanket_order/
    weblate authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f79b47f View commit details
    Browse the repository at this point in the history
  63. Translated using Weblate (Italian)

    Currently translated at 100.0% (151 of 151 strings)
    
    Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_blanket_order
    Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_blanket_order/it/
    mymage authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    86f0211 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    6117568 View commit details
    Browse the repository at this point in the history
  65. [UPD] Update purchase_blanket_order.pot

    oca-ci authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a635fd3 View commit details
    Browse the repository at this point in the history
  66. [BOT] post-merge updates

    OCA-git-bot authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b6ed4cf View commit details
    Browse the repository at this point in the history
  67. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_blanket_order
    Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_blanket_order/
    weblate authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a89da25 View commit details
    Browse the repository at this point in the history
  68. Translated using Weblate (Italian)

    Currently translated at 100.0% (153 of 153 strings)
    
    Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_blanket_order
    Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_blanket_order/it/
    mymage authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    bb46a5b View commit details
    Browse the repository at this point in the history
  69. Translated using Weblate (Spanish)

    Currently translated at 100.0% (153 of 153 strings)
    
    Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_blanket_order
    Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_blanket_order/es/
    Ivorra78 authored and ArnauCForgeFlow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    23b4c55 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    b374b92 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    7dd1044 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    961de26 View commit details
    Browse the repository at this point in the history