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] sale_automatic_workflow: Migration to 17.0 #3105

Merged
merged 220 commits into from
Jun 28, 2024

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    5bbd37b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc10446 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    6e2488a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a95ea8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73b917f 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0de28ff 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    408d5fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04b08e5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    88ad702 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    225b999 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    17b40b9 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f3ea825 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    17ccfcf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eca25aa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0f11f0a 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    299fa0f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    69d5f20 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8a464a7 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    76b2430 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5962578 View commit details
    Browse the repository at this point in the history
  21. [IMP] sale_automatic_workflow: review

    guewen authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3c45a01 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    6c023e4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    84776ab View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    03d4233 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3d43bdf View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    93b3449 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e9d4f2c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    24ea42d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    bda3d34 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ead51da 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    79d9f52 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    83fa7f1 View commit details
    Browse the repository at this point in the history
  33. [FIX] noupdate on the automatic workflow

    guewen authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3d55cfb 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    12467d5 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a19d35d 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9bd0eb1 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    16afda0 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    3e164a7 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    02f560d 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2427414 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    f68b7df View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    3de9bb1 View commit details
    Browse the repository at this point in the history
  43. [ADD] authorship

    guewen authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    fc0a8ba View commit details
    Browse the repository at this point in the history
  44. [FIX] unused import

    guewen authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    620b2a7 View commit details
    Browse the repository at this point in the history
  45. [CHG] use isinstance rather than hasattr

    guewen authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5ae5a62 View commit details
    Browse the repository at this point in the history
  46. [IMP] docstring of sale.workflow.process

    guewen authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e7ab648 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    3e93560 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    6c1253d View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    5d44952 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4c4e3b1 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    60b83ed View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    2acc4c9 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    e76a29d 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    cfda44b 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ba92e50 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    a7e774a View commit details
    Browse the repository at this point in the history
  57. move modules to migrate in __unported__

    guewen authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    033b8af View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    7f3e7e4 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    be6bba1 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    26c49e3 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4f6a808 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    45472fc 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9d35afd View commit details
    Browse the repository at this point in the history
  64. Started to implement a test

    guewen authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8a4ccba View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    23800be View commit details
    Browse the repository at this point in the history
  66. Add a page for the Automation information

    guewen authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8d2f96f View commit details
    Browse the repository at this point in the history
  67. Deprecated comment

    guewen authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    83af293 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    896ec58 View commit details
    Browse the repository at this point in the history
  69. Check if invoice is generated and opened

    guewen authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ccb216d 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1d2d9a1 View commit details
    Browse the repository at this point in the history
  71. New API for sale.workflow.process

    guewen authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    fcde2f7 View commit details
    Browse the repository at this point in the history
  72. New api account.invoice

    guewen authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    33803b1 View commit details
    Browse the repository at this point in the history
  73. New API for sale.order

    guewen authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b56f268 View commit details
    Browse the repository at this point in the history
  74. New API for stock.picking

    guewen authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    83bb36c View commit details
    Browse the repository at this point in the history
  75. Rename stock.py to stock_picking.py

    guewen authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0639db4 View commit details
    Browse the repository at this point in the history
  76. remove dead xml

    guewen authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    aa6c07c View commit details
    Browse the repository at this point in the history
  77. New api for automatic.workflow.job

    guewen authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5f9e1ea View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    eb332f7 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    b293e1b View commit details
    Browse the repository at this point in the history
  80. Updated pot and fr.po

    guewen authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c458286 View commit details
    Browse the repository at this point in the history
  81. Unused import

    guewen authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    62723a5 View commit details
    Browse the repository at this point in the history
  82. Typo, added an uppercase

    guewen authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0b67b1b 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a48d99c 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d52755e View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    44fa639 View commit details
    Browse the repository at this point in the history
  86. Add missing default oca icons

    yvaucher authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a297ff5 View commit details
    Browse the repository at this point in the history
  87. [IMP] add relation to sales team

    damdam-s authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ee8d361 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    302cbb5 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e2953a3 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    61281d0 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    b8766a0 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ef079cb View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    cab134a View commit details
    Browse the repository at this point in the history
  94. [WIP] : Automated Workflows

    xavier-dass authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    aa99faf View commit details
    Browse the repository at this point in the history
  95. [FIX] fixed conventions

    atchuthan authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f557cbd View commit details
    Browse the repository at this point in the history
  96. [FIX] modified data file

    atchuthan authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4cbedad View commit details
    Browse the repository at this point in the history
  97. [FIX] corrections and modified test

    atchuthan authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    fda05fa View commit details
    Browse the repository at this point in the history
  98. [FIX] modified filter usage

    atchuthan authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    84e7788 View commit details
    Browse the repository at this point in the history
  99. [FIX] modified filter usage

    atchuthan authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    063a519 View commit details
    Browse the repository at this point in the history
  100. [FIX] separated payment portion

    atchuthan authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b7c3745 View commit details
    Browse the repository at this point in the history
  101. [FIX] corrections

    atchuthan authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9415268 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    a79693b 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ca27d4b 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8c5e756 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2b3fc59 View commit details
    Browse the repository at this point in the history
  106. [FIX] RST formatting

    Maxime Chambreuil authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9ab6ffe View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    710a95d View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    8176c0e View commit details
    Browse the repository at this point in the history
  109. [MIG] Make modules uninstallable

    pedrobaeza authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7cf3bdb View commit details
    Browse the repository at this point in the history
  110. [MIG] Rename manifest files

    pedrobaeza authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0c6c9a0 View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    057c20c 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b30468e 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ff59ab5 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c144387 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f9dba39 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    3edbdd0 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f271a1c View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    235d28e View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    9ae211b View commit details
    Browse the repository at this point in the history
  120. Switch commit to save point

    lasley authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    476bb4a View commit details
    Browse the repository at this point in the history
  121. Fix lint

    lasley authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ccb0338 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    8f09993 View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    d54a667 View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    92b87b4 View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    762daff View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    6c7fb90 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b9354f9 View commit details
    Browse the repository at this point in the history
  128. Configuration menu
    Copy the full SHA
    29c1b73 View commit details
    Browse the repository at this point in the history
  129. Add multicompany unittest

    grindtildeath authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    870cf9a View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    61ee697 View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    02a3937 View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    a7c9ac5 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b86fa0e View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    50531c3 View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    59c63ad View commit details
    Browse the repository at this point in the history
  136. Configuration menu
    Copy the full SHA
    fb1e182 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    057bc25 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    71f96b1 View commit details
    Browse the repository at this point in the history
  139. Configuration menu
    Copy the full SHA
    571c1fe View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    d389a93 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    acfbb63 View commit details
    Browse the repository at this point in the history
  142. [UPD] README.rst

    OCA-git-bot authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e50f2a6 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4d54dfe 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9c0c54f View commit details
    Browse the repository at this point in the history
  145. [IMP] : black, isort

    tfossoul authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9b164cd View commit details
    Browse the repository at this point in the history
  146. Configuration menu
    Copy the full SHA
    bacfe50 View commit details
    Browse the repository at this point in the history
  147. [UPD] README.rst

    OCA-git-bot authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e4a803a View commit details
    Browse the repository at this point in the history
  148. Configuration menu
    Copy the full SHA
    7a2a3ae 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    afe53ed View commit details
    Browse the repository at this point in the history
  150. sale_automatic_workflow: improve tests

    simahawk authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f72db2c 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d0c7c2c 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d84ac63 View commit details
    Browse the repository at this point in the history
  153. pre-commit update

    OCA-git-bot authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d7d012e 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ae0e903 View commit details
    Browse the repository at this point in the history
  155. Configuration menu
    Copy the full SHA
    b44bfbf 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    61791d0 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    547ef29 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4ff7577 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    992c67d View commit details
    Browse the repository at this point in the history
  160. Configuration menu
    Copy the full SHA
    b148305 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9a22ae2 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    6aba236 View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    3ca33d8 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    da5f0e4 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    27f9243 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1a2a2e3 View commit details
    Browse the repository at this point in the history
  167. Configuration menu
    Copy the full SHA
    9e8f7da View commit details
    Browse the repository at this point in the history
  168. Configuration menu
    Copy the full SHA
    4c22215 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7802a2f 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    6ff36fb View commit details
    Browse the repository at this point in the history
  171. Configuration menu
    Copy the full SHA
    1383896 View commit details
    Browse the repository at this point in the history
  172. [UPD] README.rst

    OCA-git-bot authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e4761fe View commit details
    Browse the repository at this point in the history
  173. Configuration menu
    Copy the full SHA
    660381c 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d191ea7 View commit details
    Browse the repository at this point in the history
  175. [ADD] sale_automatic_workflow_delivery_state module

    Pierrick Brun authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    69963b2 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5cdeeb1 View commit details
    Browse the repository at this point in the history
  177. Configuration menu
    Copy the full SHA
    c983837 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4393e5b 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5084d63 View commit details
    Browse the repository at this point in the history
  180. Configuration menu
    Copy the full SHA
    6bc2794 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0ba2365 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0b57442 View commit details
    Browse the repository at this point in the history
  183. [UPD] README.rst

    OCA-git-bot authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    56896ff View commit details
    Browse the repository at this point in the history
  184. [UPD] README.rst

    OCA-git-bot authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9b92ddf 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4016079 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c5225fa 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9d92668 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    6264fec 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    71926af View commit details
    Browse the repository at this point in the history
  190. Configuration menu
    Copy the full SHA
    dbb674b 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f948dca View commit details
    Browse the repository at this point in the history
  192. Configuration menu
    Copy the full SHA
    4ea5be0 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a314fe1 View commit details
    Browse the repository at this point in the history
  194. [UPD] README.rst

    OCA-git-bot authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4f60e7a 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f040c63 View commit details
    Browse the repository at this point in the history
  196. Configuration menu
    Copy the full SHA
    1daccfa View commit details
    Browse the repository at this point in the history
  197. Configuration menu
    Copy the full SHA
    5e306db View commit details
    Browse the repository at this point in the history
  198. [UPD] README.rst

    OCA-git-bot authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f8f9178 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5236606 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a03b9f6 View commit details
    Browse the repository at this point in the history
  201. Configuration menu
    Copy the full SHA
    f271fc5 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    bf94704 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    67a9385 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e72c041 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    29cf61d 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ccac349 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e40b94d 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5e3fbb2 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3f7c8cb View commit details
    Browse the repository at this point in the history
  210. [UPD] README.rst

    OCA-git-bot authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f553b93 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5af0857 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e555a60 View commit details
    Browse the repository at this point in the history
  213. Configuration menu
    Copy the full SHA
    4323ed0 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2b26e96 View commit details
    Browse the repository at this point in the history
  215. [BOT] post-merge updates

    OCA-git-bot authored and trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f144a31 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    86a38fe View commit details
    Browse the repository at this point in the history
  217. Configuration menu
    Copy the full SHA
    792f87d 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c25f9bd View commit details
    Browse the repository at this point in the history
  219. Configuration menu
    Copy the full SHA
    6a3f68b 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 trisdoan committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1d0e79e View commit details
    Browse the repository at this point in the history