You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
988 B

  1. 11.0.1.0.2 (2018-10-31)
  2. ~~~~~~~~~~~~~~~~~~~~~~~
  3. * Fix initialization of 1st domain node
  4. Sometime the dialog is not ready yet, like on EE version.
  5. Hence when you inject the 1st domain node
  6. the dialog must be already opened.
  7. [simahawk]
  8. 11.0.1.0.1 (2018-09-18)
  9. ~~~~~~~~~~~~~~~~~~~~~~~
  10. * Fix `undefined` in x2m fields
  11. Before this patch, when searching with the "equals to" operator in any
  12. x2many field, the searched parameter was always `undefined`.
  13. The problem was that the underlying field manager implementation was
  14. treating those fields as x2many, while the widget used was the `one2many`
  15. one.
  16. This patch simply mocks the underlying fake record to make think that
  17. any relational field is always a `one2many`. This sets all pieces in
  18. place and makes the field manager work as expected, and thus you can
  19. search as expected too.
  20. * Make linter happy
  21. [Yajo]
  22. 11.0.1.0.0 (2018-07-20)
  23. ~~~~~~~~~~~~~~~~~~~~~~~
  24. * Rename, refactor, migrate to v11
  25. [Yajo]