def __groups__(self):
g = [
(
_('Details'), 12,
['code', 4],
['price_base', 4],
['public', 1],
['of_sales', 1],
['of_purchase', 1],
['force_stock', 1],
['model', 4],
['brand', 4],
['feature_special', 4],
['family', 4],
['category', 4],
['subcategory', 4],
['tax', 4],
['url_video', 4],
),
(
_('Packaging information'), 12,
['packing_cost', 4],
['weight', 4],
)
]
return g
评论列表
文章目录