openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #27131
[Bug 1271895] [NEW] [Trunk]base_action_rule.trg_date_calendar_id the column does not exist
Public bug reported:
After creating a new database and imported 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
** Affects: openobject-addons
Importance: Undecided
Status: New
--
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):
New
Bug description:
After creating a new database and imported 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
Follow ups
References