project and project_issue review to 10.0 - #848
Conversation
pedrobaeza
left a comment
There was a problem hiding this comment.
These 3 noupdate record rules need to be removed (2 in project and 1 in project_issue):
DEL ir.rule: project.portal_project_rule
DEL ir.rule: project.portal_task_rule
DEL ir.rule: project_issue.portal_issue_rule
16fe3a2 to
54c4ab3
Compare
|
@pedrobaeza it is done |
|
You are removing the XML-IDs, not the rules itself. Do first |
|
@pedrobaeza it is done |
There was a problem hiding this comment.
Do not put this comment here. Actually not anywhere as it is very clear from the code what is done.
There was a problem hiding this comment.
Same for this - do not put comment for something that is obvious from the code.
There was a problem hiding this comment.
those are actually not necessary, because the unlinks above will also clean up xmlids pointing to the records in question: https://github.com/OCA/OCB/blob/10.0/odoo/models.py#L3418-L3420
And xmlids not in use any more are also cleaned up by the system
|
Please, rebase the PR |
|
Are you going to continue with this PR? |
|
Yes! Sorry, but I had problem to understand rebase... |
|
I think you have made things the contrary. You should remove records, not ir_model_data |
980e9b9 to
ce56605
Compare
|
@pedrobaeza Is it ok?? |
|
I'm afraid not. You have to remove the SQL instruction that removes ir_model_data, and keep these instructions: |
|
Ok! Sorry for the confusion, now I see it... but, not the same thing here?? |
|
Of course, we are talking to do the same on both. |
|
Ok! |
There was a problem hiding this comment.
Please, delete the two +s
There was a problem hiding this comment.
Ups! Sorry! It's done
|
There are lint errors: |
|
As @hbrunn's concerns are covered, I merge. |
|
I have cloned dario's branch and verified all your suggestions and lint problems are solved. What's stopping the merge? |
|
nothing |
|
I forgot to merge... |
Description of the issue/feature this PR addresses:
Current behavior before PR:
Desired behavior after PR is merged:
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr