diff options
| -rwxr-xr-x | indoteknik_custom/views/product_template.xml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/indoteknik_custom/views/product_template.xml b/indoteknik_custom/views/product_template.xml index a77b99de..5a509ebd 100755 --- a/indoteknik_custom/views/product_template.xml +++ b/indoteknik_custom/views/product_template.xml @@ -39,12 +39,23 @@ </group> </page> </page> - <field name="supplier_taxes_id" position="after"> + <field name="supplier_taxes_id" position="after"> <field name="supplier_url" widget="url"/> </field> </field> </record> - + + <record id="product_normal_form_view_inherit" model="ir.ui.view"> + <field name="name">Product Template</field> + <field name="model">product.product</field> + <field name="inherit_id" ref="product.product_normal_form_view"/> + <field name="arch" type="xml"> + <field name="last_update_solr" position="after"> + <field name="clean_website_description" /> + </field> + </field> + </record> + <record id="x_manufactures_group_by" model="ir.ui.view"> <field name="name">product.template.search.inherit</field> <field name="model">product.template</field> |
