Joined: 18 Aug 2008 Posts: 2 Location: Ivory Coast
Posted: Mon Aug 18, 2008 2:29 pm Post subject: handling one2many widget in the wizard
Hi there to everybody,
I'm having an error when trying to edit an one2many widget in my wizard. Here is my code:
ARCH = '''<xml>
<form>
<ffield name="coas_ids"/>
</form>'''
FIELDS = {
'coas_ids': {'string': 'Les police', 'type': 'one2many', 'relation': 'account.coas', },
}
The point is, when I try do create a new object (account.coas), I get an error message: "Object wizard<name of the wizard> doesn't exist".
Can anyone know how to handle that?
regards Alfred _________________ regards Alfred
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum