From 0e3482cea31ba9ff4a166e1e73720babb2e5dde4 Mon Sep 17 00:00:00 2001 From: Quentin Dupont Date: Thu, 4 Aug 2022 15:07:56 +0200 Subject: [PATCH 1/7] [ADD] mrp_business [FIX] few integrations things --- grap_mrp_dev/README.rst | 52 +++ grap_mrp_dev/__init__.py | 0 grap_mrp_dev/__manifest__.py | 29 ++ grap_mrp_dev/readme/DESCRIPTION.rst | 1 + grap_mrp_dev/static/description/index.html | 407 +++++++++++++++++++++ 5 files changed, 489 insertions(+) create mode 100644 grap_mrp_dev/README.rst create mode 100644 grap_mrp_dev/__init__.py create mode 100644 grap_mrp_dev/__manifest__.py create mode 100644 grap_mrp_dev/readme/DESCRIPTION.rst create mode 100644 grap_mrp_dev/static/description/index.html diff --git a/grap_mrp_dev/README.rst b/grap_mrp_dev/README.rst new file mode 100644 index 00000000..fc57d93c --- /dev/null +++ b/grap_mrp_dev/README.rst @@ -0,0 +1,52 @@ +=========================================== +GRAP - MRP technical module for development +=========================================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-quentinDupont%2Fgrap--odoo--custom-lightgray.png?logo=github + :target: https://github.com/quentinDupont/grap-odoo-custom/tree/12.0_MRP_Grap_prod/grap_mrp_dev + :alt: quentinDupont/grap-odoo-custom + +|badge1| |badge2| |badge3| + +Install all MRP modules for Grap MRP dev + +**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 smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* GRAP + +Maintainers +~~~~~~~~~~~ + +This module is part of the `quentinDupont/grap-odoo-custom `_ project on GitHub. + +You are welcome to contribute. diff --git a/grap_mrp_dev/__init__.py b/grap_mrp_dev/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/grap_mrp_dev/__manifest__.py b/grap_mrp_dev/__manifest__.py new file mode 100644 index 00000000..74810b5a --- /dev/null +++ b/grap_mrp_dev/__manifest__.py @@ -0,0 +1,29 @@ +# Copyright (C) 2021 - Today: GRAP (http://www.grap.coop) +# @author: Quentin Dupont (quentin.dupont@grap.coop) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{ + "name": "GRAP - MRP technical module for development", + "summary": "Install all MRP modules for Grap", + "version": "12.0.1.0.0", + "category": "GRAP - Custom", + "author": "GRAP", + "website": "https://github.com/grap/grap-odoo-custom", + "license": "AGPL-3", + "depends": [ + "mrp", + "mrp_bom_note", + # GRAP + "mrp_bom_product_variant", + "mrp_bom_tag", + "mrp_food", + "mrp_bom_sale_product_margin", + "mrp_business", + "product_main_seller", + "grap_change_views_mrp", + "grap_change_views_product", + # OCA Modules + "mrp_bom_widget_section_and_note_one2many", + ], + "installable": True, +} diff --git a/grap_mrp_dev/readme/DESCRIPTION.rst b/grap_mrp_dev/readme/DESCRIPTION.rst new file mode 100644 index 00000000..78d5ec6c --- /dev/null +++ b/grap_mrp_dev/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Install all MRP modules for Grap MRP dev diff --git a/grap_mrp_dev/static/description/index.html b/grap_mrp_dev/static/description/index.html new file mode 100644 index 00000000..3adfe0b5 --- /dev/null +++ b/grap_mrp_dev/static/description/index.html @@ -0,0 +1,407 @@ + + + + + + +GRAP - MRP technical module for development + + + +
+

GRAP - MRP technical module for development

+ + +

Beta License: AGPL-3 quentinDupont/grap-odoo-custom

+

Install all MRP modules for Grap MRP dev

+

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 smashing it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • GRAP
  • +
+
+
+

Maintainers

+

This module is part of the quentinDupont/grap-odoo-custom project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + From 5702e18cd8a13ba627affd900fa3d648dad3f350 Mon Sep 17 00:00:00 2001 From: Github GRAP Bot Date: Mon, 19 Sep 2022 11:55:14 +0000 Subject: [PATCH 2/7] [UPD] README.rst --- grap_mrp_dev/README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/grap_mrp_dev/README.rst b/grap_mrp_dev/README.rst index fc57d93c..5d957f56 100644 --- a/grap_mrp_dev/README.rst +++ b/grap_mrp_dev/README.rst @@ -13,9 +13,9 @@ GRAP - MRP technical module for development .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 -.. |badge3| image:: https://img.shields.io/badge/github-quentinDupont%2Fgrap--odoo--custom-lightgray.png?logo=github - :target: https://github.com/quentinDupont/grap-odoo-custom/tree/12.0_MRP_Grap_prod/grap_mrp_dev - :alt: quentinDupont/grap-odoo-custom +.. |badge3| image:: https://img.shields.io/badge/github-grap%2Fgrap--odoo--custom-lightgray.png?logo=github + :target: https://github.com/grap/grap-odoo-custom/tree/12.0/grap_mrp_dev + :alt: grap/grap-odoo-custom |badge1| |badge2| |badge3| @@ -29,10 +29,10 @@ Install all MRP modules for Grap MRP dev Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. +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. @@ -47,6 +47,6 @@ Authors Maintainers ~~~~~~~~~~~ -This module is part of the `quentinDupont/grap-odoo-custom `_ project on GitHub. +This module is part of the `grap/grap-odoo-custom `_ project on GitHub. You are welcome to contribute. From 4c298a537c763559a609e48b9adfeb50880f3ee2 Mon Sep 17 00:00:00 2001 From: Github GRAP Bot Date: Mon, 19 Sep 2022 11:55:20 +0000 Subject: [PATCH 3/7] grap_mrp_dev 12.0.1.0.1 --- grap_mrp_dev/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grap_mrp_dev/__manifest__.py b/grap_mrp_dev/__manifest__.py index 74810b5a..4c7f54a8 100644 --- a/grap_mrp_dev/__manifest__.py +++ b/grap_mrp_dev/__manifest__.py @@ -5,7 +5,7 @@ { "name": "GRAP - MRP technical module for development", "summary": "Install all MRP modules for Grap", - "version": "12.0.1.0.0", + "version": "12.0.1.0.1", "category": "GRAP - Custom", "author": "GRAP", "website": "https://github.com/grap/grap-odoo-custom", From eb0edcdc02b9d64d65e4089ec0230e95ca27e747 Mon Sep 17 00:00:00 2001 From: Github GRAP Bot Date: Tue, 21 Nov 2023 20:15:33 +0000 Subject: [PATCH 4/7] [BOT] post-merge updates --- grap_mrp_dev/README.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/grap_mrp_dev/README.rst b/grap_mrp_dev/README.rst index 5d957f56..1dccc195 100644 --- a/grap_mrp_dev/README.rst +++ b/grap_mrp_dev/README.rst @@ -2,10 +2,13 @@ GRAP - MRP technical module for development =========================================== -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:6c68354b171fb669f6389c03a608307098427a365ab90240c46e18db359f1bf3 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -17,7 +20,7 @@ GRAP - MRP technical module for development :target: https://github.com/grap/grap-odoo-custom/tree/12.0/grap_mrp_dev :alt: grap/grap-odoo-custom -|badge1| |badge2| |badge3| +|badge1| |badge2| |badge3| Install all MRP modules for Grap MRP dev @@ -31,7 +34,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 +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. From 19e6ab1506c8d60ef0b348fd057c6e1871dcbfaa Mon Sep 17 00:00:00 2001 From: Quentin Dupont Date: Thu, 4 Jul 2024 14:38:38 +0200 Subject: [PATCH 5/7] [IMP] grap_mrp_dev: pre-commit stuff --- setup/grap_mrp_dev/odoo/addons/grap_mrp_dev | 1 + setup/grap_mrp_dev/setup.py | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 setup/grap_mrp_dev/odoo/addons/grap_mrp_dev create mode 100644 setup/grap_mrp_dev/setup.py diff --git a/setup/grap_mrp_dev/odoo/addons/grap_mrp_dev b/setup/grap_mrp_dev/odoo/addons/grap_mrp_dev new file mode 120000 index 00000000..3cbb0663 --- /dev/null +++ b/setup/grap_mrp_dev/odoo/addons/grap_mrp_dev @@ -0,0 +1 @@ +../../../../grap_mrp_dev \ No newline at end of file diff --git a/setup/grap_mrp_dev/setup.py b/setup/grap_mrp_dev/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/grap_mrp_dev/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) From 0c678fbdc35f2c37a3fd45c2d1fd39700c8d4e48 Mon Sep 17 00:00:00 2001 From: Quentin Dupont Date: Thu, 4 Jul 2024 14:38:38 +0200 Subject: [PATCH 6/7] [MIG] grap_mrp_dev: Migration to 16.0 (from 12.0) --- grap_mrp_dev/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grap_mrp_dev/__manifest__.py b/grap_mrp_dev/__manifest__.py index 4c7f54a8..bccee5bb 100644 --- a/grap_mrp_dev/__manifest__.py +++ b/grap_mrp_dev/__manifest__.py @@ -5,7 +5,7 @@ { "name": "GRAP - MRP technical module for development", "summary": "Install all MRP modules for Grap", - "version": "12.0.1.0.1", + "version": "16.0.1.0.0", "category": "GRAP - Custom", "author": "GRAP", "website": "https://github.com/grap/grap-odoo-custom", From 27af3d441c7b8218b2e154052c96c87ea1cac687 Mon Sep 17 00:00:00 2001 From: Quentin Dupont Date: Fri, 5 Jul 2024 16:04:31 +0200 Subject: [PATCH 7/7] [IMP] add all custom modules going to OCA --- grap_mrp_dev/__manifest__.py | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/grap_mrp_dev/__manifest__.py b/grap_mrp_dev/__manifest__.py index bccee5bb..c70ab115 100644 --- a/grap_mrp_dev/__manifest__.py +++ b/grap_mrp_dev/__manifest__.py @@ -12,18 +12,19 @@ "license": "AGPL-3", "depends": [ "mrp", - "mrp_bom_note", - # GRAP - "mrp_bom_product_variant", - "mrp_bom_tag", - "mrp_food", - "mrp_bom_sale_product_margin", - "mrp_business", - "product_main_seller", - "grap_change_views_mrp", - "grap_change_views_product", - # OCA Modules + # OCA "mrp_bom_widget_section_and_note_one2many", + "mrp_bom_line_net_qty", + "mrp_bom_simple_report", + "mrp_bom_product_price_margin", + "mrp_bom_tag", + "mrp_bom_select_product_variant", + "mrp_bom_order_by_product_name", + "mrp_bom_produce_delay", + "mrp_product_produce_delay_in_hour", + "mrp_bom_produce_delay_in_hour", + "mrp_bom_image", + "mrp_product_characterisation", ], "installable": True, }