Khushboo Bhatt(openerp) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-polish2_analysis_view_auction-kbh into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-polish2_analysis_view_auction-kbh/+merge/81968

==== summury ===
== auction Analysis Report ===

* following changes in report_auction_view.xml

* putting separator between year and month button in search view.

* make the year button Default_search_year:1 in this files.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-polish2_analysis_view_auction-kbh/+merge/81968
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-polish2_analysis_view_auction-kbh.
=== modified file 'auction/report/report_auction_view.xml'
--- auction/report/report_auction_view.xml	2011-09-17 11:03:17 +0000
+++ auction/report/report_auction_view.xml	2011-11-11 12:00:29 +0000
@@ -37,9 +37,10 @@
         <field name="arch" type="xml">
             <search string="Auction Summary">
                 <group>
-                    <filter icon="terp-go-year" string="Year"
+                    <filter icon="terp-go-year" string="Year" name="year"
                         domain="[('year','=',time.strftime('%%Y'))]"
                         help="Auction during current year."/>
+                    <separator orientation="vertical"/>
                     <filter icon="terp-go-month" string="Month"
                         name="month"
                         domain="[('month','=',time.strftime('%%m'))]"
@@ -113,7 +114,7 @@
         <field name="view_type">form</field>
         <field name="view_mode">tree,graph</field>
         <field name="search_view_id" ref="view_report_auction_search"/>
-        <field name="context">{'search_default_month':1,'search_default_sold':1,'search_default_auction_date':1, 'group_by':[], 'group_by_no_leaf':1}</field>
+        <field name="context">{'search_default_year':1,'search_default_month':1,'search_default_sold':1,'search_default_auction_date':1, 'group_by':[], 'group_by_no_leaf':1}</field>
     </record>
 
     <menuitem name="Auction Analysis" action="action_report_auction" id="menu_report_auction" parent="auction.auction_report_menu"/>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : openerp-dev-gtk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to