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

[16.0][MIG] stock_picking_invoicing: Migration to 16.0 #1465

Merged
merged 134 commits into from
Nov 28, 2023

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    47716d6 View commit details
    Browse the repository at this point in the history
  2. Fix module name in README

    tafaRU authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    ec558dc View commit details
    Browse the repository at this point in the history
  3. Add Bug Tracker to README

    tafaRU authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    1d61457 View commit details
    Browse the repository at this point in the history
  4. [FIX] stock_picking_invoicing: README

    pedrobaeza authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    69a41ed View commit details
    Browse the repository at this point in the history
  5. [FIX] wrong bug tracker link

    eLBati authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    ef7a8a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a4542e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9412894 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41d0297 View commit details
    Browse the repository at this point in the history
  9. [UPD] prefix versions with 8.0

    sbidoul authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    f22e80c View commit details
    Browse the repository at this point in the history
  10. [MIG] Make modules uninstallable

    pedrobaeza authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    23c125b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    799411b View commit details
    Browse the repository at this point in the history
  12. [MIG] Rename manifest files

    pedrobaeza authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    7f91fe9 View commit details
    Browse the repository at this point in the history
  13. Initiate the migration

    flotho authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    6f0d17d View commit details
    Browse the repository at this point in the history
  14. Add the fields on the object and views

    flotho authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    3803ff8 View commit details
    Browse the repository at this point in the history
  15. Implements the mechanics of views :

    * Loading
    * Onchanges
    Etc
    flotho authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    a3d479f View commit details
    Browse the repository at this point in the history
  16. Views Improvements

    flotho authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    d51d216 View commit details
    Browse the repository at this point in the history
  17. Business logic Ok :

    * Good Price with pricelist
    * Good Taxes
    * group works
    * Everything is filtered with company
    flotho authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    302f23a View commit details
    Browse the repository at this point in the history
  18. Finalise business part :

    * Get the correct taxes and account regarding Fiscal Position
    flotho authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    311a0c6 View commit details
    Browse the repository at this point in the history
  19. Correction of bad Class usage

    flotho authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    7e0989a View commit details
    Browse the repository at this point in the history
  20. Add intercompany workflow

    flotho authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    ecd40a2 View commit details
    Browse the repository at this point in the history
  21. better management of list_price

    flotho authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    fa4cafd View commit details
    Browse the repository at this point in the history
  22. OCA guidelines

    flotho authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    4474914 View commit details
    Browse the repository at this point in the history
  23. OCA guidelines

    flotho authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    4ad5909 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    66026c0 View commit details
    Browse the repository at this point in the history
  25. Correct library from Travis

    flotho authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    447c5ed View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6c7a996 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3c57e2d View commit details
    Browse the repository at this point in the history
  28. Comment unreachable part of the code

    flotho authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    50b84ce View commit details
    Browse the repository at this point in the history
  29. Change test parts

    flotho authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    89035fd View commit details
    Browse the repository at this point in the history
  30. [FIX]Context values missing

    [IMP]Add the availability to choose the company that will invoice
    flotho authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    5910c68 View commit details
    Browse the repository at this point in the history
  31. [FIX][TEST]set mandatory fields

    flotho authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    8f59def View commit details
    Browse the repository at this point in the history
  32. [10.0][MIG] Add stock_picking_invoicing (from existing open MR in 9.0)

    + [IMP] Improve way to inherit the group key (to create invoices)
    + [IMP] Improve links to invoices (M2M)
    + [IMP] Improve the code (about possibilities, functions, tests) and fix some bugs
    + [UPD] Update french translations
    acsonefho authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    2760f9e View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    948375e View commit details
    Browse the repository at this point in the history
  34. [UPD] README.rst

    OCA-git-bot authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    0eaa239 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    89a9692 View commit details
    Browse the repository at this point in the history
  36. [MIG] stock_picking_invoicing: Migration to 12.0, changed version and…

    … removed unnecessary statement in python 3.
    mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    907e4b8 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    2755264 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    63f6676 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    1fee6f8 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    5027be3 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    635fcd7 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    6dde7a4 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    caceb46 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    af42095 View commit details
    Browse the repository at this point in the history
  45. [12.0][MIG][IMP] Demo data.

    mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    51f190b View commit details
    Browse the repository at this point in the history
  46. [12.0][MIG][FIX] README.

    mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    f279d69 View commit details
    Browse the repository at this point in the history
  47. [12.0][MIG][FIX] PEP8.

    mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    246b576 View commit details
    Browse the repository at this point in the history
  48. [NEW] Ungroup picking

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    b1590a1 View commit details
    Browse the repository at this point in the history
  49. [IMP] Improve invoice create perfomance

    mileo authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    79638b0 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    c2e98df View commit details
    Browse the repository at this point in the history
  51. [FIX] ungroup moves

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    f31956a View commit details
    Browse the repository at this point in the history
  52. [12.0][MIG][IMP] Tests.

    mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    aaeefea View commit details
    Browse the repository at this point in the history
  53. [12.0][MIG][IMP] Demo data.

    mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    1665939 View commit details
    Browse the repository at this point in the history
  54. [12.0][MIG][IMP] When there is only 1 invoice (the usual case) open t…

    …he invoice form view directly instead of the tree view.
    mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    b66f6d5 View commit details
    Browse the repository at this point in the history
  55. [12.0][MIG][FIX] Determine type of tax based on journal type, fields …

    …taxes_id or supplier_taxes_id of product object.
    mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    653a377 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    84ddf21 View commit details
    Browse the repository at this point in the history
  57. [FIX] Invoice taxes

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    9f98fb9 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    db25886 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    6df10c1 View commit details
    Browse the repository at this point in the history
  60. [12.0][MIG[FIX] Field invoice_line_id many2one change to invoice_line…

    …_ids many2many in inherit module stock_picking_invoice_link.
    mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    3a87ceb View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    5558804 View commit details
    Browse the repository at this point in the history
  62. [UPD] README.rst

    OCA-git-bot authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    414fdeb View commit details
    Browse the repository at this point in the history
  63. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-invoicing-12.0/account-invoicing-12.0-stock_picking_invoicing
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-12-0/account-invoicing-12-0-stock_picking_invoicing/
    oca-transbot authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    42518f0 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    870d32a View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    5c109e4 View commit details
    Browse the repository at this point in the history
  66. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (46 of 46 strings)
    
    Translation: account-invoicing-12.0/account-invoicing-12.0-stock_picking_invoicing
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-12-0/account-invoicing-12-0-stock_picking_invoicing/pt_BR/
    fcolus authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    d897658 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    fd9cf3d View commit details
    Browse the repository at this point in the history
  68. stock_picking_invoicing 12.0.2.0.1

    OCA-git-bot authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    4a687e8 View commit details
    Browse the repository at this point in the history
  69. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-invoicing-12.0/account-invoicing-12.0-stock_picking_invoicing
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-12-0/account-invoicing-12-0-stock_picking_invoicing/
    oca-transbot authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    9073678 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    d7cbe5d View commit details
    Browse the repository at this point in the history
  71. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-invoicing-12.0/account-invoicing-12.0-stock_picking_invoicing
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-12-0/account-invoicing-12-0-stock_picking_invoicing/
    oca-transbot authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    b794bc7 View commit details
    Browse the repository at this point in the history
  72. Added translation using Weblate (German)

    marylla authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    a241113 View commit details
    Browse the repository at this point in the history
  73. Added translation using Weblate (Spanish)

    Nelson Ramírez Sánchez authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    b0ebfdc View commit details
    Browse the repository at this point in the history
  74. Translated using Weblate (Spanish)

    Currently translated at 97.8% (45 of 46 strings)
    
    Translation: account-invoicing-12.0/account-invoicing-12.0-stock_picking_invoicing
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-12-0/account-invoicing-12-0-stock_picking_invoicing/es/
    Nelson Ramírez Sánchez authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    9c87455 View commit details
    Browse the repository at this point in the history
  75. Translated using Weblate (Slovenian)

    Currently translated at 100.0% (46 of 46 strings)
    
    Translation: account-invoicing-12.0/account-invoicing-12.0-stock_picking_invoicing
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-12-0/account-invoicing-12-0-stock_picking_invoicing/sl/
    sysadminmatmoz authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    df697d1 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    194fe1f View commit details
    Browse the repository at this point in the history
  77. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-invoicing-12.0/account-invoicing-12.0-stock_picking_invoicing
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-12-0/account-invoicing-12-0-stock_picking_invoicing/
    oca-transbot authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    e463485 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    9cfeb6e View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    31152ba View commit details
    Browse the repository at this point in the history
  80. [FIX] sale_line_ids value

    marcelsavegnago authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    6e35e4e View commit details
    Browse the repository at this point in the history
  81. stock_picking_invoicing 13.0.2.1.0

    OCA-git-bot authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    8a1874c View commit details
    Browse the repository at this point in the history
  82. stock_picking_invoicing 13.0.2.1.1

    OCA-git-bot authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    6cb6299 View commit details
    Browse the repository at this point in the history
  83. [FIX] wrong invoice price_unit

    renatonlima authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    f2da3d7 View commit details
    Browse the repository at this point in the history
  84. stock_picking_invoicing 13.0.2.1.2

    OCA-git-bot authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    32d922b View commit details
    Browse the repository at this point in the history
  85. [REM] Relation with purchase_id, purchase_line_id and sale_line_id wi…

    …ll fail in Group Pickings cases.
    mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    ec860d3 View commit details
    Browse the repository at this point in the history
  86. stock_picking_invoicing 13.0.2.1.3

    OCA-git-bot authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    681674f View commit details
    Browse the repository at this point in the history
  87. [FIX] Pickings with same Partner to create Invoice but the Partner to…

    … Shipping is different should not be grouping.
    mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    9e350fc View commit details
    Browse the repository at this point in the history
  88. stock_picking_invoicing 13.0.2.1.4

    OCA-git-bot authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    73cfeb7 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    a611569 View commit details
    Browse the repository at this point in the history
  90. stock_picking_invoicing 13.0.2.2.0

    OCA-git-bot authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    3afe568 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    b0181a3 View commit details
    Browse the repository at this point in the history
  92. [FIX] Invoice Type mapping.

    mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    4ae24d2 View commit details
    Browse the repository at this point in the history
  93. [IMP] Included test Return Picking Invoicing and Invoice created and …

    …use SavepointCase for better performance.
    mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    e9bd78f View commit details
    Browse the repository at this point in the history
  94. stock_picking_invoicing 13.0.3.0.0

    OCA-git-bot authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    64c6146 View commit details
    Browse the repository at this point in the history
  95. [FIX] Invoice Type mapping.

    mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    8416710 View commit details
    Browse the repository at this point in the history
  96. stock_picking_invoicing 13.0.3.1.0

    OCA-git-bot authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    266be2a View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    dc7f96e View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    52db337 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    783bcfa View commit details
    Browse the repository at this point in the history
  100. [FIX] Pre-commit.

    mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    d4879c9 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    12e0606 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    148cede View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    39ebca7 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    ce34461 View commit details
    Browse the repository at this point in the history
  105. [UPD] README.rst

    OCA-git-bot authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    430d518 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    c8cccbb View commit details
    Browse the repository at this point in the history
  107. [MIG][stock_picking_invoicing][REF] Stock Move view

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    62846b2 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    092b769 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    9bd3f6a View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    83aecbd View commit details
    Browse the repository at this point in the history
  111. [FIX] English comments.

    mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    dddd031 View commit details
    Browse the repository at this point in the history
  112. [UPD] Update HISTORY.rst.

    mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    6ffd8e8 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    150088d View commit details
    Browse the repository at this point in the history
  114. [UPD] README.rst

    OCA-git-bot authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    5475c3d View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    ee5a7d0 View commit details
    Browse the repository at this point in the history
  116. stock_picking_invoicing 14.0.1.0.1

    OCA-git-bot authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    8639df1 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    03daa63 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    fdf8392 View commit details
    Browse the repository at this point in the history
  119. stock_picking_invoicing 14.0.1.0.2

    OCA-git-bot authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    7b9e249 View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    9c4b6bc View commit details
    Browse the repository at this point in the history
  121. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (46 of 46 strings)
    
    Translation: account-invoicing-14.0/account-invoicing-14.0-stock_picking_invoicing
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-14-0/account-invoicing-14-0-stock_picking_invoicing/pt_BR/
    douglascstd authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    7e81497 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    09dbb8c View commit details
    Browse the repository at this point in the history
  123. [REF] stock_picking_invoicing: Removed unnecessary fields at the crea…

    …tion of Invoice and check if those fields are being filled.
    mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    5243dbd View commit details
    Browse the repository at this point in the history
  124. [UPD] Update stock_picking_invoicing.pot

    oca-ci authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    5e5fc16 View commit details
    Browse the repository at this point in the history
  125. [UPD] README.rst

    OCA-git-bot authored and mbcosta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    41109ab View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    05b4d54 View commit details
    Browse the repository at this point in the history
  2. [MIG+IMP] stock_picking_invoicing: Avoid error 'is restricted to the …

    …group(s)' when field has parameter Groups and are used in for defined an attribute/attrs in the Views and included the dependency of base_view_inheritance_extension module.
    jguenat authored and mbcosta committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8c69b40 View commit details
    Browse the repository at this point in the history
  3. [REF+IMP] stock_picking_invoicing: Get Price Unit method to use in In…

    …voice consider the value of Product Pricelist or the Seller Price, changed Demo Data for tests.
    mbcosta committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    56d70c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b817728 View commit details
    Browse the repository at this point in the history
  5. [IMP] stock_picking_invoicing: Included Price Unit in the View(option…

    …al=Hide), to allow users view or, if necessary, change the value.
    mbcosta committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    984bd67 View commit details
    Browse the repository at this point in the history
  6. [FIX+IMP] stock_picking_invoicing: Included Buttons in Picking view t…

    …o the users be able setting Invoice State to Invoiced or Not Billable, also included onchange method to update this field in Move Lines when changed in Picking.
    mbcosta committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a30e855 View commit details
    Browse the repository at this point in the history
  7. [REF] stock_picking_invoicing: Demo Data, changed the Product to avoi…

    …d error of Tracking by Lot when MRP module are installed, but use a Product with BoM and Route Buy.
    mbcosta committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    419cede View commit details
    Browse the repository at this point in the history
  8. [REF+IMP] stock_picking_invoicing: Tests, create methods to avoid dup…

    …licate code and included tests for the cases when Price Unit are Informed by User, Sellers and Pricelist.
    mbcosta committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3ae9762 View commit details
    Browse the repository at this point in the history
  9. [REF] stock_picking_invoicing: Avoid duplicate Name/Label in Invoice …

    …Line when Grouping Pickings by Partner/Product.
    mbcosta committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    95d4cd3 View commit details
    Browse the repository at this point in the history