~angelmoya/product-extra-addons/nan_product_pack

« back to all changes in this revision

Viewing changes to product_custom_attributes/product_attribute_view.xml

  • Committer: Benoit Guillot
  • Date: 2012-08-09 10:01:01 UTC
  • Revision ID: benoit.guillot@akretion.com.br-20120809100101-47c9zq1cuxmgyyo2
[IMP] product_custom_attributes : improve multi_languages management

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
            <field name="type">form</field>
61
61
            <field name="arch" type="xml">
62
62
                <form string="Product Attribute" col="8">
63
 
                    <field name="name" colspan="1"/>
 
63
                    <field name="field_description" colspan="1" on_change="onchange_field_description(field_description, context)"/>
 
64
                    <field name="name" colspan="1" attrs="{'readonly':[('create_date', '!=', False)]}"/>
64
65
                    <field name="attribute_type" colspan="1"/>
65
66
                    <field name="based_on" colspan="1"/>
66
67
                    <field name="serialized" colspan="1"/>
71
72
                            <field name="name" colspan="7"/>
72
73
                        </tree>
73
74
                    </field>
 
75
                    <field name="create_date" invisible="1"/>
74
76
                </form>
75
77
            </field>
76
78
        </record>