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

[12.0][MIG] web_widget_x2many_2d_matrix #1101

Merged
merged 58 commits into from
Nov 20, 2018

Commits on Nov 9, 2018

  1. [ADD] web_widget_x2many_2d_matrix

    hbrunn authored and alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    9d53699 View commit details
    Browse the repository at this point in the history
  2. [UPD] readme

    hbrunn authored and alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    4e73cdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ec242a View commit details
    Browse the repository at this point in the history
  4. [FIX] use odoo's parse_value

    hbrunn authored and alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    1aa706d 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 alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    4ef233d 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 alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    24adac0 View commit details
    Browse the repository at this point in the history
  7. [IMP] collapse whitespace in rows

    hbrunn authored and alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    3f5155a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ff664d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    483b02f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    61f2cb4 View commit details
    Browse the repository at this point in the history
  11. [FIX] replace therp icon

    hbrunn authored and alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    3f35550 View commit details
    Browse the repository at this point in the history
  12. [FIX] setup focus

    hbrunn authored and alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    fa17226 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 alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    555de4a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9b460f5 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 alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    49131e0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b87b5e5 View commit details
    Browse the repository at this point in the history
  17. [IMP] icon

    hbrunn authored and alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    03f62ae View commit details
    Browse the repository at this point in the history
  18. [IMP] better modularity

    hbrunn authored and alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    410bf22 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 alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    e8d6014 View commit details
    Browse the repository at this point in the history
  20. [FIX] also reinitialize totals

    hbrunn authored and alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    5f0d890 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    fe6c41f View commit details
    Browse the repository at this point in the history
  22. add OCA to author

    Markus Schneider authored and alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    b051d46 View commit details
    Browse the repository at this point in the history
  23. remove comma

    Markus Schneider authored and alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    8705e57 View commit details
    Browse the repository at this point in the history
  24. [UPD] prefix versions with 8.0

    sbidoul authored and alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    a31ee8b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    49ef856 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    004b29e View commit details
    Browse the repository at this point in the history
  27. [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 alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    165e962 View commit details
    Browse the repository at this point in the history
  28. [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 alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    c0c6289 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    9e9b934 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c1a1713 View commit details
    Browse the repository at this point in the history
  31. [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 alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    5990b02 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6542442 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    606c25a View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    4f40019 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    50a3af9 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    b4f1a37 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    20ed7d3 View commit details
    Browse the repository at this point in the history
  38. [MIG] Rename manifest files

    pedrobaeza authored and alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    b35d088 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    cbb2e8a View commit details
    Browse the repository at this point in the history
  40. [IMP] web_widget_x2many_2d_matrix: Update example

    There are now more required fields for a task.
    pedrobaeza authored and alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    f7881e1 View commit details
    Browse the repository at this point in the history
  41. [10.0] web_widget_x2many_2d_matrix: update README

    Cédric Pigeon authored and alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    0f7f30a View commit details
    Browse the repository at this point in the history
  42. [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 alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    2fc7a00 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    908dc89 View commit details
    Browse the repository at this point in the history
  44. [11][MIG] web_widget_x2many_2d_matrix WIP

    Artem Kostyuk authored and alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    27aed59 View commit details
    Browse the repository at this point in the history
  45. [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 alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    935bd42 View commit details
    Browse the repository at this point in the history
  46. [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 alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    2d4a45c View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    8419269 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    8e93093 View commit details
    Browse the repository at this point in the history
  49. 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 alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    8bf6c91 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    fe8a044 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    6dba2c0 View commit details
    Browse the repository at this point in the history
  52. [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 alexey-pelykh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    0fd0446 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    2439bde View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    47c09db View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    652af96 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    fc66ba9 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    a57d77a View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    fa2969a View commit details
    Browse the repository at this point in the history