You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
618 B
14 lines
618 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<!-- view for deal of the week field in product page-->
|
|
<record id="product_template_view_form" model="ir.ui.view">
|
|
<field name="name">product.template.view.form.inherit.theme.lego</field>
|
|
<field name="model">product.template</field>
|
|
<field name="inherit_id" ref="product.product_template_only_form_view"/>
|
|
<field name="arch" type="xml">
|
|
<field name="website_ribbon_id" position="after">
|
|
<field name="deal_check" string="Deal of the Week"/>
|
|
</field>
|
|
</field>
|
|
</record>
|
|
</odoo>
|
|
|