Mayur Maheshwari(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-usability_fixes-mma into 
lp:~openerp-dev/openobject-addons/trunk-bugfixes-Ind.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability_fixes-mma/+merge/78228

Hello,

    improved all usability issue of bug qualification event from addons

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability_fixes-mma/+merge/78228
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bugfixes-Ind.
=== modified file 'account/account_view.xml'
--- account/account_view.xml	2011-10-02 10:54:04 +0000
+++ account/account_view.xml	2011-10-05 10:30:48 +0000
@@ -957,7 +957,8 @@
                                   <field groups="base.group_extended" name="child_depend"/>
                                   <field groups="base.group_extended" name="sequence"/>
                                   <field groups="base.group_extended" name="include_base_amount"/>
-                                  <field groups="base.group_extended" colspan="4" name="child_ids">
+                                  <separator groups="base.group_extended" colspan="4" string="Child Tax Accounts"/>
+                                  <field groups="base.group_extended" colspan="4" name="child_ids" nolabel="1">
                                       <tree string="Account Tax">
                                           <field name="sequence"/>
                                           <field name="name"/>

=== modified file 'account/project/project_view.xml'
--- account/project/project_view.xml	2011-10-05 09:21:46 +0000
+++ account/project/project_view.xml	2011-10-05 10:30:48 +0000
@@ -45,7 +45,7 @@
                         <filter string="Associated Partner" icon="terp-partner" domain="[]" context="{'group_by':'partner_id'}"/>
                         <separator orientation="vertical"/>
                         <filter string="Parent" icon="terp-folder-orange" domain="[]" context="{'group_by':'parent_id'}"/>
-                        <filter string="State" icon="terp-folder-green" domain="[]" context="{'group_by':'state'}"/>
+                        <filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}"/>
                     </group>
                 </search>
             </field>

=== modified file 'account/wizard/account_automatic_reconcile_view.xml'
--- account/wizard/account_automatic_reconcile_view.xml	2011-01-14 00:11:01 +0000
+++ account/wizard/account_automatic_reconcile_view.xml	2011-10-05 10:30:48 +0000
@@ -12,7 +12,8 @@
                     <label colspan="4" nolabel="1" string="For an invoice to be considered as paid, the invoice entries must be reconciled with counterparts, usually payments. With the automatic reconciliation functionality, OpenERP makes its own search for entries to reconcile in a series of accounts. It finds entries for each partner where the amounts correspond."/>
                     <newline/>
                     <group>
-                        <field name="account_ids" colspan="4" domain="[('reconcile','=',1)]"/>
+                        <separator colspan="4" string="Accounts to Reconcile"/>
+                        <field name="account_ids" colspan="4" domain="[('reconcile','=',1)]" nolabel="1"/>
                         <field name="date1"/>
                         <field name="date2"/>
                         <field name="power"/>

=== modified file 'account_voucher/account_voucher_view.xml'
--- account_voucher/account_voucher_view.xml	2011-09-27 13:07:30 +0000
+++ account_voucher/account_voucher_view.xml	2011-10-05 10:30:48 +0000
@@ -104,7 +104,7 @@
                     <group col="10" colspan="4">
                         <field name="state" widget="statusbar" statusbar_visible="draft,posted" statusbar_colors='{"proforma":"blue"}'/>
                         <button name="cancel_voucher" string="Cancel" states="draft,proforma"  icon="gtk-cancel"/>
-                        <button name="cancel_voucher" string="Cancel" type="object" states="posted" icon="terp-stock_effects-object-colorize" confirm="Are you sure to unreconcile this record ?"/>
+                        <button name="cancel_voucher" string="Cancel" type="object" states="posted" icon="gtk-cancel" confirm="Are you sure to unreconcile this record ?"/>
                         <button name="proforma_voucher" string="Post" states="draft" icon="terp-camera_test"/>
                         <button name="action_cancel_draft" type="object" states="cancel" string="Set to Draft" icon="terp-stock_effects-object-colorize"/>
                     </group>

=== modified file 'anonymization/anonymization_view.xml'
--- anonymization/anonymization_view.xml	2011-01-07 15:31:06 +0000
+++ anonymization/anonymization_view.xml	2011-10-05 10:30:48 +0000
@@ -56,8 +56,7 @@
         <field name="type">form</field>
         <field name="arch" type="xml">
             <form string="Database Anonymization">
-                <label string="Summary" />
-                <newline />
+                <separator colspan="4" string="Summary"/>
                 <group colspan="4" col="4">
                     <field name="summary" nolabel="1" readonly="0" width="400" />
                 </group>
@@ -67,16 +66,25 @@
                     <field name="file_import" />
                     <field name="msg" />
                 </group>
+                <newline />
+                <group colspan="4" col="4">
+                    <field name="state" />
+                </group>
+                <group colspan="4" col="8">
+                <label string="" colspan="2"/>
+                <button special="cancel" string="Cancel" icon="gtk-cancel"/>
                 <button name="anonymize_database"
                         string="Anonymize Database"
                         type="object"
-                        states="clear" />
+                        states="clear" 
+                        icon="terp-gtk-go-back-rtl" />
                 <button name="reverse_anonymize_database"
                         string="Reverse the Database Anonymization"
                         type="object"
-                        states="anonymized" />
-                        <newline />
-                <field name="state" />
+                        states="anonymized" 
+                        icon="terp-gtk-go-back-ltr" colspan="2"/>
+                        
+                </group>
             </form>
         </field>
     </record>

=== modified file 'caldav/wizard/calendar_event_subscribe.py'
--- caldav/wizard/calendar_event_subscribe.py	2011-01-14 00:11:01 +0000
+++ caldav/wizard/calendar_event_subscribe.py	2011-10-05 10:30:48 +0000
@@ -89,7 +89,7 @@
 
                }
     _defaults = {
-               'msg':lambda *a:'Import Sucessful.'
+               'msg':lambda *a:'Import Successful.'
                }
 
 calendar_event_subscribe()

=== modified file 'document_webdav/webdav_view.xml'
--- document_webdav/webdav_view.xml	2011-03-18 10:15:01 +0000
+++ document_webdav/webdav_view.xml	2011-10-05 10:30:48 +0000
@@ -14,7 +14,8 @@
 		<field name="dir_id" />
 		<field name="do_subst" />
 		<newline />
-		<field name="value" colspan="4" />
+		<separator colspan="4" string="value"/>
+		<field name="value" colspan="4" nolabel="1"/>
             </form>
         </field>
     </record>
@@ -42,7 +43,7 @@
                     <field name="namespace" />
                     <newline/>
                     <group expand="0" string="Group By..." groups="base.group_extended">
-                        <filter string="Dir" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'dir_id'}"/>
+                        <filter string="Dir" icon="terp-folder-green" domain="[]" context="{'group_by':'dir_id'}"/>
                         <filter string="Namespace" icon="terp-stock_symbol-selection" domain="[]" context="{'group_by':'namespace'}"/>
                     </group>
                </search>
@@ -92,7 +93,8 @@
 			    <newline />
 			    <field name="do_subst" />
 			    <newline />
-			    <field name="value" colspan="4" />
+			    <separator colspan="4" string="value"/>
+			    <field name="value" colspan="4" nolabel="1"/>
 			</form>
 		    </field>
 		</page>
@@ -113,7 +115,8 @@
 		<field name="file_id" />
 		<field name="do_subst" />
 		<newline />
-		<field name="value" colspan="4" />
+		<separator colspan="4" string="value"/>
+		<field name="value" colspan="4"  nolabel="1"/>
             </form>
         </field>
     </record>

=== modified file 'hr_evaluation/hr_evaluation_data.xml'
--- hr_evaluation/hr_evaluation_data.xml	2011-10-01 23:17:11 +0000
+++ hr_evaluation/hr_evaluation_data.xml	2011-10-05 10:30:48 +0000
@@ -421,7 +421,7 @@
         </record>
         <record id="survey_answer_45" model="survey.answer">
             <field name="in_visible_answer_type">1</field>
-            <field name="answer">Enthusiasm &amp; implication toward projects/assignments</field>
+            <field name="answer">Enthusiasm & implication toward projects/assignments</field>
             <field name="question_id" ref="survey_question_4"/>
             <field eval="5" name="sequence"/>
         </record>
@@ -463,7 +463,7 @@
         </record>
         <record id="survey_answer_73" model="survey.answer">
             <field name="in_visible_answer_type">1</field>
-            <field name="answer">Communication skills ( written &amp; verbally): clearness, concision, exactitude </field>
+            <field name="answer">Communication skills ( written & verbally): clearness, concision, exactitude </field>
             <field name="question_id" ref="survey_question_4"/>
             <field eval="5" name="sequence"/>
         </record>

=== modified file 'hr_holidays/wizard/hr_holidays_summary_department_view.xml'
--- hr_holidays/wizard/hr_holidays_summary_department_view.xml	2011-01-14 00:11:01 +0000
+++ hr_holidays/wizard/hr_holidays_summary_department_view.xml	2011-10-05 10:30:48 +0000
@@ -13,7 +13,8 @@
 				    <newline/>
 				    <field name="holiday_type" colspan="4"/>
 				    <newline/>
-				    <field name="depts" colspan="4"/>
+				    <separator colspan="4" string="Departments"/>
+				    <field name="depts" colspan="4" nolabel="1"/>
 					<separator colspan="4"/>
 					<label align="0.0" colspan="2" string="" />
 					<button colspan="1" icon="gtk-cancel" special="cancel" string="Cancel"/>

=== modified file 'hr_payroll/hr_payroll_view.xml'
--- hr_payroll/hr_payroll_view.xml	2011-09-17 11:03:17 +0000
+++ hr_payroll/hr_payroll_view.xml	2011-10-05 10:30:48 +0000
@@ -635,7 +635,7 @@
                     </group>
                     <newline/>
                     <group col="8" colspan="4" expand="0" string="Group By...">
-                        <filter string="Category" icon="terp-folder-yellow" name="head" context="{'group_by':'category_id'}"/>
+                        <filter string="Category" icon="terp-stock_symbol-selection" name="head" context="{'group_by':'category_id'}"/>
                     </group>
                 </search>
             </field>
@@ -706,7 +706,7 @@
                     <group col="6" colspan="4">
                         <field name="state"/>
                         <button name="%(action_hr_payslip_by_employees)d" type="action" states="draft" icon="gtk-execute" string="Generate Payslips" />
-                        <button name="close_payslip_run" type="object" icon="terp-camera_test" string="Close" states="draft"/>
+                        <button name="close_payslip_run" type="object" icon="terp-dialog-close" string="Close" states="draft"/>
                         <button string="Set to Draft" icon="terp-stock_effects-object-colorize" name="draft_payslip_run" type="object" states="close"/>
                     </group>
                 </form>

=== modified file 'mrp/mrp_view.xml'
--- mrp/mrp_view.xml	2011-09-24 09:10:37 +0000
+++ mrp/mrp_view.xml	2011-10-05 10:30:48 +0000
@@ -100,7 +100,7 @@
             <field name="view_type">form</field>
             <field name="view_mode">tree,form</field>
             <field name="search_view_id" ref="view_mrp_property_search"/>
-            <field name="help">The Properties in OpenERP are used to select the right bill of materials for manufacturing a product when you have different ways of building the same product. You can assign several properties to each Bill of Materials. When a sales person creates a sales order, he can relate it to several properties and OpenERP will automatically select the BoM to use according the the needs.</field>
+            <field name="help">The Properties in OpenERP are used to select the right bill of materials for manufacturing a product when you have different ways of building the same product. You can assign several properties to each Bill of Materials. When a sales person creates a sales order, he can relate it to several properties and OpenERP will automatically select the BoM to use according the needs.</field>
         </record>
         <menuitem name="Master Bill of Materials"
             id="menu_mrp_property"

=== modified file 'mrp_repair/mrp_repair.py'
--- mrp_repair/mrp_repair.py	2011-09-07 05:46:02 +0000
+++ mrp_repair/mrp_repair.py	2011-10-05 10:30:48 +0000
@@ -121,7 +121,7 @@
         'prodlot_id': fields.many2one('stock.production.lot', 'Lot Number', select=True, domain="[('product_id','=',product_id)]"),
         'state': fields.selection([
             ('draft','Quotation'),
-            ('confirmed','Confirmed, to repair'),
+            ('confirmed','Confirmed to repair'),
             ('ready','Ready to Repair'),
             ('under_repair','Under Repair'),
             ('2binvoiced','To be Invoiced'),
@@ -559,7 +559,7 @@
                     'name': repair.name,
                     'picking_id': picking,
                     'product_id': repair.product_id.id,
-                    'product_qty': move.product_uom_qty or 1.0,
+                    'product_qty': repair.move_id.product_qty or 1.0,
                     'product_uom': repair.product_id.uom_id.id,
                     'prodlot_id': repair.prodlot_id and repair.prodlot_id.id or False,
                     'address_id': repair.address_id and repair.address_id.id or False,

=== modified file 'mrp_repair/mrp_repair_view.xml'
--- mrp_repair/mrp_repair_view.xml	2011-09-17 11:03:17 +0000
+++ mrp_repair/mrp_repair_view.xml	2011-10-05 10:30:48 +0000
@@ -64,7 +64,8 @@
                                             <field name="invoiced"/>
                                         </group>
                                         <newline/>
-                                        <field colspan="4" name="tax_id" domain="[('parent_id','=',False),('type_tax_use','&lt;&gt;','purchase')]"/>
+                                        <separator colspan="4" string="Taxes"/>
+                                        <field colspan="4" name="tax_id" domain="[('parent_id','=',False),('type_tax_use','&lt;&gt;','purchase')]" nolabel="1"/>
                                         <separator colspan="4" string="States"/>
                                         <field name="state"/>
                                     </page>
@@ -136,7 +137,8 @@
                                             <field name="invoiced"/>
                                         </group>
                                         <newline/>
-                                        <field colspan="4" name="tax_id" domain="[('parent_id','=',False),('type_tax_use','&lt;&gt;','purchase')]"/>
+                                        <separator colspan="4" string="Taxes"/>
+                                        <field colspan="4" name="tax_id" domain="[('parent_id','=',False),('type_tax_use','&lt;&gt;','purchase')]" nolabel="1"/>
                                      </page>
                                      <page string="History" groups="base.group_extended">
                                         <field colspan="4" name="invoice_line_id" />

=== modified file 'mrp_repair/wizard/make_invoice.py'
--- mrp_repair/wizard/make_invoice.py	2011-06-29 05:55:56 +0000
+++ mrp_repair/wizard/make_invoice.py	2011-10-05 10:30:48 +0000
@@ -44,6 +44,8 @@
         order_obj = self.pool.get('mrp.repair')
         newinv = order_obj.action_invoice_create(cr, uid, context['active_ids'],
                                                  group=inv.group,context=context)
+        wf_service = netsvc.LocalService("workflow")
+        wf_service.trg_validate(uid, 'mrp.repair', context.get('active_id'), 'action_invoice_create' , cr)
 
         return {
             'domain': [('id','in', newinv.values())],

=== modified file 'portal/portal_view.xml'
--- portal/portal_view.xml	2011-08-02 13:50:30 +0000
+++ portal/portal_view.xml	2011-10-05 10:30:48 +0000
@@ -62,7 +62,7 @@
                             <field name="parent_menu_id"
                                 context="{'ir.ui.menu.full_list': True}"/>
                             <label colspan="1"/>
-                            <button name="do_create_menu" type="object"
+                            <button icon="gtk-execute" name="do_create_menu" type="object"
                                 string="Create Parent Menu"/>
                         </group>
                     </page>

=== modified file 'procurement/procurement.py'
--- procurement/procurement.py	2011-10-05 09:21:46 +0000
+++ procurement/procurement.py	2011-10-05 10:30:48 +0000
@@ -96,7 +96,7 @@
         'product_uos_qty': fields.float('UoS Quantity', states={'draft':[('readonly',False)]}, readonly=True),
         'product_uos': fields.many2one('product.uom', 'Product UoS', states={'draft':[('readonly',False)]}, readonly=True),
         'move_id': fields.many2one('stock.move', 'Reservation', ondelete='set null'),
-        'close_move': fields.boolean('Close Move at end', required=True),
+        'close_move': fields.boolean('Close Move at end'),
         'location_id': fields.many2one('stock.location', 'Location', required=True, states={'draft':[('readonly',False)]}, readonly=True),
         'procure_method': fields.selection([('make_to_stock','from stock'),('make_to_order','on order')], 'Procurement Method', states={'draft':[('readonly',False)], 'confirmed':[('readonly',False)]},
             readonly=True, required=True, help="If you encode manually a Procurement, you probably want to use" \

=== modified file 'procurement/procurement_view.xml'
--- procurement/procurement_view.xml	2011-09-24 00:55:47 +0000
+++ procurement/procurement_view.xml	2011-10-05 10:30:48 +0000
@@ -54,7 +54,7 @@
                         <field name="company_id" groups="base.group_multi_company" widget="selection"/>
                     </group>
                     <group col="2" colspan="2">
-                        <separator colspan="2" string="Planification"/>
+                        <separator colspan="2" string="Planning"/>
                         <field name="date_planned"/>
                         <field name="procure_method"/>
                         <field name="priority" groups="base.group_extended"/>

=== modified file 'product_margin/product_margin.py'
--- product_margin/product_margin.py	2011-07-01 23:41:24 +0000
+++ product_margin/product_margin.py	2011-10-05 10:30:48 +0000
@@ -110,15 +110,15 @@
         'purchase_gap' : fields.function(_product_margin, type='float', string='Purchase Gap', multi='product_margin',
             help="Normal Cost - Total Cost"),
         'turnover' : fields.function(_product_margin, type='float', string='Turnover' ,multi='product_margin',
-            help="Sum of Multification of Invoice price and quantity of Customer Invoices"),
+            help="Sum of Multiplication of Invoice price and quantity of Customer Invoices"),
         'total_cost'  : fields.function(_product_margin, type='float', string='Total Cost', multi='product_margin',
-            help="Sum of Multification of Invoice price and quantity of Supplier Invoices "),
+            help="Sum of Multiplication of Invoice price and quantity of Supplier Invoices "),
         'sale_expected' :  fields.function(_product_margin, type='float', string='Expected Sale', multi='product_margin',
-            help="Sum of Multification of Sale Catalog price and quantity of Customer Invoices"),
+            help="Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"),
         'normal_cost'  : fields.function(_product_margin, type='float', string='Normal Cost', multi='product_margin',
-            help="Sum of Multification of Cost price and quantity of Supplier Invoices"),
+            help="Sum of Multiplication of Cost price and quantity of Supplier Invoices"),
         'total_margin' : fields.function(_product_margin, type='float', string='Total Margin', multi='product_margin',
-            help="Turnorder - Standard price"),
+            help="Turnover - Standard price"),
         'expected_margin' : fields.function(_product_margin, type='float', string='Expected Margin', multi='product_margin',
             help="Expected Sale - Normal Cost"),
         'total_margin_rate' : fields.function(_product_margin, type='float', string='Total Margin (%)', multi='product_margin',

=== modified file 'product_margin/product_margin_view.xml'
--- product_margin/product_margin_view.xml	2011-03-09 13:14:25 +0000
+++ product_margin/product_margin_view.xml	2011-10-05 10:30:48 +0000
@@ -83,6 +83,7 @@
                     <field name="categ_id" invisible="1"/>
                     <field name="uom_id" invisible="1"/>
                     <field name="type" invisible="1"/>
+                    <field name="company_id" groups="base.group_multi_company" invisible="1"/>
             </tree>
             </field>
         </record>

=== modified file 'project/project_view.xml'
--- project/project_view.xml	2011-10-02 16:44:53 +0000
+++ project/project_view.xml	2011-10-05 10:30:48 +0000
@@ -260,7 +260,7 @@
                             <group col="11" colspan="4">
                                 <field name="state" widget="statusbar" statusbar_visible="draft,open,done" statusbar_colors='{"pending":"blue"}' select="1"/>
                                 <button name="do_cancel" states="draft,open,pending" string="Cancel" type="object" icon="gtk-cancel"/>
-                                <button name="do_draft" states="open" string="Draft" type="object" icon="gtk-indent"/>
+                                <button name="do_draft" states="open" string="Draft" type="object" icon="terp-document-new"/>
                                 <button name="do_open" states="pending,draft" string="Start Task" type="object" icon="gtk-execute"/>
                                 <button name="%(action_project_task_reevaluate)d" states="done,cancelled" string="Reactivate" type="action" icon="gtk-convert" context="{'button_reactivate':True}" />
                                 <button name="do_pending" states="open" string="Pending" type="object" icon="gtk-media-pause"/>
@@ -392,7 +392,7 @@
                     <field name="user_id" invisible="context.get('user_invisible', False)"/>
                     <field name="delegated_user_id" invisible="context.get('show_delegated', True)"/>
                     <field name="total_hours" invisible="1"/>
-                     <field name="planned_hours"/>
+                     <field name="planned_hours" widget="float_time"/>
                     <field name="effective_hours" widget="float_time" sum="Spent Hours" invisible="1"/>
                     <field name="remaining_hours" widget="float_time" sum="Remaining Hours" on_change="onchange_remaining(remaining_hours,planned_hours)"/>
                     <field name="date_deadline" invisible="context.get('deadline_visible',True)"/>

=== modified file 'project_long_term/project_long_term_view.xml'
--- project_long_term/project_long_term_view.xml	2011-09-24 09:10:37 +0000
+++ project_long_term/project_long_term_view.xml	2011-10-05 10:30:48 +0000
@@ -142,7 +142,7 @@
                             <group col="12" colspan="4">
                                 <field name="state" widget="statusbar" statusbar_visible="draft,open,done" statusbar_colors='{"pending":"blue"}' select="1"/>
                                 <button string="Cancel" name="set_cancel" states="draft,open,pending" icon="gtk-cancel"/>
-                                <button string="Draft" name="set_draft" states="open" icon="gtk-indent"/>
+                                <button string="Draft" name="set_draft" states="open" icon="terp-document-new"/>
                                 <button string="Pending" name="set_pending" states="open" icon="gtk-media-pause"/>
                                 <button string="Done" name="set_done" states="pending,open" icon="terp-dialog-close"/>
                                 <button string="Start Phase" name="set_open" states="pending,draft" icon="gtk-execute"/>

=== modified file 'sale_layout/sale_layout_view.xml'
--- sale_layout/sale_layout_view.xml	2011-09-17 14:28:46 +0000
+++ sale_layout/sale_layout_view.xml	2011-10-05 10:30:48 +0000
@@ -49,7 +49,8 @@
                                         <field name="discount" attrs="{'readonly':[('layout_type','!=','article')]}"/>
                                         <field name="type" attrs="{'readonly':[('layout_type','!=','article')]}"/>
                                         <field name="delay" select="2" attrs="{'readonly':[('layout_type','!=','article')]}"/>
-                                        <field colspan="4" name="tax_id" domain="[('parent_id','=',False)]" attrs="{'readonly':[('layout_type','!=','article')]}"/>
+                                        <separator colspan="4" string="Taxes"/>
+                                        <field colspan="4" name="tax_id" domain="[('parent_id','=',False)]" attrs="{'readonly':[('layout_type','!=','article')]}" nolabel="1"/>
                                         <separator colspan="4" string="States"/>
                                         <field name="state" select="2"/>
                                         <group col="3" colspan="2">

=== modified file 'stock/report/report_stock_move_view.xml'
--- stock/report/report_stock_move_view.xml	2011-09-17 11:03:17 +0000
+++ stock/report/report_stock_move_view.xml	2011-10-05 10:30:48 +0000
@@ -126,7 +126,7 @@
                     <filter string="State" name="group_state" icon="terp-stock_effects-object-colorize" context="{'group_by':'state'}"/>
                     <filter string="Stock journal" name="group_stock_journal" icon="terp-folder-orange" context="{'group_by':'stock_journal'}"/>
                     <separator orientation="vertical"/>
-                    <filter string="Company" name="group_state" icon="terp-stock_effects-object-colorize" context="{'group_by':'company_id'}" groups="base.group_multi_company"/>
+                    <filter string="Company" name="group_state" icon="terp-go-home" context="{'group_by':'company_id'}" groups="base.group_multi_company"/>
                     <separator orientation="vertical"/>
                     <filter string="Day" icon="terp-go-today" context="{'group_by':'day'}" help="Day Planned"/>
                     <filter string="Month" icon="terp-go-month" context="{'group_by':'date'}" help="Month Planned"/>

=== modified file 'stock/stock_view.xml'
--- stock/stock_view.xml	2011-10-05 09:21:46 +0000
+++ stock/stock_view.xml	2011-10-05 10:30:48 +0000
@@ -676,6 +676,7 @@
             <field name="arch" type="xml">
                 <tree colors="blue:state == 'draft';grey:state == 'cancel';red:state not in ('cancel', 'done') and date &lt; current_date" string="Picking list">
                     <field name="name"/>
+                    <field name="partner_id" invisible="True"/>
                     <field name="backorder_id" groups="base.group_extended"/>
                     <field name="origin"/>
                     <field name="date"/>

=== modified file 'wiki/wizard/wiki_create_menu_view.xml'
--- wiki/wizard/wiki_create_menu_view.xml	2011-01-14 00:11:01 +0000
+++ wiki/wizard/wiki_create_menu_view.xml	2011-10-05 10:30:48 +0000
@@ -15,8 +15,8 @@
                 	<field name="menu_parent_id" />
 	                <separator string="" colspan="4" />
     	            <label string="" colspan="2" />
-        	        <button special="cancel" string="Cancel" />
-            	    <button name="wiki_menu_create" string="Create Menu" type="object"/>
+        	        <button special="cancel" string="Cancel"  icon="gtk-cancel"/>
+            	    <button name="wiki_menu_create" string="Create Menu" type="object" icon="gtk-ok"/>
              </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