[19.0][MIG] fieldservice: Migration to 19.0#1496
[19.0][MIG] fieldservice: Migration to 19.0#1496hoattk-komit wants to merge 532 commits intoOCA:19.0from
Conversation
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/
[IMP] update dotfiles
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/
bd7868b to
faa14fe
Compare
fieldservice/test-requirements.txt
Outdated
| @@ -0,0 +1 @@ | |||
| odoo-addon-base_territory @ git+https://github.com/OCA/field-service.git@refs/pull/1495/head#subdirectory=base_territory | |||
There was a problem hiding this comment.
This change should be in a separate commit https://github.com/OCA/maintainer-tools/wiki/Use-temporary-reference%28s%29-to-another-pull-request%28s%29
3506cf7 to
d4829a5
Compare
Type mix-up was provoking infinite loops when navigating out of form views with "next" arrow buttons. Fixes OCA#1161.
a584e0f to
98cfdcd
Compare
|
@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
98cfdcd to
b31ef51
Compare
|
The file |
| <field | ||
| name="partner_id" | ||
| groups="base.group_no_one" | ||
| required="0" |
There was a problem hiding this comment.
Could you please explain why we need this change? Thanks.
| <field | ||
| name="partner_id" | ||
| groups="base.group_no_one" | ||
| required="0" |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
- The behavior is like the field
partner_idon 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.
There was a problem hiding this comment.
Ah, it is a delegation inheritance. Thanks.
|
@hoattk-komit hoa could you please merge/squash commits? Thanks. |
|
This PR has the |

No description provided.