-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
[17.0][MIG] maintenance_project #401
Conversation
984a190
to
5f49cfb
Compare
@@ -0,0 +1 @@ | |||
odoo-addon-base_maintenance @ git+https://github.com/OCA/maintenance.git@refs/pull/400/head#subdirectory=base_maintenance |
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.
@Anxo82 test requirements file seems to be good, but it should be placed in the root folder, not inside addon directory.
5f49cfb
to
b05094e
Compare
a674900
to
4cf3b01
Compare
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: maintenance-14.0/maintenance-14.0-maintenance_project Translate-URL: https://translation.odoo-community.org/projects/maintenance-14-0/maintenance-14-0-maintenance_project/
Currently translated at 100.0% (23 of 23 strings) Translation: maintenance-14.0/maintenance-14.0-maintenance_project Translate-URL: https://translation.odoo-community.org/projects/maintenance-14-0/maintenance-14-0-maintenance_project/it/
Currently translated at 100.0% (23 of 23 strings) Translation: maintenance-15.0/maintenance-15.0-maintenance_project Translate-URL: https://translation.odoo-community.org/projects/maintenance-15-0/maintenance-15-0-maintenance_project/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: maintenance-16.0/maintenance-16.0-maintenance_project Translate-URL: https://translation.odoo-community.org/projects/maintenance-16-0/maintenance-16-0-maintenance_project/
Currently translated at 100.0% (21 of 21 strings) Translation: maintenance-16.0/maintenance-16.0-maintenance_project Translate-URL: https://translation.odoo-community.org/projects/maintenance-16-0/maintenance-16-0-maintenance_project/it/
Currently translated at 100.0% (21 of 21 strings) Translation: maintenance-16.0/maintenance-16.0-maintenance_project Translate-URL: https://translation.odoo-community.org/projects/maintenance-16-0/maintenance-16-0-maintenance_project/es/
Currently translated at 100.0% (21 of 21 strings) Translation: maintenance-16.0/maintenance-16.0-maintenance_project Translate-URL: https://translation.odoo-community.org/projects/maintenance-16-0/maintenance-16-0-maintenance_project/it/
4cf3b01
to
f132c76
Compare
@FernandoRomera tests fixed, could you review? |
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.
@dalonsod
LGTM.
A silly thing, to follow OCA guidelines. Rename dir data to demo
f132c76
to
7d86d06
Compare
@mymage could you review? Thanks! |
@FernandoRomera done! |
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.
LGTM
As improvement, but it is not argument of the migration, I'll add equipment reference on Project form and Project reference on Equipment form. I'll do an issue just as reminder.
This PR has the |
<field name="create_project_from_equipment" invisible="id" /> | ||
<field | ||
name="project_id" | ||
invisible="create_project_from_equipment or not id" |
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.
@Anxo82 according to original code this condition's been translated wrong in new syntax, please check:
invisible="create_project_from_equipment or not id" | |
invisible="create_project_from_equipment and not id" |
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.
Done! Review please.
Thanks.
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.
It works
7d86d06
to
ed288fd
Compare
Co-Authored-By: David Alonso <david.alonso@solvos.es>
ed288fd
to
533ba1b
Compare
@etobella could you review? Thanks! |
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
/ocabot migration maintenance_project |
Congratulations, your PR was merged at 21e6f4d. Thanks a lot for contributing to OCA. ❤️ |
Remove in demo_maintenance_project.xml 2 fields: "maintenance_duration" and "period". This fields removed in base odoo.