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] web_widget_x2many_2d_matrix: Migration to 17.0 #2756

Merged
merged 118 commits into from
Jun 10, 2024

Commits on Feb 29, 2024

  1. [ADD] web_widget_x2many_2d_matrix

    hbrunn authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b8a9287 View commit details
    Browse the repository at this point in the history
  2. [UPD] readme

    hbrunn authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    241b982 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e269f1 View commit details
    Browse the repository at this point in the history
  4. [FIX] use odoo's parse_value

    hbrunn authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c533e63 View commit details
    Browse the repository at this point in the history
  5. [ADD] allow to open linked record

    of one of the axes is a many2one field
    hbrunn authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c0ef7a6 View commit details
    Browse the repository at this point in the history
  6. [IMP] handle readonly flag

    [ADD] show grand total
    [IMP] classify floats as floats
    hbrunn authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0989395 View commit details
    Browse the repository at this point in the history
  7. [IMP] collapse whitespace in rows

    hbrunn authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a41dc4b View commit details
    Browse the repository at this point in the history
  8. [IMP] support changing readonly state

    hbrunn authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e3db7e5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7a180b0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4abba5c View commit details
    Browse the repository at this point in the history
  11. [FIX] replace therp icon

    hbrunn authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8eda585 View commit details
    Browse the repository at this point in the history
  12. [FIX] setup focus

    hbrunn authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    cd4f971 View commit details
    Browse the repository at this point in the history
  13. [ADD] validation

    [IMP] write formatted value to back to input
    hbrunn authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    2ad9902 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4d3d720 View commit details
    Browse the repository at this point in the history
  15. [IMP] use semantic css classes instead of element names

    [RFR] and being on it, make reacting to changes in overrides simple
    hbrunn authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    023132a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    aeb6eaf View commit details
    Browse the repository at this point in the history
  17. [IMP] icon

    hbrunn authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    da7fd11 View commit details
    Browse the repository at this point in the history
  18. [IMP] better modularity

    hbrunn authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5e57e3e View commit details
    Browse the repository at this point in the history
  19. [FIX] support rerendering after virtual ids change

    this is necessary for correct operation after creating new records
    hbrunn authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    9a5e53b View commit details
    Browse the repository at this point in the history
  20. [FIX] also reinitialize totals

    hbrunn authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8823c6f View commit details
    Browse the repository at this point in the history
  21. Add bug tracker link on README.rst

    yvaucher authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    cdd3392 View commit details
    Browse the repository at this point in the history
  22. add OCA to author

    Markus Schneider authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3d4f3a8 View commit details
    Browse the repository at this point in the history
  23. remove comma

    Markus Schneider authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8be95b5 View commit details
    Browse the repository at this point in the history
  24. [UPD] prefix versions with 8.0

    sbidoul authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c550aad View commit details
    Browse the repository at this point in the history
  25. [MIG] Make modules uninstallable

    pedrobaeza authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7876610 View commit details
    Browse the repository at this point in the history
  26. [IMP] web_widget_x2many_2d_matrix: Several improvements

    * README update to newest OCA template
    * Example in README
    * Massive performance boost for big matrices, specially on Firefox
    * Assign id on row in order to find it back in all cases
    * Fix OCA#321, choked on cached writes
    hbrunn authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    aef0fdb View commit details
    Browse the repository at this point in the history
  27. [IMP] web_widget_x2many_2d_matrix: New option field_att_<name>

    Declare as many options prefixed with this string as you need for binding
    a field value with an HTML node attribute (disabled, class, style...)
    called as the `<name>` passed in the option.
    
    NOTE: This doesn't prevent to require to fill the full matrix with
    all the combination records.
    pedrobaeza authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ad00b3e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5e160c6 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a75c51e View commit details
    Browse the repository at this point in the history
  30. [IMP] web_widget_x2many_2d_matrix: Include x_axis_clickable and y_axi…

    …s_clickable attrs
    
    XML attributes for the widget that allows to configure if the axis will be clickable
    or not in case the source field is a many2one field.
    pedrobaeza authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    bc89fd3 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    1e8f27f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b5cb9a9 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c6a3683 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    daa25cb View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    bf1c32b View commit details
    Browse the repository at this point in the history
  36. [MIG] Make modules uninstallable

    pedrobaeza authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    9555398 View commit details
    Browse the repository at this point in the history
  37. [MIG] Rename manifest files

    pedrobaeza authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    086d614 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    8a193b1 View commit details
    Browse the repository at this point in the history
  39. [IMP] web_widget_x2many_2d_matrix: Update example

    There are now more required fields for a task.
    pedrobaeza authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6a06651 View commit details
    Browse the repository at this point in the history
  40. [10.0] web_widget_x2many_2d_matrix: update README

    Cédric Pigeon authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    19a7b2b View commit details
    Browse the repository at this point in the history
  41. [FIX] web_widget_x2many_2d_matrix: fixes (OCA#712)

    * Patches to make module operational.
    * Minor fix to Readonly Switch
    * Fix to render to set change attribute.
    * Totals recompute.
    
    Fixes OCA#697
    Richard deMeester authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    71c5a46 View commit details
    Browse the repository at this point in the history
  42. [11][MIG] web_widget_x2many_2d_matrix WIP

    Artem Kostyuk authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7833764 View commit details
    Browse the repository at this point in the history
  43. [MIG+REF][11] web_widget_x2many_2d_matrix

    The widget has been completely refactored
    to benefit from the new MVC paradigm introduced in v11.
    simahawk authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4aaa4f9 View commit details
    Browse the repository at this point in the history
  44. [11.0] x2m matrix widget: Fix display of widget when called in onchange

    Add nicer message when there are no values to display
    grindtildeath authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    75bbdf3 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    0d09a0f View commit details
    Browse the repository at this point in the history
  46. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100,0% (1 of 1 strings)
    
    Translation: web-11.0/web-11.0-web_widget_x2many_2d_matrix
    Translate-URL: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_widget_x2many_2d_matrix/pt_BR/
    Rodrigo Macedo authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    59aad7a View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    1308eb2 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    f622805 View commit details
    Browse the repository at this point in the history
  49. [FIX] web_widget_x2many_2d_matrix: Allow empty cells

    Before this commit, if a matrix was lacking one element, some ugly errors appeared to the user.
    
    Now, it just displays the empty cell and lets the user go on.
    
    Also, acknowledge another limitation of the widget and add it to roadmap.
    yajo authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5ef302b View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    7f0311a View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    f5c6f55 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    c0b1e99 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    2687423 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    fd882bb View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    077b620 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    3801703 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    ae0cdcf View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    735ecaf View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    955b469 View commit details
    Browse the repository at this point in the history
  60. [FIX] web_widget_x2many_2d_matrix: Padding in aggregate row

    [FIX] Padding in aggregate row
    tarteo authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    50a4ef1 View commit details
    Browse the repository at this point in the history
  61. Translated using Weblate (Italian)

    Currently translated at 100.0% (3 of 3 strings)
    
    Translation: web-12.0/web-12.0-web_widget_x2many_2d_matrix
    Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_widget_x2many_2d_matrix/it/
    GSLabIt authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0fcc8e1 View commit details
    Browse the repository at this point in the history
  62. Translated using Weblate (French)

    Currently translated at 100.0% (3 of 3 strings)
    
    Translation: web-12.0/web-12.0-web_widget_x2many_2d_matrix
    Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_widget_x2many_2d_matrix/fr/
    Nicolas JEUDY authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d43123b View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    1195aa9 View commit details
    Browse the repository at this point in the history
  64. Translated using Weblate (Chinese (Simplified))

    Currently translated at 100.0% (3 of 3 strings)
    
    Translation: web-12.0/web-12.0-web_widget_x2many_2d_matrix
    Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_widget_x2many_2d_matrix/zh_CN/
    liweijie0812 authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5a2c03c View commit details
    Browse the repository at this point in the history
  65. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (3 of 3 strings)
    
    Translation: web-12.0/web-12.0-web_widget_x2many_2d_matrix
    Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_widget_x2many_2d_matrix/pt_BR/
    Rodrigo Macedo authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0ac7da1 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    38c180c View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    49e39b3 View commit details
    Browse the repository at this point in the history
  68. Revert "[FIX] web_widget_x2many_2d_matrix: Forced render mode to list…

    … on small screens"
    
    This reverts commit 10971ad.
    pedrobaeza authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ca1cffb View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    0188fd9 View commit details
    Browse the repository at this point in the history
  70. Translated using Weblate (Croatian)

    Currently translated at 100.0% (3 of 3 strings)
    
    Translation: web-12.0/web-12.0-web_widget_x2many_2d_matrix
    Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_widget_x2many_2d_matrix/hr/
    badbole authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    27d8ed7 View commit details
    Browse the repository at this point in the history
  71. [FIX] web_widget_x2many_2d_matrix: Wrong widget

    In previous versions _setSubViewLimit was defined at AbstractView widget but in v12 is defined at FormView widget
    fuentes73 authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ee7745e View commit details
    Browse the repository at this point in the history
  72. [IMP] web_widget_x2many_matrix: Sticky header, footer rows and main, …

    …totals columns
    Tardo authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    61c0c93 View commit details
    Browse the repository at this point in the history
  73. [FIX] web_widget_x2many_2d_matrix: Ensure lines order

    As objects are unordered collections of properties, we ensure incoming lines order by using lists
    fuentes73 authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8f20348 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    42545a3 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    7dafedc View commit details
    Browse the repository at this point in the history
  76. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: web-13.0/web-13.0-web_widget_x2many_2d_matrix
    Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_x2many_2d_matrix/
    oca-transbot authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    26e3c4b View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    0b572fd View commit details
    Browse the repository at this point in the history
  78. Translated using Weblate (German)

    Currently translated at 100.0% (3 of 3 strings)
    
    Translation: web-13.0/web-13.0-web_widget_x2many_2d_matrix
    Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_x2many_2d_matrix/de/
    didierdonze authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    961b758 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    fafd811 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    b5fa0cb View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    170b136 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    f76c199 View commit details
    Browse the repository at this point in the history
  83. [UPD] README.rst

    OCA-git-bot authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a0d901e View commit details
    Browse the repository at this point in the history
  84. Added translation using Weblate (Dutch)

    bosd authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    875a8c2 View commit details
    Browse the repository at this point in the history
  85. Translated using Weblate (Dutch)

    Currently translated at 33.3% (1 of 3 strings)
    
    Translation: web-14.0/web-14.0-web_widget_x2many_2d_matrix
    Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_widget_x2many_2d_matrix/nl_NL/
    bosd authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d590f01 View commit details
    Browse the repository at this point in the history
  86. Translated using Weblate (Dutch)

    Currently translated at 100.0% (3 of 3 strings)
    
    Translation: web-14.0/web-14.0-web_widget_x2many_2d_matrix
    Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_widget_x2many_2d_matrix/nl/
    bosd authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    2aec90c View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    c53b136 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    2bd6967 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    c40883f View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    8e2b026 View commit details
    Browse the repository at this point in the history
  91. [UPD] Update web_widget_x2many_2d_matrix.pot

    oca-ci authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    2b461d8 View commit details
    Browse the repository at this point in the history
  92. [UPD] README.rst

    OCA-git-bot authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    441864f View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    a2853b8 View commit details
    Browse the repository at this point in the history
  94. [UPD] README.rst

    OCA-git-bot authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1d4dfa9 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    b983ed6 View commit details
    Browse the repository at this point in the history
  96. [FIX] web_widget_x2many_2d_matrix: make the possibility to have alter…

    …native values for headers of rows and columns working
    legalsylvain authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    276259d View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    02fd737 View commit details
    Browse the repository at this point in the history
  98. [MIG] web_widget_x2_many_2d_matrix: Migration to 16.0

    [MIG] web_widget_x2_many_2d_matrix: Migration to 16.0 (WIP, columns)
    
    [MIG] web_widget_x2_many_2d_matrix: Migration to 16.0 (WIP, rows)
    
    [MIG] web_widget_x2_many_2d_matrix: Migration to 16.0 (WIP, add value component)
    
    Aggregated values
    
    [MIG] web_widget_x2many_2d_matrix: Fix commitChanges of matrix.
    
    [FIX] Fix commitChanges
    
    [FIX] setDirty
    
    [FIX] Aggregated values
    
    [IMP] readonly working
    
    [FIX] Update matrix on changing props
    
    [FIX] Remove old files
    
    [IMP] Run precommit stuff
    
    [FIX] Remove deprecated readme sections
    
    [MIG] Migrate show_row_totals and show_column_totals attributes
    
    [MIG] sticky headers
    
    Fixup
    
    Fixup
    
    Fixup
    
    fixup
    
    remove console.log
    
    fixup
    tarteo authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f2b1b7b View commit details
    Browse the repository at this point in the history
  99. [UPD] Update web_widget_x2many_2d_matrix.pot

    oca-ci authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6372d3d View commit details
    Browse the repository at this point in the history
  100. [UPD] README.rst

    OCA-git-bot authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0a680a2 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    2272f6e View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    ac91512 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    d212d2e View commit details
    Browse the repository at this point in the history
  104. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: web-16.0/web-16.0-web_widget_x2many_2d_matrix
    Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_x2many_2d_matrix/
    weblate authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    359eb6f View commit details
    Browse the repository at this point in the history
  105. Translated using Weblate (German)

    Currently translated at 100.0% (1 of 1 strings)
    
    Translation: web-16.0/web-16.0-web_widget_x2many_2d_matrix
    Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_x2many_2d_matrix/de/
    NICO-SOLUTIONS authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c6ea025 View commit details
    Browse the repository at this point in the history
  106. [FIX] web_widget_x2many_2d_matrix: many2one domain issue

    [FIX] web_widget_x2many_2d_matrix: many2one domain issue
    tarteo authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4483a7b View commit details
    Browse the repository at this point in the history
  107. Translated using Weblate (Spanish)

    Currently translated at 100.0% (1 of 1 strings)
    
    Translation: web-16.0/web-16.0-web_widget_x2many_2d_matrix
    Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_x2many_2d_matrix/es/
    Ivorra78 authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c9069d0 View commit details
    Browse the repository at this point in the history
  108. [UPD] README.rst

    OCA-git-bot authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    46bc7e4 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    6001829 View commit details
    Browse the repository at this point in the history
  110. [UPD] README.rst

    OCA-git-bot authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    af2f826 View commit details
    Browse the repository at this point in the history
  111. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: web-16.0/web-16.0-web_widget_x2many_2d_matrix
    Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_x2many_2d_matrix/
    weblate authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a1a0e82 View commit details
    Browse the repository at this point in the history
  112. Translated using Weblate (Italian)

    Currently translated at 100.0% (1 of 1 strings)
    
    Translation: web-16.0/web-16.0-web_widget_x2many_2d_matrix
    Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_x2many_2d_matrix/it/
    mymage authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    cd7dce6 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    0591740 View commit details
    Browse the repository at this point in the history
  114. [BOT] post-merge updates

    OCA-git-bot authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7f2efc5 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    53dcf34 View commit details
    Browse the repository at this point in the history
  116. [BOT] post-merge updates

    OCA-git-bot authored and SodexisTeam committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    87348d0 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    d2cb8c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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