Skip to content

Event addon migration (nothing to do) - #20

Closed
paulius-sladkevicius wants to merge 1 commit into
OCA:masterfrom
paulius-sladkevicius:event_migrate
Closed

Event addon migration (nothing to do)#20
paulius-sladkevicius wants to merge 1 commit into
OCA:masterfrom
paulius-sladkevicius:event_migrate

Conversation

@paulius-sladkevicius

Copy link
Copy Markdown

Field renaming should be handled by ORM

related: pull request #16

@bwrsandman

Copy link
Copy Markdown

I have a few issues here, there is no analysis_work file, even if the field renaming is handled by the ORM, there is work to be done with at least:

event        / event.event              / message_last_post (datetime)  : NEW 

For that, you can use the following:

from openerp.openupgrade import openupgrade_80
openupgrade_80.set_message_last_post(cr, uid, pool, 'event.event')

@paulius-sladkevicius

Copy link
Copy Markdown
Author

Thanks to pointing that, yesterday I've missed message_last_post helper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants