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

[18.0][MIG] base_maintenance: Migration to 18.0 #452

Merged
merged 32 commits into from
Feb 7, 2025

Conversation

BhaveshHeliconia
Copy link

No description provided.

LoisRForgeFlow and others added 30 commits January 27, 2025 09:39
Currently translated at 100.0% (25 of 25 strings)

Translation: maintenance-14.0/maintenance-14.0-base_maintenance
Translate-URL: https://translation.odoo-community.org/projects/maintenance-14-0/maintenance-14-0-base_maintenance/it/
Since the tree view is editable when accessing in the configuration
menu, the new field need to be showed also in the tree view.
Currently translated at 100.0% (22 of 22 strings)

Translation: maintenance-15.0/maintenance-15.0-base_maintenance
Translate-URL: https://translation.odoo-community.org/projects/maintenance-15-0/maintenance-15-0-base_maintenance/pt/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: maintenance-16.0/maintenance-16.0-base_maintenance
Translate-URL: https://translation.odoo-community.org/projects/maintenance-16-0/maintenance-16-0-base_maintenance/
Currently translated at 100.0% (22 of 22 strings)

Translation: maintenance-16.0/maintenance-16.0-base_maintenance
Translate-URL: https://translation.odoo-community.org/projects/maintenance-16-0/maintenance-16-0-base_maintenance/es/
Currently translated at 100.0% (22 of 22 strings)

Translation: maintenance-16.0/maintenance-16.0-base_maintenance
Translate-URL: https://translation.odoo-community.org/projects/maintenance-16-0/maintenance-16-0-base_maintenance/pt_BR/
Copy link

@carlos-lopez-tecnativa carlos-lopez-tecnativa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
TT54649
@Tecnativa @pedrobaeza @victoralmau could you please review this.

@pedrobaeza
Copy link
Member

/ocabot migration base_maintenance

@OCA-git-bot OCA-git-bot added this to the 18.0 milestone Jan 30, 2025
@@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Project-Id-Version: Odoo Server 17.0\n"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incorrect version. If edited, better to put the correct one.

# Setup for creating user and maintenance team records for tests
cls.user = cls.env.ref("base.user_admin")

def test_create_maintenance_team(self):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test is not adding value, as it's testing ORM features, not this module features. You can print the report as test of not crashing during its rendering, which adds value.

</page>
</notebook>
</field>
<xpath expr="//field[@name='description']/.." position="attributes">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be cherry-picked from e589471 before the migration commit instead of putting it here as if it was part of the migration.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pedrobaeza , I cherry-picked the changes and fixed the issues. Could you please review it again?

after this commit odoo/odoo@3bd8410 the maintenance request form view now has an independent page. This commit adapts the view to align with the new page structure.
Copy link
Member

@pedrobaeza pedrobaeza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

Hey, thanks for contributing! Proceeding to merge this for you.
Prepared branch 18.0-ocabot-merge-pr-452-by-pedrobaeza-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit b9a8938 into OCA:18.0 Feb 7, 2025
7 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 1d6bf2a. Thanks a lot for contributing to OCA. ❤️

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.