Skip to content
Snippets Groups Projects
Commit 1561a528 authored by Denis Ledoux's avatar Denis Ledoux
Browse files

[FIX] website_sale: product website description must be translatable

parent fc329b6e
Branches
Tags
No related merge requests found
......@@ -123,7 +123,7 @@ class product_template(osv.Model):
string='Website Comments',
),
'website_published': fields.boolean('Available in the website', copy=False),
'website_description': fields.html('Description for the website'),
'website_description': fields.html('Description for the website', translate=True),
'alternative_product_ids': fields.many2many('product.template','product_alternative_rel','src_id','dest_id', string='Alternative Products', help='Appear on the product page'),
'accessory_product_ids': fields.many2many('product.product','product_accessory_rel','src_id','dest_id', string='Accessory Products', help='Appear on the shopping cart'),
'website_size_x': fields.integer('Size X'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment