diff --git a/addons/account_voucher/voucher_sales_purchase_view.xml b/addons/account_voucher/voucher_sales_purchase_view.xml index 97f96f75901e067a899cfe5f075599e0af86c4ae..2dd53832529dad16f2c7af9ce779bd074d84dc48 100644 --- a/addons/account_voucher/voucher_sales_purchase_view.xml +++ b/addons/account_voucher/voucher_sales_purchase_view.xml @@ -248,7 +248,7 @@ <page string="Bill Information"> <field name="line_dr_ids" on_change="onchange_price(line_dr_ids, tax_id, partner_id)" context="{'journal_id':journal_id,'partner_id':partner_id}"> <tree string="Expense Lines" editable="bottom"> - <field name="account_id" widget="selection" domain="[('user_type.report_type','=','expense'), ('type','!=','view')]"/> + <field name="account_id" domain="[('user_type.report_type','=','expense'), ('type','!=','view')]"/> <field name="name"/> <field name="amount"/> <field name="account_analytic_id" groups="analytic.group_analytic_accounting"/>