diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-04 14:52:28 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-04 14:52:28 +0700 |
| commit | 7cc4bec031757d23c7f7f9e754fc2997d2dfd921 (patch) | |
| tree | 2ace5dc432e04a4d8f91be276b3c8b83adda3935 /indoteknik_custom/views/product_template.xml | |
| parent | 3a5407d507ff985e10b4675727643bf5af107d11 (diff) | |
| parent | b0f4f1875216bbb0347c082f38b91b59e5bbf50c (diff) | |
Merge branch 'release' into staging
Diffstat (limited to 'indoteknik_custom/views/product_template.xml')
| -rwxr-xr-x | indoteknik_custom/views/product_template.xml | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/indoteknik_custom/views/product_template.xml b/indoteknik_custom/views/product_template.xml index b9b6ba0b..5fcb8b05 100755 --- a/indoteknik_custom/views/product_template.xml +++ b/indoteknik_custom/views/product_template.xml @@ -46,13 +46,30 @@ <field name="inherit_id" ref="website_sale.product_template_form_view"/> <field name="arch" type="xml"> <field name="website_ribbon_id" position="after"> - <field name="last_calculate_rating" attrs="{'readonly': [('type', '=', 'product')]}"/> - <field name="product_rating"/> + <field name="maker_code"/> + <field name="maker_name"/> + <field name="origin"/> + <field name="features"/> + <field name="usage"/> + <field name="specification"/> + <field name="material"/> <field name="search_rank"/> - <field name="web_price_sorting" attrs="{'readonly': [('type', '=', 'product')]}"/> <field name="solr_flag"/> </field> </field> </record> + <record id="product_variant_indoteknik" model="ir.ui.view"> + <field name="name">Product Product</field> + <field name="model">product.product</field> + <field name="inherit_id" ref="product.product_variant_easy_edit_view"/> + <field name="arch" type="xml"> + <field name="accurate_item_code" position="after"> + <field name="features"/> + <field name="usage"/> + <field name="specification"/> + <field name="material"/> + </field> + </field> + </record> </data> </odoo>
\ No newline at end of file |
