openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #27255
[Bug 1271895] Re: [Trunk]base_action_rule.trg_date_calendar_id the column does not exist
It is probably due to the fact that between those two dates, a merge
added this column in the model. This feature has been added in revision
9059 (Revision ID: tde@xxxxxxxxxxx-20140122150032-uu6mk8s0arachzy4) at
the time the bug appeared. It is therefore probably not a bug but an
issue with a trunk that has evolved between the two dates.
** Changed in: openobject-addons
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1271895
Title:
[Trunk]base_action_rule.trg_date_calendar_id the column does not exist
Status in OpenERP Addons (modules):
Invalid
Bug description:
After having created a new database and import an export file from
yesterday, I get the following error:
2014-01-23 10:48:27,537 9966 ERROR demo1_dup openerp.sql_db: Programming error: ERREUR: la colonne base_action_rule.trg_date_calendar_id n'existe pas
LIGNE 1 : ..._rule."filter_pre_id",base_action_rule."sequence",base_actio...
^
, in query SELECT base_action_rule."model_id",date_trunc('second', base_action_rule."create_date") as create_date,base_action_rule."filter_pre_id",base_action_rule."sequence",base_action_rule."trg_date_calendar_id",base_action_rule."trg_date_id",base_action_rule."trg_date_range_type",base_action_rule."active",base_action_rule."trg_date_range",base_action_rule."kind",base_action_rule."name",base_action_rule."act_user_id",base_action_rule."last_run",base_action_rule."filter_id",base_action_rule.id FROM "base_action_rule" WHERE base_action_rule.id IN %s ORDER BY sequence
This problem is perhaps related to the change yesterday ( revision
9059 ) on base_action_rule / file base_action_rule.py because with the
daily release from yesterday , there is no problem
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1271895/+subscriptions
References