-
-
Notifications
You must be signed in to change notification settings - Fork 871
[19.0][MIG] project_parent #1576
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
base: 19.0
Are you sure you want to change the base?
Conversation
…iews.xml, remove post_install file
Currently translated at 100.0% (5 of 5 strings) Translation: project-13.0/project-13.0-project_parent Translate-URL: https://translation.odoo-community.org/projects/project-13-0/project-13-0-project_parent/es/
Currently translated at 80.0% (4 of 5 strings) Translation: project-16.0/project-16.0-project_parent Translate-URL: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_parent/pt_BR/
Currently translated at 100.0% (6 of 6 strings) Translation: project-16.0/project-16.0-project_parent Translate-URL: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_parent/es/
Currently translated at 83.3% (5 of 6 strings) Translation: project-16.0/project-16.0-project_parent Translate-URL: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_parent/pt_BR/
Currently translated at 100.0% (6 of 6 strings) Translation: project-17.0/project-17.0-project_parent Translate-URL: https://translation.odoo-community.org/projects/project-17-0/project-17-0-project_parent/it/
Currently translated at 100.0% (6 of 6 strings) Translation: project-18.0/project-18.0-project_parent Translate-URL: https://translation.odoo-community.org/projects/project-18-0/project-18-0-project_parent/pt/
|
/ocabot migration project_parent |
| @@ -0,0 +1,77 @@ | |||
| <?xml version="1.0" encoding="utf-8" ?> | |||
| <!-- © 2017-2019 Elico Corp (https://www.elico-corp.com). | |||
| License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). --> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you clarify license here ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
"license": "LGPL-3",
I think that is pretty clear.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems fine to me
d2fcb5c to
e03fc7b
Compare
e03fc7b to
5a9f4ed
Compare
| ) | ||
|
|
||
| def test_parent_childs_project(self): | ||
| self.assertIn(self.project_project_2, self.project_project_1.child_ids) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would keep it, but with assertNotIn
No description provided.