def __groups__(self):
g = [
(
_('Details'), 12,
['order', 2],
['code', 3],
['category', 3],
['public', 1],
['show_menu', 1],
['show_brand', 1],
['outstanding', 1],
['icon', 6],
['image', 6],
)
]
return g
评论列表
文章目录