c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #08423
[Bug 691072] [NEW] [6.0RC1][TRUNK][account_voucher] Wrong definition of field 'company_id' in 'account_voucher_line' object
Public bug reported:
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,
** Affects: openobject-addons
Importance: Undecided
Status: 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/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,
Follow ups
References