Bharat Devnani (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-account-asset-state_usability-bde into 
lp:~openerp-dev/openobject-addons/trunk-account-asset.

Requested reviews:
  OpenERP R&D Team (openerp-dev)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-account-asset-state_usability-bde/+merge/65961

Hello Sir,

Following points are improved in the form view of Account Asset :
    
1) In all other view : the state bar is in the first tab, move it into first tab

2) Add icon on button

Thanks & Regards,
Devnani Bharat R.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-account-asset-state_usability-bde/+merge/65961
Your team OpenERP R&D Team is requested to review the proposed merge of 
lp:~openerp-dev/openobject-addons/trunk-account-asset-state_usability-bde into 
lp:~openerp-dev/openobject-addons/trunk-account-asset.
=== modified file 'account_asset/account_asset_view.xml'
--- account_asset/account_asset_view.xml	2011-06-23 15:15:03 +0000
+++ account_asset/account_asset_view.xml	2011-06-27 11:13:29 +0000
@@ -97,6 +97,10 @@
                         <field name="prorata" attrs="{'invisible': ['|',('method_time','=','end'),('method','!=','linear')]}"/>
                     </group>
                     <newline/>
+                    <group colspan="4" col="4">
+                        <field name="state" readonly="1" colspan="3"/>
+                        <button name="validate" states="draft" string="Confirm Asset" type="object" icon="terp-camera_test"/>
+                    </group>
                  </page>
                  <page string="Depreciation board">
                     <field name="depreciation_line_ids" colspan="4" nolabel="1" mode="tree,graph" >
@@ -125,10 +129,6 @@
                     <field name="note" nolabel="1"/>
                  </page>
               </notebook>
-              <field name="state" readonly="1"/>
-              <group colspan="2" col="2">
-                 <button name="validate" states="draft" string="Confirm asset" type="object"/>
-              </group>
            </form>
        </field>
     </record>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to