[FIX] added period_id field to account_voucher dialog

lp bug: https://launchpad.net/bugs/1062621 fixed

bzr revid: jco@openerp.com-20121210141602-z7sa9lou4vkuczw3
This commit is contained in:
Josse Colpaert 2012-12-10 15:16:02 +01:00
parent 7f1d5daf2f
commit 96d50a9a40
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@
widget="selection"
on_change="onchange_journal(journal_id, line_cr_ids, False, partner_id, date, amount, type, company_id, context)"
string="Payment Method"/>
<field name="period_id" invisible="1"/>
</group>
<group>
<field name="date" invisible="context.get('line_type', False)" on_change="onchange_date(date, currency_id, payment_rate_currency_id, amount, company_id, context)"/>