c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #15489
[Bug 715345] Re: [6.0] crm_helpdesk xml coding mistake
Please take a closer look at the code
the group defines col="2"
the field defines colspan ="4"
this does not make any sense and prohibits to add "normal" fields with colspan="2" in this group
- <group colspan="4" col="2">
+ <group colspan="4" col="4">
<separator colspan="4" string="References"/>
<field colspan="4" name="ref"/>
<field colspan="4" name="ref2"/>
** Changed in: openobject-addons
Status: Invalid => New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/715345
Title:
[6.0] crm_helpdesk xml coding mistake
Status in OpenERP Modules (addons):
New
Bug description:
col spec is wrong
References