def __groups__(self):
g = [
(
_('Details'), 12,
['name', 6],
['tax', 3],
['default', 3],
['recargo_equivalencia', 4],
)
]
return g