c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #08432
[Bug 691072] Re: [6.0RC1][TRUNK][account_voucher] Wrong definition of field 'company_id' in 'account_voucher_line' object
** Changed in: openobject-addons
Importance: Undecided => Low
** Changed in: openobject-addons
Status: New => Confirmed
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)
--
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:
Confirmed
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