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

[18.0][MIG] sale_automatic_workflow: Migration to 18.0 #3441

Open
wants to merge 233 commits into
base: 18.0
Choose a base branch
from

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    c078196 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97b2418 View commit details
    Browse the repository at this point in the history
  3. [FIX] sale_automatic_workflow : fix invoice creation from picking

    serpent-consulting-services authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    bd4143c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40616cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    513e493 View commit details
    Browse the repository at this point in the history
  6. [FIX] sale_automatic_workflow : reconciled should be done by the cron…

    … task, indeed if we did it in the workflow we can not anymore unreconcile an invoice because it will be re-reconcile directly
    sebastienbeau authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    452298c View commit details
    Browse the repository at this point in the history
  7. [FIX] sale_automatic_wokflow : fix the option force invoice date, ind…

    …eed this feature was still not reimplemented
    sebastienbeau authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    e21381d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    251191f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8056a75 View commit details
    Browse the repository at this point in the history
  10. [IMP] sale_automatic_workflow : add doc string for commit_now and set…

    … to False params raise_error as it's a boolean
    sebastienbeau authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    f5f0220 View commit details
    Browse the repository at this point in the history
  11. Ir.cron protected by a noupdate flag.

    Alexis de Lattre authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    c02d889 View commit details
    Browse the repository at this point in the history
  12. [IMP] sale_automatic_workflow : invoice validation and reconciliation…

    … should be process individualy
    sebastienbeau authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    5d55118 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    06ed2cb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2bad75a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5f6e557 View commit details
    Browse the repository at this point in the history
  16. [IMP] sale_automatic_workflow: improve invoice reconciliation by supp…

    …orting exchange write off
    sebastienbeau authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    98e41ba View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3224839 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0d63226 View commit details
    Browse the repository at this point in the history
  19. [FIX] sale_automatic_workflow: replace dependencies on sale_quick_pay…

    …ment by sale_quick_payment
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    e8d66bc View commit details
    Browse the repository at this point in the history
  20. [IMP] sale_automatic_worflow: reconcile with the move lines instead o…

    …f the voucher
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    1a601ef View commit details
    Browse the repository at this point in the history
  21. [IMP] sale_automatic_workflow: review

    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    9a0c1df View commit details
    Browse the repository at this point in the history
  22. [FIX] since openerp 7, the crons callee have their own cr, so we don'…

    …t need anymore to open a new one
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    11e3a0b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c64e4f4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    89cd3b4 View commit details
    Browse the repository at this point in the history
  25. [IMP] use an onchange to apply the default values (connectors will ha…

    …ve to use this onchange
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    a5327dc View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    194eb2f View commit details
    Browse the repository at this point in the history
  27. [IMP] sale_automatic_workflow: use the same words than openerp for or…

    …der_policy, remove the 'postpaid' removed in openerp
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    7192631 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    846aadf View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2736cac View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    23290a0 View commit details
    Browse the repository at this point in the history
  31. [REF] sale_automatic_workflow: remove the field 'days_before_cancel',…

    … moved in connector_ecommerce
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    6eeac49 View commit details
    Browse the repository at this point in the history
  32. [CHG] sale_automatic_workflow: 'validate_order' is now a boolean, bec…

    …ause the orders are now created or not based on the payment status
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    065172c View commit details
    Browse the repository at this point in the history
  33. [FIX] noupdate on the automatic workflow

    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    8b2c501 View commit details
    Browse the repository at this point in the history
  34. [FIX] the workflow_process_id is not transferred to picking, due to a…

    … big and incomprehensible jiggery-pokery between stock.picking and stock.picking.out.
    
    The field have to be created on stock.picking so the sale order is able to write the field on creation (in sale._create_pickings_and_procurements), but thereby we can't search a stock.picking.out by this field.
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    24a3726 View commit details
    Browse the repository at this point in the history
  35. [ADD] sale_automatic_workflow: automatic validation of sales orders a…

    …ccording to the workflow
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    c2c645c View commit details
    Browse the repository at this point in the history
  36. [IMP] better field descriptions (respect the sale order ones) and cha…

    …nge the view inheritance due to changes in sale_payment_method
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    0a313fe View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    3b6ec80 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    ba7c2cc View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    fc778bb View commit details
    Browse the repository at this point in the history
  40. [FIX] when a sale order is in exception we should stop to try to vali…

    …date it every minutes, performance killer. So the best is to only try to validate the sale order that don't have any exception
    sebastienbeau authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    24eddc9 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    53ded75 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    a3956a4 View commit details
    Browse the repository at this point in the history
  43. [ADD] authorship

    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    46e2fd2 View commit details
    Browse the repository at this point in the history
  44. [FIX] unused import

    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    67641d3 View commit details
    Browse the repository at this point in the history
  45. [CHG] use isinstance rather than hasattr

    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    83aa94a View commit details
    Browse the repository at this point in the history
  46. [IMP] docstring of sale.workflow.process

    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    d8f965f View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    396483b View commit details
    Browse the repository at this point in the history
  48. [REF] adapte sale_automatic_workflow due to the change as sale order …

    …are linked to a account move line
    sebastienbeau authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    bc1b581 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    89081f0 View commit details
    Browse the repository at this point in the history
  50. [FIX] remove dependency on sale_exception and give the posibility to …

    …inherit easily the domain for the sale order validation
    sebastienbeau authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    3849179 View commit details
    Browse the repository at this point in the history
  51. [IMP] the option to create an invoice now allows to choose if it is c…

    …reated on the confirmation of the sale order or after the delivery
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    f0517e5 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    74ebb35 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    446dfc2 View commit details
    Browse the repository at this point in the history
  54. [FIX] missing argument in _get_sum_... methods, sale_order.payment_id…

    …s is already move lines, so we should not get their 'line_id'
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    9f6cb6c View commit details
    Browse the repository at this point in the history
  55. use method to get the move lines

    Tranlations es for modules
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    450824f View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    1c26b4a View commit details
    Browse the repository at this point in the history
  57. move modules to migrate in __unported__

    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    3c8c6c2 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    1e67ddc View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    98c0d05 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    a5f6c8d View commit details
    Browse the repository at this point in the history
  61. Remove dependency on sale_payment_method

    I want to remove this dependency so we can use an automatic workflow
    without using the payment methods.
    
    A third module will surely be necessary.
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    4f7160f View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    3cc8ed4 View commit details
    Browse the repository at this point in the history
  63. Remove what depends on sale_payment_method

    It will be reimplemented later in a link module between
    sale_payment_method and sale_automatic_workflow
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    65771e9 View commit details
    Browse the repository at this point in the history
  64. Started to implement a test

    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    6441f27 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    b993ba4 View commit details
    Browse the repository at this point in the history
  66. Add a page for the Automation information

    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    7f28e86 View commit details
    Browse the repository at this point in the history
  67. Deprecated comment

    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    148088a View commit details
    Browse the repository at this point in the history
  68. Test fails on the last assert

    Because workflow_process_id is not propagated to the stock.picking
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    7025ee5 View commit details
    Browse the repository at this point in the history
  69. Check if invoice is generated and opened

    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    0a8c189 View commit details
    Browse the repository at this point in the history
  70. Propagate the workflow to the picking

    Test pass now
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    caa73e2 View commit details
    Browse the repository at this point in the history
  71. New API for sale.workflow.process

    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    1ed3a59 View commit details
    Browse the repository at this point in the history
  72. New api account.invoice

    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    45ac9ae View commit details
    Browse the repository at this point in the history
  73. New API for sale.order

    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    155fab3 View commit details
    Browse the repository at this point in the history
  74. New API for stock.picking

    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    0d9976f View commit details
    Browse the repository at this point in the history
  75. Rename stock.py to stock_picking.py

    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    a3f7926 View commit details
    Browse the repository at this point in the history
  76. remove dead xml

    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    02c9790 View commit details
    Browse the repository at this point in the history
  77. New api for automatic.workflow.job

    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    c58ee82 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    ad8e2d7 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    d402e69 View commit details
    Browse the repository at this point in the history
  80. Updated pot and fr.po

    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    8a866e3 View commit details
    Browse the repository at this point in the history
  81. Unused import

    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    1cf3f77 View commit details
    Browse the repository at this point in the history
  82. Typo, added an uppercase

    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    1f4d02d View commit details
    Browse the repository at this point in the history
  83. Do not propagate sale sale automatic workflow when several orders are…

    … grouped in one picking
    
    If we have several sales orders in one procurement group,
    we group them in one picking. The possibilities when we have
    several orders for one picking are:
    1. take the workflow of the first sale order
    2. do not propagate the workflow at all
    3. propagate the workflow if all the workflows are the same
    The solution 1. is bad, the 3. could be hard to understand and
    unpredictable. The solution 2. takes no assumption on what is
    expected.
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    21514b8 View commit details
    Browse the repository at this point in the history
  84. Add OCA as author of OCA addons

    In order to get visibility on https://www.odoo.com/apps the OCA board has
    decided to add the OCA as author of all the addons maintained as part of the
    association.
    gurneyalex authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    f932cdd View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    55ceba7 View commit details
    Browse the repository at this point in the history
  86. Add missing default oca icons

    yvaucher authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    22db43e View commit details
    Browse the repository at this point in the history
  87. [IMP] add relation to sales team

    damdam-s authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    e9b1704 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    850c7c0 View commit details
    Browse the repository at this point in the history
  89. [UPD] prefix versions with 8.0

    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    sbidoul authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    84112c0 View commit details
    Browse the repository at this point in the history
  90. sale_automatic_workflow : create invoice for sale with only product s…

    …ervice
    Laetitia Gangloff authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    9fd7a0a View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    a47a677 View commit details
    Browse the repository at this point in the history
  92. sale_automatic_workflow : add default journal on workflow process

    Laetitia Gangloff authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    74f8766 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    589f250 View commit details
    Browse the repository at this point in the history
  94. [WIP] : Automated Workflows

    xavier-dass authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    af3d3ef View commit details
    Browse the repository at this point in the history
  95. [FIX] fixed conventions

    atchuthan authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    e1f266a View commit details
    Browse the repository at this point in the history
  96. [FIX] modified data file

    atchuthan authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    233c88c View commit details
    Browse the repository at this point in the history
  97. [FIX] corrections and modified test

    atchuthan authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    820b315 View commit details
    Browse the repository at this point in the history
  98. [FIX] modified filter usage

    atchuthan authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    4d32936 View commit details
    Browse the repository at this point in the history
  99. [FIX] modified filter usage

    atchuthan authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    8ef1e7e View commit details
    Browse the repository at this point in the history
  100. [FIX] separated payment portion

    atchuthan authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    2ecf76b View commit details
    Browse the repository at this point in the history
  101. [FIX] corrections

    atchuthan authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    0946223 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    c04e18f View commit details
    Browse the repository at this point in the history
  103. Fix default filters

    The addon does not install if the table sale_workflow_process contains
    records without filters, Odoo tries to get the xmlids of the default
    values before the filters are created.
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    a3c1ad7 View commit details
    Browse the repository at this point in the history
  104. Disable 'Transfer Picking' on automatic workflow

    Back in 7.0, this option was not active by default on the automatic
    workflow and I think it was better: this option is useful for some use
    cases but is not really the *default* thing we want to do on an
    automatic workflow.
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    6b703b8 View commit details
    Browse the repository at this point in the history
  105. OCA Transbot updated translations from Transifex

    OCA Transbot updated translations from Transifex
    oca-transbot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    e52c65c View commit details
    Browse the repository at this point in the history
  106. [FIX] RST formatting

    Maxime Chambreuil authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    e089e28 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    e7f2185 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    2cf6051 View commit details
    Browse the repository at this point in the history
  109. [MIG] Make modules uninstallable

    pedrobaeza authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    0b7e05a View commit details
    Browse the repository at this point in the history
  110. [MIG] Rename manifest files

    pedrobaeza authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    4ca4add View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    546a783 View commit details
    Browse the repository at this point in the history
  112. OCA Transbot updated translations from Transifex (+5 squashed commits)

    Squashed commits:
    [1b33e05] OCA Transbot updated translations from Transifex
    [997016e] OCA Transbot updated translations from Transifex
    [6aebc34] OCA Transbot updated translations from Transifex
    [cc80052] OCA Transbot updated translations from Transifex
    [87076c7] OCA Transbot updated translations from Transifex
    oca-transbot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    7a5cb73 View commit details
    Browse the repository at this point in the history
  113. sale_*: Fix parent menu

    The previous parent menu has an action attached, and with these modules,
    it can't be clicked.
    pedrobaeza authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    8f7e58e View commit details
    Browse the repository at this point in the history
  114. OCA Transbot updated translations from Transifex (+1 squashed commit)

    Squashed commits:
    [04700d6] OCA Transbot updated translations from Transifex
    oca-transbot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    f275415 View commit details
    Browse the repository at this point in the history
  115. [MIG] sale_automatic_workflow: Upgrade to v10

    * Bump version
    * Change openerp references to odoo
    * Fix license headers
    * Move menu
    * Alphabetize imports
    * Remove data key from XML
    * Change deprecated invoice validation workflow call to replacement action method
    lasley authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    6f56875 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    547ef29 View commit details
    Browse the repository at this point in the history
  117. Option to set sale order done consider shipping

    The option to automatically set the sales order as 'done' currently
    filters only the sales orders in state 'sale' and invoiced.
    
    I propose to change the default filter to 'all is invoiced AND all is
    delivered' which emulates the behaviour of the previous versions of
    Odoo.
    
    This is a backward compatible change: as the filter has `noupdate="1"`,
    existing installations will keep their domains and new installations
    will get the new one.
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    35dc627 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    98bd2cd View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    52eb077 View commit details
    Browse the repository at this point in the history
  120. Switch commit to save point

    lasley authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    58c0adf View commit details
    Browse the repository at this point in the history
  121. Fix lint

    lasley authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    efb52c0 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    d8bf471 View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    006b3ff View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    2eca414 View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    971244e View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    fc83cc6 View commit details
    Browse the repository at this point in the history
  127. OCA Transbot updated translations from Transifex

    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    oca-transbot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    a60b70c View commit details
    Browse the repository at this point in the history
  128. Configuration menu
    Copy the full SHA
    986d8cb View commit details
    Browse the repository at this point in the history
  129. Add multicompany unittest

    grindtildeath authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    6eb6b00 View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    55368c2 View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    f27e33c View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    e8ffe21 View commit details
    Browse the repository at this point in the history
  133. [FIX] sale_automatic_workflow: multi-record aware on validation (OCA#570

    )
    
    * FIX automatic validation of pickings if the domain returns more than one
    
    * Change picking validation to be transactionally similar to other jobs.
    jaredkipe authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    7eff83b View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    1339590 View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    460d721 View commit details
    Browse the repository at this point in the history
  136. Configuration menu
    Copy the full SHA
    15b727d View commit details
    Browse the repository at this point in the history
  137. [FIX] Fixed tests for sale_automatic_workflow

    With this commit in odoo-server OCA/OCB@7ed86b5#diff-100ea30dc07c0edef9040b4ef74279be
    the moves that where force-assigned are not transferred in the picking, so in order to fix test is necessary to add stock to the stockable products in test sale order
    hugosantosred authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    4d723c6 View commit details
    Browse the repository at this point in the history
  138. [12.0][MIG] sale_automatic_workflow: Migrate to 12.0

    Artem Kostyuk authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    1f3d00c View commit details
    Browse the repository at this point in the history
  139. Configuration menu
    Copy the full SHA
    09a53da View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    8b193df View commit details
    Browse the repository at this point in the history
  141. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: sale-workflow-12.0/sale-workflow-12.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_automatic_workflow/
    oca-transbot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    9670c12 View commit details
    Browse the repository at this point in the history
  142. [UPD] README.rst

    OCA-git-bot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    027b566 View commit details
    Browse the repository at this point in the history
  143. Translated using Weblate (Chinese (Simplified))

    Currently translated at 100.0% (55 of 55 strings)
    
    Translation: sale-workflow-12.0/sale-workflow-12.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_automatic_workflow/zh_CN/
    liweijie0812 authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    5835e25 View commit details
    Browse the repository at this point in the history
  144. Translated using Weblate (Chinese (Simplified))

    Currently translated at 100.0% (55 of 55 strings)
    
    Translation: sale-workflow-12.0/sale-workflow-12.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_automatic_workflow/zh_CN/
    liweijie0812 authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    c598ad0 View commit details
    Browse the repository at this point in the history
  145. [IMP] : black, isort

    tfossoul authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    8a2ed70 View commit details
    Browse the repository at this point in the history
  146. Configuration menu
    Copy the full SHA
    f84e0d7 View commit details
    Browse the repository at this point in the history
  147. [UPD] README.rst

    OCA-git-bot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    db30e82 View commit details
    Browse the repository at this point in the history
  148. Configuration menu
    Copy the full SHA
    a24c51e View commit details
    Browse the repository at this point in the history
  149. sale_automatic_workflow 13.0.1.0.1

    OCA-git-bot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    35829c7 View commit details
    Browse the repository at this point in the history
  150. sale_automatic_workflow: improve tests

    simahawk authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    20513a0 View commit details
    Browse the repository at this point in the history
  151. sale_automatic_workflow 13.0.1.0.2

    OCA-git-bot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    7c049f2 View commit details
    Browse the repository at this point in the history
  152. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: sale-workflow-13.0/sale-workflow-13.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_automatic_workflow/
    oca-transbot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    0132c61 View commit details
    Browse the repository at this point in the history
  153. pre-commit update

    OCA-git-bot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    dff30f9 View commit details
    Browse the repository at this point in the history
  154. Translated using Weblate (Chinese (Simplified))

    Currently translated at 96.4% (53 of 55 strings)
    
    Translation: sale-workflow-13.0/sale-workflow-13.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_automatic_workflow/zh_CN/
    dong-z authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    281780d View commit details
    Browse the repository at this point in the history
  155. Configuration menu
    Copy the full SHA
    9ac056d View commit details
    Browse the repository at this point in the history
  156. sale_automatic_workflow 13.0.1.0.3

    OCA-git-bot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    a0e20a0 View commit details
    Browse the repository at this point in the history
  157. Translated using Weblate (Chinese (Simplified))

    Currently translated at 98.2% (54 of 55 strings)
    
    Translation: sale-workflow-13.0/sale-workflow-13.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_automatic_workflow/zh_CN/
    liweijie0812 authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    d39a53e View commit details
    Browse the repository at this point in the history
  158. Translated using Weblate (Spanish)

    Currently translated at 100.0% (55 of 55 strings)
    
    Translation: sale-workflow-13.0/sale-workflow-13.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_automatic_workflow/es/
    danimv5 authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    de86f67 View commit details
    Browse the repository at this point in the history
  159. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: sale-workflow-13.0/sale-workflow-13.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_automatic_workflow/
    oca-transbot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    41203c3 View commit details
    Browse the repository at this point in the history
  160. Configuration menu
    Copy the full SHA
    b341060 View commit details
    Browse the repository at this point in the history
  161. Translated using Weblate (Catalan)

    Currently translated at 100.0% (55 of 55 strings)
    
    Translation: sale-workflow-13.0/sale-workflow-13.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_automatic_workflow/ca/
    brendapaniagua authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    3f7525a View commit details
    Browse the repository at this point in the history
  162. sale_automatic_workflow 13.0.1.1.0

    OCA-git-bot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    f295ed6 View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    9043f1f View commit details
    Browse the repository at this point in the history
  164. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (55 of 55 strings)
    
    Translation: sale-workflow-13.0/sale-workflow-13.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_automatic_workflow/pt_BR/
    britoederr authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    003b284 View commit details
    Browse the repository at this point in the history
  165. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (55 of 55 strings)
    
    Translation: sale-workflow-13.0/sale-workflow-13.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_automatic_workflow/pt_BR/
    britoederr authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    2e522b2 View commit details
    Browse the repository at this point in the history
  166. sale_automatic_workflow 13.0.1.1.1

    OCA-git-bot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    8831c7a View commit details
    Browse the repository at this point in the history
  167. Configuration menu
    Copy the full SHA
    b221d87 View commit details
    Browse the repository at this point in the history
  168. Configuration menu
    Copy the full SHA
    f937ba5 View commit details
    Browse the repository at this point in the history
  169. sale_automatic_workflow: Do not post invoices set back to draft

    When sale automatic workflow is set to create and post invoices,
    a posted invoice that is set back to draft by the user will be
    posted again automatically on the next run of the sale automatic
    workflow.
    
    This change in the filter avoids to post the invoice automatically
    and allows the user to do its changes before posting it manually.
    grindtildeath authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    d549a99 View commit details
    Browse the repository at this point in the history
  170. [IMP] sale_automatic_workflow: Change to use the new field posted_before

    Co-authored-by: Akim Juillerat <[email protected]>
    2 people authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    0efe958 View commit details
    Browse the repository at this point in the history
  171. Configuration menu
    Copy the full SHA
    d479049 View commit details
    Browse the repository at this point in the history
  172. [UPD] README.rst

    OCA-git-bot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    de4fe56 View commit details
    Browse the repository at this point in the history
  173. Configuration menu
    Copy the full SHA
    a40ba2a View commit details
    Browse the repository at this point in the history
  174. sale_automatic_workflow 14.0.1.1.2

    OCA-git-bot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    e6eb674 View commit details
    Browse the repository at this point in the history
  175. [ADD] sale_automatic_workflow_delivery_state module

    Pierrick Brun authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    9073c7a View commit details
    Browse the repository at this point in the history
  176. Fix sale_automatic_workflow: on some cases you ship more

    products than planned. You want to consider them as fully shipped
    
    Fix sale_automatic_workflow: on some cases you ship more
    products than planned. You want to consider them as fully shipped
    
    Forward-port of OCA#1659
    leemannd authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    35505e0 View commit details
    Browse the repository at this point in the history
  177. Configuration menu
    Copy the full SHA
    cbdab97 View commit details
    Browse the repository at this point in the history
  178. sale_automatic_workflow 14.0.1.1.3

    OCA-git-bot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    2ebb766 View commit details
    Browse the repository at this point in the history
  179. sale_automatic_workflow 14.0.1.1.4

    OCA-git-bot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    9163321 View commit details
    Browse the repository at this point in the history
  180. Configuration menu
    Copy the full SHA
    2c96786 View commit details
    Browse the repository at this point in the history
  181. [MIG] sale_automatic_workflow: Migration to 15.0

    * Module has now dependency on sale_delivery_state
    * sale_automatic_workflow_delivery_state is integrated to sale_automatic_workflow
    yankinmax authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    3f969b0 View commit details
    Browse the repository at this point in the history
  182. [FIX] sale_automatic_workflow: active model context

    For some invoicing processes the active model context is important. For
    example:
    
    https://github.com/OCA/bank-payment/blob/13.0/account_payment_partner/models/account_move.py#L161
    
    TT34678
    chienandalu authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    380a96e View commit details
    Browse the repository at this point in the history
  183. [UPD] README.rst

    OCA-git-bot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    fa01f17 View commit details
    Browse the repository at this point in the history
  184. [UPD] README.rst

    OCA-git-bot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    fd13696 View commit details
    Browse the repository at this point in the history
  185. [IMP] sale_automatic_workflow: add sale_automatic_workflow_job

    Use Queue Jobs to process the Sales Automatic Workflow actions.
    
    The default behavior of the automatic workflow module is to use a
    scheduled action that searches all the record that need a workflow
    action and sequentially process all of them.
    
    It can hit some limits when the number of records is too high.
    
    This module keeps the scheduled action to search the records, but
    instead of directly executing the actions (confirm a sales order,
    create invoices for a sales order, validate invoices, ...), it
    creates one job per operation to do.
    
    It uses an identity key on the jobs so it will not create the same
    job for the same record and same operation twice.
    
    ~
    
    I needed to extract methods in `sale_automatic_workflow` in order
    to be able to execute them as jobs.
    
    A new decorator "job_auto_delay" (to eventually move in queue_job) makes
    these methods automatically delayed when called.
    guewen authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    c6993df View commit details
    Browse the repository at this point in the history
  186. [FIX] sale_automatic_workflow: remove company contextmanager

    update on user causes locking for jobs, so only 1 tread is allowed
    for channel, but core implementation was updated and now it relying on
    first on given context instead of the user
    i-vyshnevska authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    a2b6fb3 View commit details
    Browse the repository at this point in the history
  187. [FIX] sale_automatic_workflow: Fix tests multi-company issues

    Change to the correct company in environment to pick up the correct company dependent fields
    
    TT28906
    joao-p-marques authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    1121322 View commit details
    Browse the repository at this point in the history
  188. [IMP] sale_automatic_workflow: move register_payment option from sale…

    …_automatic_workflow_payment_mode
    
    - Move register_payment option from sale_automatic_workflow_payment_mode to
    sale_automatic_workflow.
    - Add _register_payments function in sale_automatic_workflow.
    TT31208
    victoralmau authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    4fd8597 View commit details
    Browse the repository at this point in the history
  189. [IMP] sale_automatic_workflow: Send order confirmation mail option in…

    … Sale Workflow Process
    
    TT30759
    victoralmau authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    e6701e9 View commit details
    Browse the repository at this point in the history
  190. Configuration menu
    Copy the full SHA
    206152e View commit details
    Browse the repository at this point in the history
  191. [FIX] sale_automatic_workflow: work with 14.0

    * The fix is originally in `[MIG] sale_automatic_workflow_payment_mode: Migration to 14.0`.
        * Migrated to 14.0: OCA/sale-workflow@d549fca#diff-644e82d43704d0eaa176dc9665558b4fc83117394397847ea859a524b432e6beR72
    * When porting `[IMP] sale_automatic_workflow`, the ported commit does not have that fix
        * 13.0: OCA/sale-workflow@4e43590#diff-87a59a699d3d1a4901d848f8116ccd51627cc0b64621732d4a348fc1a27e31f6R175
        * Ported to 14.0: OCA/sale-workflow@1c40132#diff-87a59a699d3d1a4901d848f8116ccd51627cc0b64621732d4a348fc1a27e31f6R167
    kv1612 authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    e0732f5 View commit details
    Browse the repository at this point in the history
  192. Configuration menu
    Copy the full SHA
    da5888f View commit details
    Browse the repository at this point in the history
  193. [FIX] Fix sale_automatic_workflow_payment_mode migration

    Parts of `sale_automatic_workflow_payment_mode` have been merged into `sale_automatic_workflow`.
    But these parts have been not removed from `sale_automatic_workflow_payment_mode`.
    
    This PR clean both modules after this merge.
    
    Originals PR of the merge: OCA#1789
    
    (forwrd port of c8d59ed)
    jcoux authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    861911c View commit details
    Browse the repository at this point in the history
  194. [UPD] README.rst

    OCA-git-bot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    a3e84a6 View commit details
    Browse the repository at this point in the history
  195. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: sale-workflow-15.0/sale-workflow-15.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-15-0/sale-workflow-15-0-sale_automatic_workflow/
    oca-transbot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    61980c6 View commit details
    Browse the repository at this point in the history
  196. Configuration menu
    Copy the full SHA
    e6662b0 View commit details
    Browse the repository at this point in the history
  197. Configuration menu
    Copy the full SHA
    f63b48e View commit details
    Browse the repository at this point in the history
  198. [UPD] README.rst

    OCA-git-bot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    857f130 View commit details
    Browse the repository at this point in the history
  199. sale_automatic_workflow 16.0.1.0.1

    OCA-git-bot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    c6477e1 View commit details
    Browse the repository at this point in the history
  200. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/
    weblate authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    705d2ee View commit details
    Browse the repository at this point in the history
  201. Configuration menu
    Copy the full SHA
    202f595 View commit details
    Browse the repository at this point in the history
  202. Translated using Weblate (Spanish)

    Currently translated at 96.4% (54 of 56 strings)
    
    Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/es/
    Javier Diez authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    94d74eb View commit details
    Browse the repository at this point in the history
  203. Translated using Weblate (Italian)

    Currently translated at 19.6% (11 of 56 strings)
    
    Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/it/
    mymage authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    6715e9c View commit details
    Browse the repository at this point in the history
  204. Translated using Weblate (Italian)

    Currently translated at 21.4% (12 of 56 strings)
    
    Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/it/
    francesco-ooops authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    796aaff View commit details
    Browse the repository at this point in the history
  205. Translated using Weblate (Slovenian)

    Currently translated at 50.0% (28 of 56 strings)
    
    Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/sl/
    sysadminmatmoz authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    a93f11e View commit details
    Browse the repository at this point in the history
  206. Translated using Weblate (Italian)

    Currently translated at 21.4% (12 of 56 strings)
    
    Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/it/
    francesco-ooops authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    f7d99ef View commit details
    Browse the repository at this point in the history
  207. Translated using Weblate (Italian)

    Currently translated at 28.5% (16 of 56 strings)
    
    Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/it/
    GiuTav authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    633d067 View commit details
    Browse the repository at this point in the history
  208. Translated using Weblate (Spanish)

    Currently translated at 100.0% (56 of 56 strings)
    
    Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/es/
    Ivorra78 authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    e480c01 View commit details
    Browse the repository at this point in the history
  209. Translated using Weblate (German)

    Currently translated at 62.5% (35 of 56 strings)
    
    Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/de/
    johnny-longneck authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    2a57ed9 View commit details
    Browse the repository at this point in the history
  210. [UPD] README.rst

    OCA-git-bot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    44d531f View commit details
    Browse the repository at this point in the history
  211. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 98.2% (55 of 56 strings)
    
    Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/pt_BR/
    adrianojprado authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    5d0496b View commit details
    Browse the repository at this point in the history
  212. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/
    weblate authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    6e417d5 View commit details
    Browse the repository at this point in the history
  213. Configuration menu
    Copy the full SHA
    5d1a761 View commit details
    Browse the repository at this point in the history
  214. Translated using Weblate (German)

    Currently translated at 75.0% (42 of 56 strings)
    
    Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/de/
    jappi00 authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    f91a4af View commit details
    Browse the repository at this point in the history
  215. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    9f78d5d View commit details
    Browse the repository at this point in the history
  216. Translated using Weblate (Spanish)

    Currently translated at 100.0% (56 of 56 strings)
    
    Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/es/
    kikopeiro authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    52e4072 View commit details
    Browse the repository at this point in the history
  217. Configuration menu
    Copy the full SHA
    47276a3 View commit details
    Browse the repository at this point in the history
  218. Translated using Weblate (Spanish)

    Currently translated at 100.0% (56 of 56 strings)
    
    Translation: sale-workflow-16.0/sale-workflow-16.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_automatic_workflow/es/
    kikopeiro authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    ea6b126 View commit details
    Browse the repository at this point in the history
  219. Configuration menu
    Copy the full SHA
    7d863e7 View commit details
    Browse the repository at this point in the history
  220. [REF] sale_automatic_workflow|_stock: separate

    There is an issue for service companies that do not need the stock
    module to be installed when using `sale_automatic_workflow`. Module
    depended on `stock`, therefore it was auto installed. Now, stock related
    part is moved to a separate module - `sale_automatic_workflow_stock` and
    can be installed separately.
    SButko authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    233c919 View commit details
    Browse the repository at this point in the history
  221. [UPD] Update sale_automatic_workflow.pot

    oca-ci authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    bfa6afd View commit details
    Browse the repository at this point in the history
  222. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    1649e5f View commit details
    Browse the repository at this point in the history
  223. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: sale-workflow-17.0/sale-workflow-17.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_automatic_workflow/
    weblate authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    7009f45 View commit details
    Browse the repository at this point in the history
  224. Translated using Weblate (Italian)

    Currently translated at 100.0% (47 of 47 strings)
    
    Translation: sale-workflow-17.0/sale-workflow-17.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_automatic_workflow/it/
    mymage authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    de30c9b View commit details
    Browse the repository at this point in the history
  225. Translated using Weblate (Italian)

    Currently translated at 100.0% (47 of 47 strings)
    
    Translation: sale-workflow-17.0/sale-workflow-17.0-sale_automatic_workflow
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_automatic_workflow/it/
    mymage authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    086e3df View commit details
    Browse the repository at this point in the history
  226. [IMP] do not copy the workflow_process_id when copying the models

    problem : if you copy it, the move/SO can be processed by the job too fast for the user to be able to perform his job
    xavier-bouquiaux authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    0f63aaa View commit details
    Browse the repository at this point in the history
  227. Configuration menu
    Copy the full SHA
    24d2097 View commit details
    Browse the repository at this point in the history
  228. sale_automatic_workflow: fix no-copy tests

    sale_automatic_workflow doesn't depend on `sale_stock` in 17.0
    so tests checking `sale_order.picking_ids` are removed
    OCA@1d0e79e
    henrybackman authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    9c56bda View commit details
    Browse the repository at this point in the history
  229. sale_automatic_workflow: fix payment creation with currency test

    `account_move` doesn't have payment_mode_id
    It seems the checks were not run when this change was added in 14.0
    https://github.com/OCA/sale-workflow/pull/2295/checks
    henrybackman authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    734af80 View commit details
    Browse the repository at this point in the history
  230. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    c651c4f View commit details
    Browse the repository at this point in the history
  231. Configuration menu
    Copy the full SHA
    15f5731 View commit details
    Browse the repository at this point in the history
  232. Configuration menu
    Copy the full SHA
    ff38d00 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

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