c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #09212
[Bug 693285] Re: Contact title integrity control miss
I have no table res_partner_contact in my database. Did you mean
res_partner_address?
In this table, there is a column named title with an integer
corresponding to the id in the table res_partner_title and if I do what
I said in my bug description, there are entries in the title column who
don't correspond to an id in the table res_partner_title and this cause
bugs in reports because OpenERP cannot find the title corresponding to
the contact (address, il you prefer).
** 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/693285
Title:
Contact title integrity control miss
Status in OpenObject Addons Modules:
New
Bug description:
1) Steps to reproduce the issue you have observed-
- Create a Contact Title
- Create a partner contact using this title
- Delete this title
2) The result you observed
Nothing is said: the title is deleted and the contact appears to have no title, but the relation stay in the database. This cause bugs, for example, in some reports where OpenERP can't find the title corresponding to the contact.
3) The result you expected
A message would appear to forbid to delete the title, or the contacts using this title would be updated to break the relation.
4) The platform you are using
OpenERP Client Windows
OpenERP Server Linux
5) The OpenERP version you are using
V6.0 RC1
References