def __groups__(self):
g = [(
_('Details'), 12,
["product", 4],
["offer", 2],
["outstanding", 2],
['most_sold', 2],
["sample", 2],
["code", 4],
["price_base_local", 4],
["ean13", 4],
["related", 6],
["related_accesory", 6],
), (
_('Packaging information'), 12,
['packing_cost', 4],
['weight', 4],
)]
return g
评论列表
文章目录