Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[13.0][ADD] website_rating #2567

Merged
merged 1 commit into from
Feb 20, 2021
Merged

Conversation

bishalgit
Copy link

Nothing to do.

--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

@sergio-teruel
Copy link

Hi @bishalgit Mybe you can set publisher_id and publisher_datetime in a post-migration like this

UPDATE rating_rating
SET publisher_id = rp.id,
publisher_datetime = rr.write_date
FROM rating_rating rr
LEFT JOIN res_users ru ON rr.write_uid = ru.id
LEFT JOIN res_partner rp ON ru.partner_id = rp.id

What do you think?

@pedrobaeza pedrobaeza changed the title [13.0][MIG] website_rating [13.0][ADD] website_rating Feb 20, 2021
@pedrobaeza pedrobaeza added this to the 13.0 milestone Feb 20, 2021
@pedrobaeza
Copy link
Member

It's a new feature for allowing to publish an official reply from the publisher, so it's nothing to do, although this explanation is good to be added to the analysis work file.

@pedrobaeza pedrobaeza merged commit 25f241f into OCA:13.0 Feb 20, 2021
@bishalgit
Copy link
Author

@pedrobaeza the documentation in issue 1733 has not been updated. Can you check it again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants