Adding entry controls

bzr revid: fp@tinyerp.com-a361684b9cc898f65020e216db3c3506def7ddc3
This commit is contained in:
Fabien Pinckaers 2007-04-19 20:02:23 +00:00
parent bf0d989a04
commit cc1be22103
1 changed files with 2 additions and 0 deletions

View File

@ -265,6 +265,8 @@
</page><page string="Entry Controls">
<separator string="Accounts Type Allowed (empty for no control)" colspan="4"/>
<field name="type_control_ids" colspan="4" nolabel="1"/>
<separator string="Accounts Allowed (empty for no control)" colspan="4"/>
<field name="account_control_ids" colspan="4" nolabel="1"/>
</page>
</notebook>
</form>