I think if we make button registration mandatory, we should use it to store the default label of them on the ir.model.button and put it as default string attribute on the views.
> I think if we make button registration mandatory, we should use it to store the default label of them on the ir.model.button and put it as default string attribute on the views.
Then we should also add:
- Help
- confirm
- Icon (as pyson)
- States
- Prevalidate domain
And probably move the button menu outside of the access group.
And if we go this way, I think that we can remove the _buttons in favour of the ir.button table
On 2017-04-03 13:29, Sergi Almacellas Abellana wrote:
> > I think if we make button registration mandatory, we should use it to store the default label of them on the ir.model.button and put it as default string attribute on the views.
>
> Then we should also add:
>
> - Help
> - confirm
> - Icon (as pyson)
> - States
> - Prevalidate domain
>
> And probably move the button menu outside of the access group.
>
> And if we go this way, I think that we can remove the _buttons in favour of the ir.button table
This would be a bad move because it will make buttons un-extendable.
So only help and confirm seem to be good extra.
Yes I think module should reflect good practice so if we decide that string, help and confirm should be defined in ir.model.button, modules should do that.