diff --git a/base_repair/README.rst b/base_repair/README.rst index 891b29513..9fe66e537 100644 --- a/base_repair/README.rst +++ b/base_repair/README.rst @@ -14,13 +14,13 @@ Base Repair :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github - :target: https://github.com/OCA/manufacture/tree/13.0/base_repair + :target: https://github.com/OCA/manufacture/tree/14.0/base_repair :alt: OCA/manufacture .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/manufacture-13-0/manufacture-13-0-base_repair + :target: https://translation.odoo-community.org/projects/manufacture-14-0/manufacture-14-0-base_repair :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/129/13.0 + :target: https://runbot.odoo-community.org/runbot/129/14.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -29,7 +29,6 @@ This module extends the functionality of Odoo Repair module to add some basic fe * Includes Repair Date field and adds it to the form * Includes Repair Duration field and adds it to the form -* Includes Responsible User field and adds it to the form * Includes repair order search by Responsible User * Includes grouping by Responsible User * Includes grouping by Repair Date @@ -47,7 +46,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 smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -99,6 +98,6 @@ Current `maintainer `__: |maintainer-marcelsavegnago| -This module is part of the `OCA/manufacture `_ project on GitHub. +This module is part of the `OCA/manufacture `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/base_repair/models/repair_order.py b/base_repair/models/repair_order.py index 6e5b69baa..cb3dc488a 100644 --- a/base_repair/models/repair_order.py +++ b/base_repair/models/repair_order.py @@ -8,13 +8,6 @@ class RepairOrder(models.Model): _inherit = "repair.order" - user_id = fields.Many2one( - "res.users", - "User", - default=lambda self: self.env.user, - help="Person in charge for the repair", - ) - date_repair = fields.Datetime( "Repair Date", default=fields.Datetime.now, diff --git a/base_repair/readme/DESCRIPTION.rst b/base_repair/readme/DESCRIPTION.rst index 49fd7c72a..037f34b0c 100644 --- a/base_repair/readme/DESCRIPTION.rst +++ b/base_repair/readme/DESCRIPTION.rst @@ -2,7 +2,6 @@ This module extends the functionality of Odoo Repair module to add some basic fe * Includes Repair Date field and adds it to the form * Includes Repair Duration field and adds it to the form -* Includes Responsible User field and adds it to the form * Includes repair order search by Responsible User * Includes grouping by Responsible User * Includes grouping by Repair Date diff --git a/base_repair/static/description/index.html b/base_repair/static/description/index.html index 1516fd44b..24cbfafe7 100644 --- a/base_repair/static/description/index.html +++ b/base_repair/static/description/index.html @@ -3,13 +3,13 @@ - + Base Repair