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] mrp_bom_attribute_match #1371

Open
wants to merge 38 commits into
base: 17.0
Choose a base branch
from

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    7d3c446 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b7a8c5 View commit details
    Browse the repository at this point in the history
  3. Translated using Weblate (Croatian)

    Currently translated at 83.3% (15 of 18 strings)
    
    Translation: manufacture-14.0/manufacture-14.0-mrp_bom_attribute_match
    Translate-URL: https://translation.odoo-community.org/projects/manufacture-14-0/manufacture-14-0-mrp_bom_attribute_match/hr/
    badbole authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d46ae74 View commit details
    Browse the repository at this point in the history
  4. Translated using Weblate (Italian)

    Currently translated at 100.0% (16 of 16 strings)
    
    Translation: manufacture-14.0/manufacture-14.0-mrp_bom_attribute_match
    Translate-URL: https://translation.odoo-community.org/projects/manufacture-14-0/manufacture-14-0-mrp_bom_attribute_match/it/
    francesco-ooops authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    88cb6dd View commit details
    Browse the repository at this point in the history
  5. [14.0][FIX] bom_attribute_match: BOM unit of measure should match uom…

    … of a component_template_id.
    ilyasProgrammer authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9188e92 View commit details
    Browse the repository at this point in the history
  6. [MIG] mrp_bom_attribute_match: Migration to 15.0

    Notes:
    
    * `_get_product2bom` renamed to `_bom_find`
    * Test case `test_manufacturing_order_2`:
      * No longer check for "Add some materials to consume before marking this MO as to do.",
        as it's already supported in core since odoo/odoo@bf5e1debf
    ivantodorovich authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1b0314b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    93e2639 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    281d6d9 View commit details
    Browse the repository at this point in the history
  9. [FIX] mrp_bom_attribute_match: write products recordset

    The check expects a single record, so it should be processed accordingly.
    ivantodorovich authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    57c7844 View commit details
    Browse the repository at this point in the history
  10. [IMP] mrp_bom_attribute_match: make private methods, private

    These methods shouldn't be exposed to xmlrpc.
    ivantodorovich authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b77e823 View commit details
    Browse the repository at this point in the history
  11. [IMP] mrp_bom_attribute_match: Drop the web_field_domain dependency.

    The same result can be achieved with a computed field.
    Moreover, we have one already in odoo core. Originally it was a related
    field, but we can change it to a computed and add our extra logic there.
    ivantodorovich authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a1a30b1 View commit details
    Browse the repository at this point in the history
  12. [IMP] mrp_bom_attribute_match: use constraints and computed fields

    Instead of updates triggered by onchanges or writes, use constraints
    to execute all checks, and a computed field for `match_on_attribute_ids`
    ivantodorovich authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    85862c7 View commit details
    Browse the repository at this point in the history
  13. [IMP] mrp_bom_attribute_match: drop the 'account' dependency

    There isn't any reson to depend on it.
    ivantodorovich authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c4b5ae4 View commit details
    Browse the repository at this point in the history
  14. [UPD] Update mrp_bom_attribute_match.pot

    oca-ci authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9ba3b7f View commit details
    Browse the repository at this point in the history
  15. [UPD] README.rst

    OCA-git-bot authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    035a429 View commit details
    Browse the repository at this point in the history
  16. Translated using Weblate (Italian)

    Currently translated at 100.0% (19 of 19 strings)
    
    Translation: manufacture-15.0/manufacture-15.0-mrp_bom_attribute_match
    Translate-URL: https://translation.odoo-community.org/projects/manufacture-15-0/manufacture-15-0-mrp_bom_attribute_match/it/
    mymage authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    33ba366 View commit details
    Browse the repository at this point in the history
  17. Translated using Weblate (Italian)

    Currently translated at 100.0% (19 of 19 strings)
    
    Translation: manufacture-15.0/manufacture-15.0-mrp_bom_attribute_match
    Translate-URL: https://translation.odoo-community.org/projects/manufacture-15-0/manufacture-15-0-mrp_bom_attribute_match/it/
    mymage authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a823299 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    814dc87 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bfb4f4d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    37d43df View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bf73b5f View commit details
    Browse the repository at this point in the history
  22. [UPD] Update mrp_bom_attribute_match.pot

    oca-ci authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    651be88 View commit details
    Browse the repository at this point in the history
  23. mrp_bom_attribute_match 15.0.1.1.0

    OCA-git-bot authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    121a3ca View commit details
    Browse the repository at this point in the history
  24. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: manufacture-15.0/manufacture-15.0-mrp_bom_attribute_match
    Translate-URL: https://translation.odoo-community.org/projects/manufacture-15-0/manufacture-15-0-mrp_bom_attribute_match/
    weblate authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    47e123f View commit details
    Browse the repository at this point in the history
  25. Translated using Weblate (Italian)

    Currently translated at 100.0% (17 of 17 strings)
    
    Translation: manufacture-15.0/manufacture-15.0-mrp_bom_attribute_match
    Translate-URL: https://translation.odoo-community.org/projects/manufacture-15-0/manufacture-15-0-mrp_bom_attribute_match/it/
    francesco-ooops authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    658a659 View commit details
    Browse the repository at this point in the history
  26. Translated using Weblate (Italian)

    Currently translated at 100.0% (17 of 17 strings)
    
    Translation: manufacture-15.0/manufacture-15.0-mrp_bom_attribute_match
    Translate-URL: https://translation.odoo-community.org/projects/manufacture-15-0/manufacture-15-0-mrp_bom_attribute_match/it/
    francesco-ooops authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b7a5b75 View commit details
    Browse the repository at this point in the history
  27. Translated using Weblate (Italian)

    Currently translated at 100.0% (17 of 17 strings)
    
    Translation: manufacture-15.0/manufacture-15.0-mrp_bom_attribute_match
    Translate-URL: https://translation.odoo-community.org/projects/manufacture-15-0/manufacture-15-0-mrp_bom_attribute_match/it/
    francesco-ooops authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ff404b0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c673e0d View commit details
    Browse the repository at this point in the history
  29. Translated using Weblate (Spanish)

    Currently translated at 100.0% (17 of 17 strings)
    
    Translation: manufacture-15.0/manufacture-15.0-mrp_bom_attribute_match
    Translate-URL: https://translation.odoo-community.org/projects/manufacture-15-0/manufacture-15-0-mrp_bom_attribute_match/es/
    Ivorra78 authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1614e5d View commit details
    Browse the repository at this point in the history
  30. [UPD] README.rst

    OCA-git-bot authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    231edda View commit details
    Browse the repository at this point in the history
  31. [FIX] mrp_bom_attribute_match: setup 'test common' is changed because…

    … have cyclic references in bom.
    ValentinVinagre authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    332e83c View commit details
    Browse the repository at this point in the history
  32. mrp_bom_attribute_match 15.0.1.1.1

    OCA-git-bot authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    10240cf View commit details
    Browse the repository at this point in the history
  33. [UPD] README.rst

    OCA-git-bot authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    2c2151f View commit details
    Browse the repository at this point in the history
  34. Translated using Weblate (Italian)

    Currently translated at 100.0% (17 of 17 strings)
    
    Translation: manufacture-15.0/manufacture-15.0-mrp_bom_attribute_match
    Translate-URL: https://translation.odoo-community.org/projects/manufacture-15-0/manufacture-15-0-mrp_bom_attribute_match/it/
    francesco-ooops authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    aee3049 View commit details
    Browse the repository at this point in the history
  35. Translated using Weblate (Italian)

    Currently translated at 100.0% (17 of 17 strings)
    
    Translation: manufacture-15.0/manufacture-15.0-mrp_bom_attribute_match
    Translate-URL: https://translation.odoo-community.org/projects/manufacture-15-0/manufacture-15-0-mrp_bom_attribute_match/it/
    mymage authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    33150d0 View commit details
    Browse the repository at this point in the history
  36. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: manufacture-15.0/manufacture-15.0-mrp_bom_attribute_match
    Translate-URL: https://translation.odoo-community.org/projects/manufacture-15-0/manufacture-15-0-mrp_bom_attribute_match/
    weblate authored and ferran-S73 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    25aad9f View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    e8ebb9c View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    f4c7e9c View commit details
    Browse the repository at this point in the history