Skip to content
Snippets Groups Projects
Commit 3dccf0df authored by Kevin Baptiste's avatar Kevin Baptiste Committed by Yannick Tivisse
Browse files

[FIX] product: add "variants" back to stat button


The word "variants" was missing from the stat button.

Task: 2046482

closes odoo/odoo#35413

Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
parent 480fdfbb
Branches
Tags
No related merge requests found
......@@ -15,11 +15,11 @@
groups="product.group_product_variant"/>
</header>
<sheet>
<div class="oe_button_box" name="button_box"/>
<widget name="web_ribbon" text="Archived" bg_color="bg-danger" attrs="{'invisible': [('active', '=', True)]}"/>
<field name='product_variant_count' invisible='1'/>
<field name='is_product_variant' invisible='1'/>
<field name='attribute_line_ids' invisible='1'/>
<div class="oe_button_box" name="button_box"/>
<widget name="web_ribbon" text="Archived" bg_color="bg-danger" attrs="{'invisible': [('active', '=', True)]}"/>
<field name="id" invisible="True"/>
<field name="image_1920" widget="image" class="oe_avatar" options="{'preview_image': 'image_128'}"/>
<div class="oe_title">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment