openerp-community team mailing list archive
-
openerp-community team
-
Mailing list archive
-
Message #03727
lp:~camptocamp/openerp-product-attributes/7.0-base_custom_attributes-wiz-imp-yvr into lp:openerp-product-attributes
Yannick Vaucher @ Camptocamp has proposed merging lp:~camptocamp/openerp-product-attributes/7.0-base_custom_attributes-wiz-imp-yvr into lp:openerp-product-attributes.
Requested reviews:
Guewen Baconnier @ Camptocamp (gbaconnier-c2c): code review
For more details, see:
https://code.launchpad.net/~camptocamp/openerp-product-attributes/7.0-base_custom_attributes-wiz-imp-yvr/+merge/193068
Mouse wheel saver
Be nice with your mices
--
https://code.launchpad.net/~camptocamp/openerp-product-attributes/7.0-base_custom_attributes-wiz-imp-yvr/+merge/193068
Your team OpenERP Community is subscribed to branch lp:openerp-product-attributes.
=== modified file 'base_custom_attributes/custom_attributes_view.xml'
--- base_custom_attributes/custom_attributes_view.xml 2013-10-16 09:50:02 +0000
+++ base_custom_attributes/custom_attributes_view.xml 2013-10-29 14:37:04 +0000
@@ -259,11 +259,14 @@
<field name="name">attribute.option.wizard</field>
<field name="model">attribute.option.wizard</field>
<field name="arch" type="xml">
- <form string="Options Wizard" col="6">
- <field name="attribute_id" invisible="1" colspan="2"/>
+ <form string="Options Wizard" version="7.0">
+ <field name="attribute_id" invisible="1"/>
<separator string="options_placeholder"/>
- <button special="cancel" string="Cancel" icon="gtk-cancel"/>
- <button name="validate" string="Validate" type="object" icon="gtk-convert"/>
+ <footer>
+ <button name="validate" string="Validate" type="object" icon="gtk-convert" class="oe_highlight"/>
+ or
+ <button string="Cancel" class="oe_link" special="cancel"/>
+ </footer>
</form>
</field>
</record>
References