[ADD][web_action_conditionable] support forms - #1205
Conversation
tarteo
left a comment
There was a problem hiding this comment.
<tree create="'some_group' in _group_refs"> in tree views doesn't hide the 'Create' button anymore.
|
@tarteo thanks, didn't consider this use case. Fixed and updated the readme accordingly |
|
The same case is for trees in form views. |
|
I can't reproduce this locally, can you add an example on runbot? |
|
I've changed
to
but I can still add items. |
|
aha! you try this in a many2many field, I believe this never has worked: https://github.com/OCA/OCB/blob/8.0/addons/web/static/src/js/view_form.js#L5024 But simple to fix, so I just added that even though not in the scope of this PR. |
tarteo
left a comment
There was a problem hiding this comment.
The previous worked with one2many and many2many fields on my local machine. But this is more clear. Thanks!
Can you increase the version number in the manifest.
|
This PR has the |
|
@hbrunn can you squash commits at your taste? |
74be642 to
517baff
Compare
|
@pedrobaeza done |
I added a few other improvements in separate commits, you'll see that in the messages