Ujjvala Collins (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-account-followup-yml-aag into 
lp:openobject-addons.

Requested reviews:
  Ujjvala Collins (OpenERP) (uco-openerp)
  Atik Agewan(OpenERP) (aag-openerp)
  Harry (OpenERP) (hmo-tinyerp)
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-account-followup-yml-aag/+merge/86892

account_followup:
------------------------------
* Removed unnecessary values given in the context value in yml.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-account-followup-yml-aag/+merge/86892
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-account-followup-yml-aag.
=== modified file 'account_followup/test/account_followup.yml'
--- account_followup/test/account_followup.yml	2011-12-20 09:52:05 +0000
+++ account_followup/test/account_followup.yml	2011-12-26 10:52:04 +0000
@@ -14,9 +14,7 @@
   I select the followup to send it to the partner.
 -
   !python {model: account.followup.print}: |
-    self.do_continue(cr, uid, [ref("account_followup_print_0")], {"lang": 'en_US',
-      "active_model": "ir.ui.menu", "active_ids": [ref("account_followup.account_followup_print_menu")],
-      "tz": False, "active_id": ref("account_followup.account_followup_print_menu"),
+    self.do_continue(cr, uid, [ref("account_followup_print_0")], {"active_ids": [ref("account_followup.account_followup_print_menu")], "active_id": ref("account_followup.account_followup_print_menu"),
       })
 -
   I select partners whom I want to send followups.
@@ -34,7 +32,5 @@
 -
   !python {model: account.followup.print.all}: |
     import time
-    self.do_mail(cr, uid, [ref("account_followup_print_all_0")], {"lang": 'en_US',
-      "active_model": "ir.ui.menu", "active_ids": [ref("account_followup.account_followup_print_menu")],
-      "tz": False, "date": time.strftime('%Y-%m-%d'), "followup_id": ref("account_followup.demo_followup1"), "active_id": ref("account_followup.account_followup_print_menu"),
+    self.do_mail(cr, uid, [ref("account_followup_print_all_0")], {"active_ids": [ref("account_followup.account_followup_print_menu")], "date": time.strftime('%Y-%m-%d'), "followup_id": ref("account_followup.demo_followup1"), "active_id": ref("account_followup.account_followup_print_menu"),
       })

_______________________________________________
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