diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-10 10:58:46 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-10 10:58:46 +0700 |
| commit | 811d37923e235e12b2032e2acf93fc69c2a350a7 (patch) | |
| tree | cc20c5c8cf315e0c4524ff7188ba0d87943390e0 | |
| parent | 3990589120359d4407c65924485098e9c1516acc (diff) | |
cr product variant
| -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> |
