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] rma: Migration to 18.0 #435

Closed
wants to merge 119 commits into from
Closed

Commits on Nov 12, 2024

  1. [ADD] rma: new module

    [UPD] Update rma.pot
    
    Update translation files
    
    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: rma-12.0/rma-12.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-12-0/rma-12-0-rma/
    Ernesto Tejeda authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e8ff186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab11457 View commit details
    Browse the repository at this point in the history
  3. [FIX+IMP] rma: view permissions + portal views access errors + teams …

    …flow + Translated using Weblate (Spanish)
    
    [FIX] rma: views permissions
    
    Regular users don't have permissions to rma models, so we should avoid
    loading views that lead to permission errors.
    
    TT24986
    
    rma 12.0.1.1.0
    
    Update translation files
    
    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: rma-12.0/rma-12.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-12-0/rma-12-0-rma/
    
    [FIX] rma: portal views access errors
    
    - Portal mail thread needs token config.
    - Unpublished products will raise AccessError on RMAs portal views for
    portal users due to record rules.
    - Ensure active_id when getting actions in rma, since we could come from
    a context that pollutes the expected active rma id.
    
    [IMP] rma: teams flow
    
    - If no RMA Team is set, we'll assign a default one to the new RMA.
    - A sequence is now used to search for the top team and assign it.
    - No default user is assigned when it's not in the context (i.e. portal
    rmas).
    
    [UPD] Update rma.pot
    
    rma 12.0.1.2.0
    
    Update translation files
    
    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: rma-12.0/rma-12.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-12-0/rma-12-0-rma/
    
    Translated using Weblate (Spanish)
    
    Currently translated at 96.2% (253 of 263 strings)
    
    Translation: rma-12.0/rma-12.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-12-0/rma-12-0-rma/es/
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b40c4a0 View commit details
    Browse the repository at this point in the history
  4. [FIX+IMP] rma, rma_sale: fix bugs and add improvements

    - Fix thrown error when trying to download a picking from the portal.
    - Add the hook method to prepare RMA values ​​from the return pick wizard.
    - Add the access rule for portal users.
    - Show the portal 'Request RMAs' button on the sales page only to users
    related to the sales order.
    
    [UPD] Update rma.pot
    
    rma 12.0.1.3.0
    
    Update translation files
    
    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: rma-12.0/rma-12.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-12-0/rma-12-0-rma/
    Ernesto Tejeda authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    70f8774 View commit details
    Browse the repository at this point in the history
  5. Translated using Weblate (Spanish)

    Currently translated at 100.0% (263 of 263 strings)
    
    Translation: rma-12.0/rma-12.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-12-0/rma-12-0-rma/es/
    pedrobaeza authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7141ad7 View commit details
    Browse the repository at this point in the history
  6. [FIX] rma: permissions for general users

    - Avoid permission blockings on users who doesn't have RMA permissions.
    - Add activities view on RMA list.
    
    [UPD] Update rma.pot
    
    rma 12.0.1.3.1
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d2c65c4 View commit details
    Browse the repository at this point in the history
  7. [IMP] rma: Return created sequence on create_rma_index

    Update translation files
    
    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: rma-12.0/rma-12.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-12-0/rma-12-0-rma/
    pedrobaeza authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    85e3df6 View commit details
    Browse the repository at this point in the history
  8. [IMP] rma_sale: portal improvents

    - Now it's possible to open several RMAs in a sale order from the portal
    - A new comment button has been added to allow the portal user to enter
    relevant information like serial numbers o issue description.
    - If the requested operation isn't set no RMA will be opened
    - The RMA product qty is now a numeric control with limits according to
    the qty available to return
    
    [FIX] rma,rma_sale: fix linter errors
    
    [UPD] Update rma.pot
    
    rma 12.0.1.4.0
    
    Update translation files
    
    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: rma-12.0/rma-12.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-12-0/rma-12-0-rma/
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d6e6538 View commit details
    Browse the repository at this point in the history
  9. [FIX] rma: Perform refund with proper view

    Not indicating account.invoice, it takes the default that is the vendor bill view.
    We force the suitable one.
    pedrobaeza authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    8903e15 View commit details
    Browse the repository at this point in the history
  10. [IMP] rma: set rma to received on invoice delete + incoming picking t…

    …ype use existing lot by default.
    
    [IMP] rma: set rma to received on invoice delete.
    
    Remove 'waiting_refund' rma state.
    RMAs go from received to refunded.
    When the linked refund is deleted the rma is set to received.
    
    [UPD] Update rma.pot
    
    rma 12.0.1.4.2
    
    Update translation files
    
    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: rma-12.0/rma-12.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-12-0/rma-12-0-rma/
    
    [IMP] rma: incoming picking type use existing lot by default.
    
    rma 12.0.1.4.3
    Ernesto Tejeda authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e28a47c View commit details
    Browse the repository at this point in the history
  11. [FIX+IMP] rma: usability + Translated using Weblate (Spanish) + 5 thi…

    …ngs:
    
    [FIX+IMP] rma: usability
    
    * IMP - Now the description will be an html son we can show rich styles
    in the customers report.
    * FIX - On locked sale orders it was need to unlock them to be able to open an RMA.
    * IMP - Make the description label visible in the backend form so the
    user can easily spot it.
    * IMP - Added date and deadline filters.
    * IMP - Added pending RMAs filter.
    * IMP - Added late RMAs filter.
    * IMP - Added danger decoration in tree view
    
    rma 12.0.1.5.0
    
    [UPD] Update rma.pot
    
    Update translation files
    
    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: rma-12.0/rma-12.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-12-0/rma-12-0-rma/
    
    Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (268 of 268 strings)
    
    Translation: rma-12.0/rma-12.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-12-0/rma-12-0-rma/es/
    
    [FIX] rma: return permissions
    
    When a user with no stock manager permissions was doing the return, an
    access error would raise.
    
    rma 12.0.1.5.1
    
    [FIX] rma: multicompany returns
    
    The move was created with the default company
    
    [UPD] Update rma.pot
    
    rma 12.0.1.5.2
    
    Update translation files
    
    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: rma-12.0/rma-12.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-12-0/rma-12-0-rma/
    
    [FIX] rma: non rma users confirm
    
    The sudo had to be before calling the records
    
    rma 12.0.1.5.3
    
    [FIX] rma: pass company as record to procurement
    
    This upstream commit expects `company_id` as a record instead of as an
    integer id: odoo/odoo@836ff55
    
    rma 12.0.1.5.4
    
    [FIX] rma: internal users portal
    
    Internal users with no RMA permissions got an access error when entering
    the portal
    
    [UPD] Update rma.pot
    
    rma 12.0.1.6.0
    
    Update translation files
    
    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: rma-12.0/rma-12.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-12-0/rma-12-0-rma/
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c39bdb3 View commit details
    Browse the repository at this point in the history
  12. [IMP] rma: black, isort, prettier

    Ernesto Tejeda authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1102b35 View commit details
    Browse the repository at this point in the history
  13. [MIG] rma: Migration to 13.0

    Ernesto Tejeda authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a4d58c2 View commit details
    Browse the repository at this point in the history
  14. [IMP] rma: Add customer as suggested recipient

    Ernesto Tejeda authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9fd491f View commit details
    Browse the repository at this point in the history
  15. Added translation using Weblate (Romanian)

    Currently translated at 62.2% (168 of 270 strings)
    
    Translation: rma-13.0/rma-13.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-13-0/rma-13-0-rma/ro/
    dhongu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    03ed781 View commit details
    Browse the repository at this point in the history
  16. Added translation using Weblate (Dutch)

    bosd authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c10e750 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    76dfe90 View commit details
    Browse the repository at this point in the history
  18. Translated using Weblate (Chinese (Simplified))

    Currently translated at 1.8% (5 of 270 strings)
    
    Translation: rma-13.0/rma-13.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-13-0/rma-13-0-rma/zh_CN/
    dong-z authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    37181a7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    01720c0 View commit details
    Browse the repository at this point in the history
  20. [IMP] rma_sale: prepare kits integration

    When a sale line has a phantom product (mrp kits) the RMA would not be
    possible as the wizard couldn't pair the components moves with the
    product in the line. With this approach, we can at least return the
    spare components of the original kit line.
    
    We also need some hooks to intervine in the main methods, like in
    invoicing.
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ebcf032 View commit details
    Browse the repository at this point in the history
  21. [IMP] rma: automatic notification subtypes

    TT28344
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1f8e906 View commit details
    Browse the repository at this point in the history
  22. [IMP] rma, rma_sale: shipping address

    Allow to set the desired shipping address where the goods must be
    returned after the RMA is processed.
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    641bfd2 View commit details
    Browse the repository at this point in the history
  23. [FIX] rma: Set default source location for RMA created from scratch

    Ernesto Tejeda authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    deccd5c View commit details
    Browse the repository at this point in the history
  24. [FIX] rma: tagged test

    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9304743 View commit details
    Browse the repository at this point in the history
  25. [IMP] rma: tags

    TT29594
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    35bce80 View commit details
    Browse the repository at this point in the history
  26. [IMP] rma: black, isort, prettier

    chafique-delli authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c94225e View commit details
    Browse the repository at this point in the history
  27. [MIG] rma: Migration to 14.0

    chafique-delli authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    85ee237 View commit details
    Browse the repository at this point in the history
  28. [IMP] rma: notify reception to customer

    Now we can configure if an automatic notification should be sent when we
    receive the goods from an RMA in our warehouse
    
    If we've got `rma_sale` or `website_rma` we can also configure draft
    notifications so when the customer places an RMA from the portal the
    receive an acknowledge email.
    
    TT29595
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3cf41fb View commit details
    Browse the repository at this point in the history
  29. [IMP] rma: public tags

    Now we can decide which tags are visible for the customer. This way, we
    can use them as pseudo-states
    
    TT29594
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    cdad3f8 View commit details
    Browse the repository at this point in the history
  30. [IMP] rma: allow to archive operation types

    TT30985
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0a940eb View commit details
    Browse the repository at this point in the history
  31. Remove useless archive/unarchive button on form views

    Co-authored-by: Ernesto Tejeda <[email protected]>
    2 people authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3fda9c6 View commit details
    Browse the repository at this point in the history
  32. [FIX] rma: Propagate cancel_backorder argument

    Respect inheritance.
    pedrobaeza authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9e65b53 View commit details
    Browse the repository at this point in the history
  33. [FIX] rma: default team and responsible

    Having a default responsible value as it was defined doesn't behave
    right when the user it's a portal one or the petition comes from a
    sudo().
    
    Also, by design it was expected to have a default team if it wasn't
    defined, but as it was implemented that wasn't possible.
    
    TT32056
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    bd5b850 View commit details
    Browse the repository at this point in the history
  34. [FIX] rma: Use Form to avoid UoM change invalid check

    Since odoo/odoo#75823, the wizard lines have the field uom_id related to
    move.product_uom and readonly=False, so if you call directly to
    wiz.onchage_picking_id a write in stock move is executed and the warning raises,
    although we don't really do any UoM change.
    
    We avoid it using the `Form` to perform the wizard update.
    pedrobaeza authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    fd3d295 View commit details
    Browse the repository at this point in the history
  35. [FIX] rma: return location

    The new implementation wasn't getting the value set in the wizard.
    
    TT32046
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b02f562 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4e5f503 View commit details
    Browse the repository at this point in the history
  37. Translated using Weblate (Portuguese)

    Currently translated at 83.8% (269 of 321 strings)
    
    Translation: rma-14.0/rma-14.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-14-0/rma-14-0-rma/pt/
    pedrocs-exo authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3352ada View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    ab3760e View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    89c1638 View commit details
    Browse the repository at this point in the history
  40. Translated using Weblate (Italian)

    Currently translated at 96.5% (310 of 321 strings)
    
    Translation: rma-14.0/rma-14.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-14-0/rma-14-0-rma/it/
    SicurSam authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d50fad7 View commit details
    Browse the repository at this point in the history
  41. Translated using Weblate (Italian)

    Currently translated at 98.7% (317 of 321 strings)
    
    Translation: rma-14.0/rma-14.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-14-0/rma-14-0-rma/it/
    francesco-ooops authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c3f81b1 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    329f9b3 View commit details
    Browse the repository at this point in the history
  43. Translated using Weblate (Spanish)

    Currently translated at 79.8% (257 of 322 strings)
    
    Translation: rma-14.0/rma-14.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-14-0/rma-14-0-rma/es/
    xavigutipujol authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f9fe663 View commit details
    Browse the repository at this point in the history
  44. [FIX] rma: return wizard to_refund

    To create the rma we create the core return wizard, which now sets
    to_refund to True as default. This isn't right for RMAs anyway.
    
    TT33706
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    86afb9d View commit details
    Browse the repository at this point in the history
  45. [FIX] rma: Adjust hook for existing values

    If rma_in_type_id or rma_out_type_id are already set, then the hook
    fails. With this alternative code, we avoid it and clean it for being
    clearer.
    pedrobaeza authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    bc402f7 View commit details
    Browse the repository at this point in the history
  46. [IMP] rma report: invoice and shipping address

    TT13069
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    8603650 View commit details
    Browse the repository at this point in the history
  47. [IMP] rma: unplug test cases from declaration

    This way, we can reuse them in other modules easily
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    8a6799a View commit details
    Browse the repository at this point in the history
  48. [IMP] rma: finish RMA manually

    Sometimes there's no choice to return, refund or replace an RMA for
    different reasons. For example, when the customer doesn't want to repair
    the product because that would be too expensive. We still want finish
    the RMA and document the reasons. This improvement allows it.
    
    TT34164
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    86e115a View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    6de6996 View commit details
    Browse the repository at this point in the history
  50. [FIX] rma: name column width in tree view

    In the tree view, the RMA code (`name` field) tends to lose in the
    column width share. The result is will be the trimming of the reference
    with ellipsis (...).
    
    As this is very relevant information, we want to ensure a minimum width
    for such reference.
    
    TT35107
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    01a42b3 View commit details
    Browse the repository at this point in the history
  51. Translated using Weblate (Italian)

    Currently translated at 99.1% (343 of 346 strings)
    
    Translation: rma-14.0/rma-14.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-14-0/rma-14-0-rma/it/
    francesco-ooops authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    36c4cc9 View commit details
    Browse the repository at this point in the history
  52. Translated using Weblate (Italian)

    Currently translated at 100.0% (346 of 346 strings)
    
    Translation: rma-14.0/rma-14.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-14-0/rma-14-0-rma/it/
    SicurSam authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    841296d View commit details
    Browse the repository at this point in the history
  53. [IMP] update dotfiles [ci skip]

    OCA-git-bot authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    40c2eaa View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    6c94a01 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    2e6b93d View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    21c8868 View commit details
    Browse the repository at this point in the history
  57. Translated using Weblate (Italian)

    Currently translated at 100.0% (346 of 346 strings)
    
    Translation: rma-14.0/rma-14.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-14-0/rma-14-0-rma/it/
    francesco-ooops authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    44fd781 View commit details
    Browse the repository at this point in the history
  58. [FIX] rma: refund permissions

    Up to v12, account.invoice, was allowed for a wide variety of users. In
    this version though, with account.move conversion, those permissions are
    quite restricted.
    
    We want to keep the possibility to open a refund for the RMA users.
    Although only Invoicing users will be able to post it anyway.
    
    TT34644
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6e8b9ab View commit details
    Browse the repository at this point in the history
  59. [IMP] rma: optionally group returns to customer

    TT34806
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3e24c55 View commit details
    Browse the repository at this point in the history
  60. [FIX] rma: Avoid set invoice_payment_term_id from partner default val…

    …ue in refund.
    
    TT37690
    victoralmau authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9b33dbd View commit details
    Browse the repository at this point in the history
  61. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: rma-14.0/rma-14.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-14-0/rma-14-0-rma/
    oca-transbot authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7c6f20d View commit details
    Browse the repository at this point in the history
  62. [FIX] rma + rma_sale: Allow to create an RMA to a user with access_to…

    ……ken to sale order (no user created).
    
    [FIX] rma + rma_sale: Show RMA's list (with share url) to a user with access_token to sale order (no user created).
    victoralmau authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a63f478 View commit details
    Browse the repository at this point in the history
  63. [MIG] rma: Migration to 15.0

    Nikolaus Weingartmair authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    8f8df35 View commit details
    Browse the repository at this point in the history
  64. [OU-ADD] rma: Add migration script.

    TT37300
    victoralmau authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    59c09d6 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    2bd29da View commit details
    Browse the repository at this point in the history
  66. Added translation using Weblate (German)

    Currently translated at 100.0% (354 of 354 strings)
    
    Translation: rma-15.0/rma-15.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/de/
    
    Added translation using Weblate (German (Austria))
    Nikolaus Weingartmair authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4e829be View commit details
    Browse the repository at this point in the history
  67. [FIX] rma: multiple substitution moves

    The product replacement could explode into several moves like in the
    case of MRP BoM kits.
    
    TT40194
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5e25cfe View commit details
    Browse the repository at this point in the history
  68. Translated using Weblate (Italian)

    Currently translated at 99.4% (346 of 348 strings)
    
    Translation: rma-15.0/rma-15.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
    primes2h authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4d5398d View commit details
    Browse the repository at this point in the history
  69. [FIX] rma: avoid reopening a cancelled RMA when the reception is deleted

    When we delete the reception for an RMA, we're setting it to draft
    automatically so we can confirm it again and create a new reception.
    This is unconvenient when the RMA is cancelled, as we don't wan't to
    reopen it automatically.
    
    TT41943
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4286b72 View commit details
    Browse the repository at this point in the history
  70. Translated using Weblate (German)

    Currently translated at 100.0% (354 of 354 strings)
    
    Translation: rma-15.0/rma-15.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/de/
    Nikolaus Weingartmair authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9ff3947 View commit details
    Browse the repository at this point in the history
  71. [FIX] rma: avoid refunding in picking return wizard

    If we place an RMA from the stock picking return wizard, we want to
    avoid setting the new moves to refund as that will affect the related
    sale lines delivered quantities count.
    
    TT42021
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0ebf4ac View commit details
    Browse the repository at this point in the history
  72. Translated using Weblate (Italian)

    Currently translated at 100.0% (348 of 348 strings)
    
    Translation: rma-15.0/rma-15.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
    francesco-ooops authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    76ef9d6 View commit details
    Browse the repository at this point in the history
  73. Translated using Weblate (Italian)

    Currently translated at 100.0% (348 of 348 strings)
    
    Translation: rma-15.0/rma-15.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/it/
    mymage authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6e39a8c View commit details
    Browse the repository at this point in the history
  74. Translated using Weblate (Spanish)

    Currently translated at 90.5% (317 of 350 strings)
    
    Translation: rma-15.0/rma-15.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-15-0/rma-15-0-rma/es/
    CarlosRoca13 authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3813c06 View commit details
    Browse the repository at this point in the history
  75. [MIG] rma: Migration to 16.0

    * Standard procedure.
    * Transfer view groups to nodes.
    * Adjusted upstream changed field names.
    * Converted onchanges to computed writable fields.
    * Replace `Form` by direct dictionary vals in record creation, as they
      don't handle now properly multiple existing fields in the view, and
      computed writable improve the compatibility on new values.
    * Replace domain returned on onchange by static domain in field.
    * Change maintainer.
    
    TT44213
    pedrobaeza authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    be5ec01 View commit details
    Browse the repository at this point in the history
  76. [UPD] Update rma.pot

    oca-ci authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c9c9801 View commit details
    Browse the repository at this point in the history
  77. [UPD] README.rst

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

    OCA-git-bot authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    103dbe7 View commit details
    Browse the repository at this point in the history
  79. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: rma-16.0/rma-16.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma/
    weblate authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3130cfb View commit details
    Browse the repository at this point in the history
  80. Translated using Weblate (Italian)

    Currently translated at 90.9% (320 of 352 strings)
    
    Translation: rma-16.0/rma-16.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma/it/
    mymage authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b1ee14d View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    8a4b01e View commit details
    Browse the repository at this point in the history
  82. Translated using Weblate (Spanish)

    Currently translated at 100.0% (352 of 352 strings)
    
    Translation: rma-16.0/rma-16.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma/es/
    Ivorra78 authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1128487 View commit details
    Browse the repository at this point in the history
  83. Added translation using Weblate (French)

    sofien-moalla authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    cd63c97 View commit details
    Browse the repository at this point in the history
  84. Translated using Weblate (Spanish)

    Currently translated at 100.0% (352 of 352 strings)
    
    Translation: rma-16.0/rma-16.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma/es/
    Ivorra78 authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3a5bb16 View commit details
    Browse the repository at this point in the history
  85. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: rma-16.0/rma-16.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma/
    weblate authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    655cc23 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    8389008 View commit details
    Browse the repository at this point in the history
  87. [BOT] post-merge updates

    OCA-git-bot authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4db71a2 View commit details
    Browse the repository at this point in the history
  88. Translated using Weblate (Italian)

    Currently translated at 90.9% (320 of 352 strings)
    
    Translation: rma-16.0/rma-16.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma/it/
    mymage authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    80a8f67 View commit details
    Browse the repository at this point in the history
  89. Translated using Weblate (Italian)

    Currently translated at 90.9% (320 of 352 strings)
    
    Translation: rma-16.0/rma-16.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma/it/
    francesco-ooops authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7458729 View commit details
    Browse the repository at this point in the history
  90. Translated using Weblate (Italian)

    Currently translated at 90.9% (320 of 352 strings)
    
    Translation: rma-16.0/rma-16.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma/it/
    mymage authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ec57107 View commit details
    Browse the repository at this point in the history
  91. Translated using Weblate (French)

    Currently translated at 48.2% (170 of 352 strings)
    
    Translation: rma-16.0/rma-16.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma/fr/
    kbentaleb authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    010e1ae View commit details
    Browse the repository at this point in the history
  92. Translated using Weblate (Italian)

    Currently translated at 100.0% (352 of 352 strings)
    
    Translation: rma-16.0/rma-16.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma/it/
    mymage authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ae1e73c View commit details
    Browse the repository at this point in the history
  93. [FIX] rma: unresolved and late filters

    Included finished state to discard those manually finished RMAs
    
    TT47471
    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    fa84636 View commit details
    Browse the repository at this point in the history
  94. [IMP] rma: mantainers

    chienandalu authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f8ba914 View commit details
    Browse the repository at this point in the history
  95. [BOT] post-merge updates

    OCA-git-bot authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2024f2f View commit details
    Browse the repository at this point in the history
  96. Translated using Weblate (Italian)

    Currently translated at 100.0% (352 of 352 strings)
    
    Translation: rma-16.0/rma-16.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma/it/
    mymage authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    36b9845 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    b850329 View commit details
    Browse the repository at this point in the history
  98. [MIG] rma: Migration to 17.0

    peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    218958b View commit details
    Browse the repository at this point in the history
  99. [UPD] Update rma.pot

    oca-ci authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    881704d View commit details
    Browse the repository at this point in the history
  100. [BOT] post-merge updates

    OCA-git-bot authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ccad231 View commit details
    Browse the repository at this point in the history
  101. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: rma-17.0/rma-17.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-17-0/rma-17-0-rma/
    weblate authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c4087e0 View commit details
    Browse the repository at this point in the history
  102. [FIX] uom_id in RMA report

    raumschmiede-joshuaL authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    cd99e7e View commit details
    Browse the repository at this point in the history
  103. [BOT] post-merge updates

    OCA-git-bot authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b726896 View commit details
    Browse the repository at this point in the history
  104. Translated using Weblate (Italian)

    Currently translated at 100.0% (348 of 348 strings)
    
    Translation: rma-17.0/rma-17.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-17-0/rma-17-0-rma/it/
    mymage authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    65b1882 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    82aa6b0 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    81b5261 View commit details
    Browse the repository at this point in the history
  107. [BOT] post-merge updates

    OCA-git-bot authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    008371a View commit details
    Browse the repository at this point in the history
  108. [FIX] rma: Add location_id field for the expected behavior

    The location_id field is important and its value is required, we need to add it
    to the wizard (even if it is hidden) so that it is saved and the picking is
    created correctly.
    
    Before, the location_id value was only saved (although the field was not in the
    wizard) if the user had the "Technical / Manage Multiple Stock Locations" permission.
    victoralmau authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a5d9f08 View commit details
    Browse the repository at this point in the history
  109. [IMP] rma: use only procurement.group run to create stock transfers

    Extra changes:
    - Change reception_move_ids to reception_move_id
    - Add test_rma_replace_pick_ship
    - Code and method reduction to simplify logic
    - Set route_ids (in/out) from procurements
    
    Co-authored-by: Michael Tietz
    
    TT48789
    mt-software-de authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1609881 View commit details
    Browse the repository at this point in the history
  110. [UPD] Update rma.pot

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

    OCA-git-bot authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    98f068b View commit details
    Browse the repository at this point in the history
  112. Update translation files

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

    Currently translated at 100.0% (352 of 352 strings)
    
    Translation: rma-17.0/rma-17.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-17-0/rma-17-0-rma/it/
    mymage authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    56d5bc5 View commit details
    Browse the repository at this point in the history
  114. Translated using Weblate (Italian)

    Currently translated at 100.0% (352 of 352 strings)
    
    Translation: rma-17.0/rma-17.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-17-0/rma-17-0-rma/it/
    mymage authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4ad22c4 View commit details
    Browse the repository at this point in the history
  115. [UPD] Update rma.pot

    oca-ci authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b0ae41f View commit details
    Browse the repository at this point in the history
  116. Update translation files

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

    Currently translated at 100.0% (351 of 351 strings)
    
    Translation: rma-17.0/rma-17.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-17-0/rma-17-0-rma/it/
    mymage authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0b56d01 View commit details
    Browse the repository at this point in the history
  118. Translated using Weblate (Italian)

    Currently translated at 100.0% (351 of 351 strings)
    
    Translation: rma-17.0/rma-17.0-rma
    Translate-URL: https://translation.odoo-community.org/projects/rma-17-0/rma-17-0-rma/it/
    mymage authored and peluko00 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c70e530 View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    7a5ff39 View commit details
    Browse the repository at this point in the history