diff --git a/mrp_workcenter_dashboard/README.rst b/mrp_workcenter_dashboard/README.rst new file mode 100644 index 00000000..25eca0e8 --- /dev/null +++ b/mrp_workcenter_dashboard/README.rst @@ -0,0 +1,63 @@ +================================ +Manufacture Workcenter Dashboard +================================ + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:df30055a8e299baa61110ada600f3bfe38535068d0594a5d184f1dbadd741c3f + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-solvosci%2Fslv--manufacture-lightgray.png?logo=github + :target: https://github.com/solvosci/slv-manufacture/tree/15.0/mrp_workcenter_dashboard + :alt: solvosci/slv-manufacture + +|badge1| |badge2| |badge3| + +Enables workcenter dashboard, disabled by default in Odoo. +This dashboard was available in Odoo CE until v13. This addon enables +again it. + + +**Table of contents** + +.. contents:: + :local: + +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 `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Solvos + +Contributors +~~~~~~~~~~~~ + +* David Alonso + +Maintainers +~~~~~~~~~~~ + +This module is part of the `solvosci/slv-manufacture `_ project on GitHub. + +You are welcome to contribute. diff --git a/mrp_workcenter_dashboard/__manifest__.py b/mrp_workcenter_dashboard/__manifest__.py new file mode 100644 index 00000000..81ba4203 --- /dev/null +++ b/mrp_workcenter_dashboard/__manifest__.py @@ -0,0 +1,16 @@ +# © 2023 Solvos Consultoría Informática () +# License LGPL-3 - See https://www.gnu.org/licenses/lgpl-3.0.html +{ + "name": "Manufacture Workcenter Dashboard", + "summary": """ + Enables workcenter dashboard, disabled by default in Odoo + """, + "author": "Solvos", + "license": "LGPL-3", + "version": "15.0.1.0.0", + "category": "Manufacturing", + "website": "https://github.com/solvosci/slv-manufacture", + "depends": ["mrp"], + "data": ["views/mrp_workcenter_views.xml"], + "installable": True, +} diff --git a/mrp_workcenter_dashboard/i18n/es.po b/mrp_workcenter_dashboard/i18n/es.po new file mode 100644 index 00000000..2e3ae6ad --- /dev/null +++ b/mrp_workcenter_dashboard/i18n/es.po @@ -0,0 +1,21 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_workcenter_dashboard +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 15.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-11-30 16:24+0000\n" +"PO-Revision-Date: 2023-11-30 16:24+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: mrp_workcenter_dashboard +#: model:ir.ui.menu,name:mrp_workcenter_dashboard.menu_mrp_dashboard +msgid "Overview" +msgstr "Información general" diff --git a/mrp_workcenter_dashboard/i18n/mrp_workcenter_dashboard.pot b/mrp_workcenter_dashboard/i18n/mrp_workcenter_dashboard.pot new file mode 100644 index 00000000..dcb30681 --- /dev/null +++ b/mrp_workcenter_dashboard/i18n/mrp_workcenter_dashboard.pot @@ -0,0 +1,21 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_workcenter_dashboard +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 15.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-11-30 16:23+0000\n" +"PO-Revision-Date: 2023-11-30 16:23+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: mrp_workcenter_dashboard +#: model:ir.ui.menu,name:mrp_workcenter_dashboard.menu_mrp_dashboard +msgid "Overview" +msgstr "" diff --git a/mrp_workcenter_dashboard/readme/CONTRIBUTORS.rst b/mrp_workcenter_dashboard/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000..423455df --- /dev/null +++ b/mrp_workcenter_dashboard/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* David Alonso diff --git a/mrp_workcenter_dashboard/readme/DESCRIPTION.rst b/mrp_workcenter_dashboard/readme/DESCRIPTION.rst new file mode 100644 index 00000000..ecb111de --- /dev/null +++ b/mrp_workcenter_dashboard/readme/DESCRIPTION.rst @@ -0,0 +1,3 @@ +Enables workcenter dashboard, disabled by default in Odoo. +This dashboard was available in Odoo CE until v13. This addon enables +again it. diff --git a/mrp_workcenter_dashboard/static/description/icon.png b/mrp_workcenter_dashboard/static/description/icon.png new file mode 100644 index 00000000..daa2a029 Binary files /dev/null and b/mrp_workcenter_dashboard/static/description/icon.png differ diff --git a/mrp_workcenter_dashboard/static/description/index.html b/mrp_workcenter_dashboard/static/description/index.html new file mode 100644 index 00000000..0cf57fd8 --- /dev/null +++ b/mrp_workcenter_dashboard/static/description/index.html @@ -0,0 +1,418 @@ + + + + + + +Manufacture Workcenter Dashboard + + + +
+

Manufacture Workcenter Dashboard

+ + +

Beta License: LGPL-3 solvosci/slv-manufacture

+

Enables workcenter dashboard, disabled by default in Odoo. +This dashboard was available in Odoo CE until v13. This addon enables +again it.

+

Table of contents

+ +
+

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.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Solvos
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is part of the solvosci/slv-manufacture project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/mrp_workcenter_dashboard/views/mrp_workcenter_views.xml b/mrp_workcenter_dashboard/views/mrp_workcenter_views.xml new file mode 100644 index 00000000..9632b577 --- /dev/null +++ b/mrp_workcenter_dashboard/views/mrp_workcenter_views.xml @@ -0,0 +1,11 @@ + + + +