Khushboo Bhatt(openerp) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-polish2_analysis_view_account_asset-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_account_asset-kbh/+merge/82242

==== summury ===
==account_asset  Analysis Report ===

* change in account_asset_report_view.xml
 -  string of fields are changed from current month to Month and previous month 
to Month-1.

-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-polish2_analysis_view_account_asset-kbh/+merge/82242
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-polish2_analysis_view_account_asset-kbh.
=== modified file 'account_asset/report/account_asset_report_view.xml'
--- account_asset/report/account_asset_report_view.xml	2011-11-11 15:26:58 +0000
+++ account_asset/report/account_asset_report_view.xml	2011-11-15 05:46:25 +0000
@@ -47,11 +47,11 @@
                     <filter string="Year" icon="terp-go-year" name="year"
                         domain="[('purchase_date','&lt;=', time.strftime('%%Y-%%m-%%d')),('purchase_date','&gt;=',time.strftime('%%Y-01-01'))]"
                         help="Assets purchased in current year"/>
-                    <separator orientation="vertical"/>	
-                    <filter string="This Month" icon="terp-go-month" name="this_month"
+                    <separator orientation="vertical"/>
+                    <filter string="Month" icon="terp-go-month" name="this_month"
                         domain="[('purchase_date','&lt;=',(datetime.date.today()+relativedelta(day=31)).strftime('%%Y-%%m-%%d')),('purchase_date','&gt;=',(datetime.date.today()-relativedelta(day=1)).strftime('%%Y-%%m-%%d'))]"
                         help="Assets purchased in current month"/>
-                    <filter icon="terp-go-month" string="Previous Month" separator="1"
+                    <filter icon="terp-go-month" string="Month-1" separator="1"
                         domain="[('purchase_date','&lt;=', (datetime.date.today() - relativedelta(day=31, months=1)).strftime('%%Y-%%m-%%d')),('purchase_date','&gt;=',(datetime.date.today() - relativedelta(day=1,months=1)).strftime('%%Y-%%m-%%d'))]"
                         help="Assets purchased in last month"/>
                     <separator orientation="vertical"/>

_______________________________________________
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