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

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1022951 in OpenERP Addons: "can not create journal voucher "
  https://bugs.launchpad.net/openobject-addons/+bug/1022951

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

Hello,

        account_voucher:  I have added a invisible filed in account voucher 
form view to fix this error message 
          " Could not get field with name 'payment_rate_currency_id' for 
onchange 'onchange_date(date, currency_id, payment_rate_currency_id, amount, 
company_id) "

Thanks
Mayur
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1022951-mma/+merge/114186
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1022951-mma.
=== modified file 'account_voucher/account_voucher_view.xml'
--- account_voucher/account_voucher_view.xml	2012-07-03 12:41:11 +0000
+++ account_voucher/account_voucher_view.xml	2012-07-10 13:14:28 +0000
@@ -59,6 +59,7 @@
                         <field name="company_id" widget="selection" groups="base.group_multi_company"/>
                         <field name="reference"/>
                         <field name="account_id" widget="selection" invisible="True"/>
+                        <field name="payment_rate_currency_id" invisible="1"/>
                     </group>
                     <notebook colspan="4">
                         <page string="Voucher Entry">

_______________________________________________
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