diff --git a/fieldservice_size/README.rst b/fieldservice_size/README.rst index 869fa57f75..44d0623728 100644 --- a/fieldservice_size/README.rst +++ b/fieldservice_size/README.rst @@ -17,13 +17,13 @@ Field Service Sizes :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Ffield--service-lightgray.png?logo=github - :target: https://github.com/OCA/field-service/tree/17.0/fieldservice_size + :target: https://github.com/OCA/field-service/tree/18.0/fieldservice_size :alt: OCA/field-service .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/field-service-17-0/field-service-17-0-fieldservice_size + :target: https://translation.odoo-community.org/projects/field-service-18-0/field-service-18-0-fieldservice_size :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/field-service&target_branch=17.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/field-service&target_branch=18.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -85,7 +85,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -126,6 +126,6 @@ Current `maintainer `__: |maintainer-brian10048| -This module is part of the `OCA/field-service `_ project on GitHub. +This module is part of the `OCA/field-service `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/fieldservice_size/__manifest__.py b/fieldservice_size/__manifest__.py index bd4990398e..ae7b3df9ae 100644 --- a/fieldservice_size/__manifest__.py +++ b/fieldservice_size/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Field Service Sizes", "summary": "Manage Sizes for Field Service Locations and Orders", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "category": "Field Service", "author": "Brian McMaster, Odoo Community Association (OCA)", "website": "https://github.com/OCA/field-service", diff --git a/fieldservice_size/models/fsm_size.py b/fieldservice_size/models/fsm_size.py index d99cc072cd..081e7705da 100644 --- a/fieldservice_size/models/fsm_size.py +++ b/fieldservice_size/models/fsm_size.py @@ -8,7 +8,7 @@ class FSMSize(models.Model): _name = "fsm.size" _description = "Field Service Size" - name = fields.Char(required="True") + name = fields.Char(required=True) type_id = fields.Many2one("fsm.order.type", string="Order Type") parent_id = fields.Many2one("fsm.size", string="Parent Size", index=True) uom_id = fields.Many2one("uom.uom", string="Unit of Measure") diff --git a/fieldservice_size/static/description/index.html b/fieldservice_size/static/description/index.html index ea099adfa8..9682983380 100644 --- a/fieldservice_size/static/description/index.html +++ b/fieldservice_size/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -368,7 +369,7 @@

Field Service Sizes

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:a1923a2bef4565dd07b91280f2487dbcc77edfebf2b44b7814e5c8ddcd988583 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/field-service Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/field-service Translate me on Weblate Try me on Runboat

Some field service operations may need to track the size of a field service location and its orders.

Examples of sizes might be: - Area measure of a location - Count of @@ -428,7 +429,7 @@

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -452,13 +453,15 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

brian10048

-

This module is part of the OCA/field-service project on GitHub.

+

This module is part of the OCA/field-service project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/fieldservice_size/views/fsm_location.xml b/fieldservice_size/views/fsm_location.xml index afef1f1a57..4868c0eedc 100644 --- a/fieldservice_size/views/fsm_location.xml +++ b/fieldservice_size/views/fsm_location.xml @@ -1,5 +1,4 @@ - fsm.location.size.form fsm.location @@ -8,16 +7,15 @@ - + - + - diff --git a/fieldservice_size/views/fsm_order.xml b/fieldservice_size/views/fsm_order.xml index 5c0c69780f..755c7ffdad 100644 --- a/fieldservice_size/views/fsm_order.xml +++ b/fieldservice_size/views/fsm_order.xml @@ -1,5 +1,4 @@ - fsm.order @@ -18,5 +17,4 @@ - diff --git a/fieldservice_size/views/fsm_size.xml b/fieldservice_size/views/fsm_size.xml index 7aed0afefd..2f7d131745 100644 --- a/fieldservice_size/views/fsm_size.xml +++ b/fieldservice_size/views/fsm_size.xml @@ -1,15 +1,14 @@ - - - fsm.size.tree + + fsm.size.list fsm.size - + - + @@ -42,12 +41,11 @@ Field Service Sizes fsm.size - tree,form + list,form

Configure a Field Service Size here.

-
diff --git a/fieldservice_size/views/menu.xml b/fieldservice_size/views/menu.xml index d5b6522c2c..7e53c63628 100644 --- a/fieldservice_size/views/menu.xml +++ b/fieldservice_size/views/menu.xml @@ -1,5 +1,4 @@ - -