Skip to content

Commit 0dcc537

Browse files
matiasperalta1maciej-wichowski
authored andcommitted
[MIG] website_sale_product_description: Migration to 16.0
1 parent 5b4d0ad commit 0dcc537

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

website_sale_product_description/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Website Sale Product Description",
55
"category": "Website",
66
"summary": "Shows custom e-Commerce description for products",
7-
"version": "15.0.1.1.0",
7+
"version": "16.0.1.0.0",
88
"website": "https://github.com/OCA/e-commerce",
99
"author": "Solvos, Odoo Community Association (OCA)",
1010
"license": "AGPL-3",

website_sale_product_description/views/product_template.xml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<field
1111
name="public_description"
1212
nolabel="1"
13+
colspan="2"
1314
widget="html"
1415
placeholder="This description will be shown on e-commerce frontend"
1516
/>

0 commit comments

Comments
 (0)