Skip to content
Snippets Groups Projects
Commit f94d560b authored by tanghulu0608's avatar tanghulu0608
Browse files

[FIX] website_sale: Sort product by website sequence in website sale.


closes odoo/odoo#64625

Signed-off-by: default avatarRomain Derie <rdeodoo@users.noreply.github.com>
parent 31bc04af
Branches
Tags
No related merge requests found
......@@ -43,6 +43,9 @@
<field name="model">product.template</field>
<field name="inherit_id" ref="website_sale.product_template_view_tree"/>
<field name="arch" type="xml">
<xpath expr="/tree" position="attributes">
<attribute name="default_order">website_sequence</attribute>
</xpath>
<field name="sequence" position="replace">
<field name="website_sequence" widget="handle"/>
</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment