mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
release plm v2
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
'images': ['static/description/banner.gif'],
|
||||
'data': [
|
||||
'views/product_views.xml',
|
||||
'views/product_attribute_value_views.xml',
|
||||
],
|
||||
'demo': [
|
||||
],
|
||||
|
||||
18
app_product_superbar/views/product_attribute_value_views.xml
Normal file
18
app_product_superbar/views/product_attribute_value_views.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<odoo>
|
||||
<data>
|
||||
<!-- Product attribute value-->
|
||||
<record id="app_product_attribute_value_search" model="ir.ui.view">
|
||||
<field name="name">app.product.attribute.value.search</field>
|
||||
<field name="model">product.attribute.value</field>
|
||||
<field name="arch" type="xml">
|
||||
<search string="Search product.attribute.value">
|
||||
<field name="name" string="Value"/>
|
||||
<field name="attribute_id" string="Attribute"/>
|
||||
<superbar view_mode="tree">
|
||||
<field name="attribute_id"/>
|
||||
</superbar>
|
||||
</search>
|
||||
</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user