Skip to content
Snippets Groups Projects
Commit 5a7f3560 authored by Vinay Rana's avatar Vinay Rana
Browse files

[IMP] account: set 'selection' widget for company field in tax report wizard.

bzr revid: vra@tinyerp.com-20100812093930-xrcz792cqk5x2a8b
parent c75affcd
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Select Period">
<field name="company_id" groups="base.group_multi_company"/>
<field name="company_id" groups="base.group_multi_company" widget='selection'/>
<newline/>
<field name="based_on"/>
<newline/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment