c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #08424
[Bug 691072] Re: [6.0RC1][TRUNK][account_voucher] Wrong definition of field 'company_id' in 'account_voucher_line' object
** Attachment added: "Fix to wrong declaration of 'company_id' field"
https://bugs.launchpad.net/bugs/691072/+attachment/1767660/+files/account_voucher.patch
--
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/691072
Title:
[6.0RC1][TRUNK][account_voucher] Wrong definition of field 'company_id' in 'account_voucher_line' object
Status in OpenObject Addons Modules:
New
Bug description:
Hi all, using following revisions in 6.0RC1 version:
Server: rev 3114
Addons: rev 4011
found that the field 'company_id' in 'account_voucher_line' columns definition missed the declaration of 'type=many2one'; this caused that in form view, this field looked like an integer (probably because company_id is an integer...) instead of a many2one type.
Please, check attached patch.
Best regards,
References