c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #35762
[Bug 878104] Re: Cannot overwrite stored function field with non-stored field
Hello Evert Dausy,
Thank you very much for reporting this problem.
It is now fixed in,
Branch: lp:~openerp-dev/openobject-server/6.0-opw-18390-rgo,
Revision ID: rgo@xxxxxxxxxxx-20111025094513-leaze5uuca7bo3z7
Revision: 3528
Regards.
** Changed in: openobject-server
Status: New => Fix Committed
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/878104
Title:
Cannot overwrite stored function field with non-stored field
Status in OpenERP Server:
Fix Committed
Bug description:
When I try to overwrite the function field commitment_date (stored
field) in the sale_order_dates module by a non-function char field. It
gives me an error.
File "/opt/openerp/openerp-server-6.0.3/bin/osv/fields.py", line 113, in get
raise Exception(_('undefined get method !'))
Exception: undefined get method !
It prob try's to call a get method that does not exist.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/878104/+subscriptions
References