Skip to content

[19.0][MIG] fieldservice: Migration to 19.0#1496

Open
hoattk-komit wants to merge 532 commits intoOCA:19.0from
komit-consulting:19.0-mig-fieldservice
Open

[19.0][MIG] fieldservice: Migration to 19.0#1496
hoattk-komit wants to merge 532 commits intoOCA:19.0from
komit-consulting:19.0-mig-fieldservice

Conversation

@hoattk-komit
Copy link

@hoattk-komit hoattk-komit commented Jan 16, 2026

No description provided.

mymage and others added 30 commits January 15, 2026 11:59
fieldservice 14.0.1.16.0

fieldservice 14.0.1.17.0
Currently translated at 100.0% (575 of 575 strings)

Translation: field-service-14.0/field-service-14.0-fieldservice
Translate-URL: https://translation.odoo-community.org/projects/field-service-14-0/field-service-14-0-fieldservice/it/
without this fix
some_partner.child_ids.mapped('fsm_location_id')
return just one rec instead of all the expected records

fieldservice 14.0.1.17.1

[UPD] README.rst

fieldservice 14.0.1.17.2
Currently translated at 100.0% (575 of 575 strings)

Translation: field-service-14.0/field-service-14.0-fieldservice
Translate-URL: https://translation.odoo-community.org/projects/field-service-14-0/field-service-14-0-fieldservice/it/
fieldservice 14.0.1.18.0
In fsm.order action : action_fsm_operation_order

fieldservice 14.0.1.18.1
And rename Settings to Configuration to be aligned
with Stock and Account

[UPD] Update fieldservice.pot

fieldservice 14.0.1.19.0

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: field-service-14.0/field-service-14.0-fieldservice
Translate-URL: https://translation.odoo-community.org/projects/field-service-14-0/field-service-14-0-fieldservice/
[UPD] Update fieldservice.pot

fieldservice 14.0.1.19.1

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: field-service-14.0/field-service-14.0-fieldservice
Translate-URL: https://translation.odoo-community.org/projects/field-service-14-0/field-service-14-0-fieldservice/

fieldservice 14.0.1.20.0
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: field-service-16.0/field-service-16.0-fieldservice
Translate-URL: https://translation.odoo-community.org/projects/field-service-16-0/field-service-16-0-fieldservice/
Currently translated at 100.0% (504 of 504 strings)

Translation: field-service-16.0/field-service-16.0-fieldservice
Translate-URL: https://translation.odoo-community.org/projects/field-service-16-0/field-service-16-0-fieldservice/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: field-service-16.0/field-service-16.0-fieldservice
Translate-URL: https://translation.odoo-community.org/projects/field-service-16-0/field-service-16-0-fieldservice/
Currently translated at 100.0% (515 of 515 strings)

Translation: field-service-16.0/field-service-16.0-fieldservice
Translate-URL: https://translation.odoo-community.org/projects/field-service-16-0/field-service-16-0-fieldservice/it/
Currently translated at 16.5% (85 of 515 strings)

Translation: field-service-16.0/field-service-16.0-fieldservice
Translate-URL: https://translation.odoo-community.org/projects/field-service-16-0/field-service-16-0-fieldservice/de/
Currently translated at 100.0% (515 of 515 strings)

Translation: field-service-16.0/field-service-16.0-fieldservice
Translate-URL: https://translation.odoo-community.org/projects/field-service-16-0/field-service-16-0-fieldservice/it/
@hoattk-komit hoattk-komit force-pushed the 19.0-mig-fieldservice branch 5 times, most recently from bd7868b to faa14fe Compare January 22, 2026 08:23
Copy link

@Vang-NguyenPhu Vang-NguyenPhu left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@huan-tq huan-tq left a comment

Choose a reason for hiding this comment

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

LGTM! Tested in our environment!
image

@@ -0,0 +1 @@
odoo-addon-base_territory @ git+https://github.com/OCA/field-service.git@refs/pull/1495/head#subdirectory=base_territory

Choose a reason for hiding this comment

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

Antoni Marroig Campomar and others added 2 commits February 5, 2026 12:26
Type mix-up was provoking infinite loops when navigating out of form
views with "next" arrow buttons.

Fixes OCA#1161.
@brian10048
Copy link
Contributor

@hoattk-komit the dependent module is now merged. Can you remove the test requirements commit?

[MIG] fieldservice: Migration to 19.0

[MIG] fieldservice: Migration to 19.0
@hoattk-komit hoattk-komit force-pushed the 19.0-mig-fieldservice branch from 98cfdcd to b31ef51 Compare February 6, 2026 02:47
@hoattk-komit
Copy link
Author

The file test-requirements.txt was removed.

<field
name="partner_id"
groups="base.group_no_one"
required="0"

Choose a reason for hiding this comment

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

Could you please explain why we need this change? Thanks.

<field
name="partner_id"
groups="base.group_no_one"
required="0"

Choose a reason for hiding this comment

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

and here.

If it is related to the base.group_no_one, maybe we can try to understand why we need it and consider removing it.

Copy link
Author

Choose a reason for hiding this comment

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

  • The behavior is like the field partner_id on the user form view, so I think don't remove it.
  • I added required="0" because the field is read-only, so we can avoid being blocked on UI.

Choose a reason for hiding this comment

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

Ah, it is a delegation inheritance. Thanks.

Copy link

@cuongnmtm cuongnmtm left a comment

Choose a reason for hiding this comment

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

Code review LGTM

@cuongnmtm
Copy link

@hoattk-komit hoa could you please merge/squash commits? Thanks.

@OCA-git-bot
Copy link
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

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.