From 918b82a230df6e3f8c6d17f280624789257dacc7 Mon Sep 17 00:00:00 2001 From: "robin.keunen" Date: Fri, 10 Apr 2020 17:25:04 +0200 Subject: [PATCH] [REF] add module readmes, fix manifests [REF] __manifest__: add licence, remove description [REF] add Coop IT Easy SCRLfs to authors --- beesdoo_account/README.rst | 59 +++ beesdoo_account/__manifest__.py | 8 +- beesdoo_account/readme/CONTRIBUTORS.rst | 1 + beesdoo_account/readme/DESCRIPTION.rst | 1 + beesdoo_account/static/description/index.html | 416 +++++++++++++++++ beesdoo_base/README.rst | 59 +++ beesdoo_base/readme/CONTRIBUTORS.rst | 1 + beesdoo_base/readme/DESCRIPTION.rst | 1 + beesdoo_base/static/description/index.html | 416 +++++++++++++++++ beesdoo_crelan_csv/README.rst | 59 +++ beesdoo_crelan_csv/__manifest__.py | 5 +- beesdoo_crelan_csv/readme/CONTRIBUTORS.rst | 2 + beesdoo_crelan_csv/readme/DESCRIPTION.rst | 1 + .../static/description/index.html | 416 +++++++++++++++++ beesdoo_easy_my_coop/README.rst | 59 +++ beesdoo_easy_my_coop/__manifest__.py | 10 +- beesdoo_easy_my_coop/readme/CONTRIBUTORS.rst | 2 + beesdoo_easy_my_coop/readme/DESCRIPTION.rst | 1 + .../static/description/index.html | 416 +++++++++++++++++ beesdoo_inventory/README.rst | 59 +++ beesdoo_inventory/__manifest__.py | 6 +- beesdoo_inventory/readme/CONTRIBUTORS.rst | 1 + beesdoo_inventory/readme/DESCRIPTION.rst | 1 + .../static/description/index.html | 416 +++++++++++++++++ beesdoo_pos/README.rst | 59 +++ beesdoo_pos/__manifest__.py | 13 +- beesdoo_pos/readme/CONTRIBUTORS.rst | 1 + beesdoo_pos/readme/DESCRIPTION.rst | 1 + beesdoo_pos/static/description/index.html | 416 +++++++++++++++++ beesdoo_pos_reporting/README.rst | 58 +++ beesdoo_pos_reporting/__manifest__.py | 1 - beesdoo_pos_reporting/readme/CONTRIBUTORS.rst | 1 + beesdoo_pos_reporting/readme/DESCRIPTION.rst | 1 + .../static/description/index.html | 415 +++++++++++++++++ beesdoo_product/README.rst | 60 +++ beesdoo_product/__manifest__.py | 6 +- beesdoo_product/readme/CONTRIBUTORS.rst | 1 + beesdoo_product/readme/DESCRIPTION.rst | 2 + beesdoo_product/static/description/index.html | 417 +++++++++++++++++ beesdoo_product_usability/README.rst | 59 +++ beesdoo_product_usability/__manifest__.py | 3 +- .../readme/CONTRIBUTORS.rst | 2 + .../readme/DESCRIPTION.rst | 1 + .../static/description/index.html | 416 +++++++++++++++++ beesdoo_purchase/README.rst | 66 +++ beesdoo_purchase/__manifest__.py | 17 +- beesdoo_purchase/readme/CONTRIBUTORS.rst | 2 + beesdoo_purchase/readme/DESCRIPTION.rst | 8 + .../static/description/index.html | 423 ++++++++++++++++++ beesdoo_shift/README.rst | 60 +++ beesdoo_shift/__manifest__.py | 7 +- beesdoo_shift/readme/CONTRIBUTORS.rst | 1 + beesdoo_shift/readme/DESCRIPTION.rst | 1 + beesdoo_shift/static/description/index.html | 417 +++++++++++++++++ beesdoo_shift_attendance/README.rst | 60 +++ beesdoo_shift_attendance/__manifest__.py | 8 +- .../readme/CONTRIBUTORS.rst | 2 + .../readme/DESCRIPTION.rst | 2 + .../static/description/index.html | 417 +++++++++++++++++ beesdoo_stock/README.rst | 58 +++ beesdoo_stock/__manifest__.py | 2 +- beesdoo_stock/readme/CONTRIBUTORS.rst | 2 + beesdoo_stock/readme/DESCRIPTION.rst | 1 + beesdoo_stock/static/description/index.html | 415 +++++++++++++++++ beesdoo_stock_coverage/README.rst | 13 +- .../static/description/index.html | 8 +- beesdoo_website_eater/README.rst | 59 +++ beesdoo_website_eater/__manifest__.py | 4 +- beesdoo_website_eater/readme/CONTRIBUTORS.rst | 2 + beesdoo_website_eater/readme/DESCRIPTION.rst | 1 + .../static/description/index.html | 416 +++++++++++++++++ beesdoo_website_posorder_amount/README.rst | 58 +++ .../__manifest__.py | 2 - .../readme/CONTRIBUTORS.rst | 2 + .../readme/DESCRIPTION.rst | 1 + .../static/description/index.html | 415 +++++++++++++++++ beesdoo_website_shift/README.rst | 60 +++ beesdoo_website_shift/__manifest__.py | 4 +- beesdoo_website_shift/controllers/main.py | 2 +- beesdoo_website_shift/readme/CONTRIBUTORS.rst | 1 + beesdoo_website_shift/readme/DESCRIPTION.rst | 3 + .../static/description/index.html | 417 +++++++++++++++++ beesdoo_website_theme/README.rst | 59 +++ beesdoo_website_theme/__manifest__.py | 6 +- beesdoo_website_theme/readme/CONTRIBUTORS.rst | 1 + beesdoo_website_theme/readme/DESCRIPTION.rst | 1 + .../static/description/index.html | 416 +++++++++++++++++ beesdoo_worker_status/README.rst | 60 +++ beesdoo_worker_status/__manifest__.py | 2 +- beesdoo_worker_status/readme/CONTRIBUTORS.rst | 2 + beesdoo_worker_status/readme/DESCRIPTION.rst | 1 + .../static/description/index.html | 417 +++++++++++++++++ macavrac_base/README.rst | 58 +++ macavrac_base/__manifest__.py | 5 +- macavrac_base/readme/CONTRIBUTORS.rst | 1 + macavrac_base/readme/DESCRIPTION.rst | 1 + macavrac_base/static/description/index.html | 415 +++++++++++++++++ 97 files changed, 9148 insertions(+), 83 deletions(-) create mode 100644 beesdoo_account/README.rst create mode 100644 beesdoo_account/readme/DESCRIPTION.rst create mode 100644 beesdoo_account/static/description/index.html create mode 100644 beesdoo_base/README.rst create mode 100644 beesdoo_base/readme/DESCRIPTION.rst create mode 100644 beesdoo_base/static/description/index.html create mode 100644 beesdoo_crelan_csv/README.rst create mode 100644 beesdoo_crelan_csv/readme/CONTRIBUTORS.rst create mode 100644 beesdoo_crelan_csv/readme/DESCRIPTION.rst create mode 100644 beesdoo_crelan_csv/static/description/index.html create mode 100644 beesdoo_easy_my_coop/README.rst create mode 100644 beesdoo_easy_my_coop/readme/CONTRIBUTORS.rst create mode 100644 beesdoo_easy_my_coop/readme/DESCRIPTION.rst create mode 100644 beesdoo_easy_my_coop/static/description/index.html create mode 100644 beesdoo_inventory/README.rst create mode 100644 beesdoo_inventory/readme/DESCRIPTION.rst create mode 100644 beesdoo_inventory/static/description/index.html create mode 100644 beesdoo_pos/README.rst create mode 100644 beesdoo_pos/readme/DESCRIPTION.rst create mode 100644 beesdoo_pos/static/description/index.html create mode 100644 beesdoo_pos_reporting/README.rst create mode 100644 beesdoo_pos_reporting/readme/DESCRIPTION.rst create mode 100644 beesdoo_pos_reporting/static/description/index.html create mode 100644 beesdoo_product/README.rst create mode 100644 beesdoo_product/readme/DESCRIPTION.rst create mode 100644 beesdoo_product/static/description/index.html create mode 100644 beesdoo_product_usability/README.rst create mode 100644 beesdoo_product_usability/readme/CONTRIBUTORS.rst create mode 100644 beesdoo_product_usability/readme/DESCRIPTION.rst create mode 100644 beesdoo_product_usability/static/description/index.html create mode 100644 beesdoo_purchase/README.rst create mode 100644 beesdoo_purchase/readme/CONTRIBUTORS.rst create mode 100644 beesdoo_purchase/readme/DESCRIPTION.rst create mode 100644 beesdoo_purchase/static/description/index.html create mode 100644 beesdoo_shift/README.rst create mode 100644 beesdoo_shift/readme/DESCRIPTION.rst create mode 100644 beesdoo_shift/static/description/index.html create mode 100644 beesdoo_shift_attendance/README.rst create mode 100644 beesdoo_shift_attendance/readme/CONTRIBUTORS.rst create mode 100644 beesdoo_shift_attendance/readme/DESCRIPTION.rst create mode 100644 beesdoo_shift_attendance/static/description/index.html create mode 100644 beesdoo_stock/README.rst create mode 100644 beesdoo_stock/readme/CONTRIBUTORS.rst create mode 100644 beesdoo_stock/readme/DESCRIPTION.rst create mode 100644 beesdoo_stock/static/description/index.html create mode 100644 beesdoo_website_eater/README.rst create mode 100644 beesdoo_website_eater/readme/CONTRIBUTORS.rst create mode 100644 beesdoo_website_eater/readme/DESCRIPTION.rst create mode 100644 beesdoo_website_eater/static/description/index.html create mode 100644 beesdoo_website_posorder_amount/README.rst create mode 100644 beesdoo_website_posorder_amount/readme/CONTRIBUTORS.rst create mode 100644 beesdoo_website_posorder_amount/readme/DESCRIPTION.rst create mode 100644 beesdoo_website_posorder_amount/static/description/index.html create mode 100644 beesdoo_website_shift/README.rst create mode 100644 beesdoo_website_shift/readme/DESCRIPTION.rst create mode 100644 beesdoo_website_shift/static/description/index.html create mode 100644 beesdoo_website_theme/README.rst create mode 100644 beesdoo_website_theme/readme/DESCRIPTION.rst create mode 100644 beesdoo_website_theme/static/description/index.html create mode 100644 beesdoo_worker_status/README.rst create mode 100644 beesdoo_worker_status/readme/CONTRIBUTORS.rst create mode 100644 beesdoo_worker_status/readme/DESCRIPTION.rst create mode 100644 beesdoo_worker_status/static/description/index.html create mode 100644 macavrac_base/README.rst create mode 100644 macavrac_base/readme/CONTRIBUTORS.rst create mode 100644 macavrac_base/readme/DESCRIPTION.rst create mode 100644 macavrac_base/static/description/index.html diff --git a/beesdoo_account/README.rst b/beesdoo_account/README.rst new file mode 100644 index 0000000..eaa14b8 --- /dev/null +++ b/beesdoo_account/README.rst @@ -0,0 +1,59 @@ +======================== +Beescoop Account Module +======================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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-beescoop%2Fobeesdoo-lightgray.png?logo=github + :target: https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_account + :alt: beescoop/obeesdoo + +|badge1| |badge2| |badge3| + +Module that customize account module for Beescoop. + +**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 +~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Contributors +~~~~~~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Maintainers +~~~~~~~~~~~ + +This module is part of the `beescoop/obeesdoo `_ project on GitHub. + +You are welcome to contribute. diff --git a/beesdoo_account/__manifest__.py b/beesdoo_account/__manifest__.py index 856679d..a05b5b9 100644 --- a/beesdoo_account/__manifest__.py +++ b/beesdoo_account/__manifest__.py @@ -6,16 +6,14 @@ { "name": "Beescoop Account Module", "summary": """ - Module that customize account module for Beescoop - """, - "description": """ Makes date_invoice field required in account.invoice_form and account.invoice_supplier_form - """, - "author": "Beescoop - Cellule IT", + """, + "author": "Beescoop - Cellule IT, Coop IT Easy SCRLfs", "website": "https://github.com/beescoop/Obeesdoo", "category": "Account Module", "version": "12.0.1.0.0", "depends": ["account", "beesdoo_base"], "data": ["views/account_invoice.xml"], + "license": "AGPL-3", } diff --git a/beesdoo_account/readme/CONTRIBUTORS.rst b/beesdoo_account/readme/CONTRIBUTORS.rst index 7fd2962..0a665fe 100644 --- a/beesdoo_account/readme/CONTRIBUTORS.rst +++ b/beesdoo_account/readme/CONTRIBUTORS.rst @@ -1,2 +1,3 @@ * Beescoop - Cellule IT * Coop IT Easy SCRLfs + diff --git a/beesdoo_account/readme/DESCRIPTION.rst b/beesdoo_account/readme/DESCRIPTION.rst new file mode 100644 index 0000000..93177b7 --- /dev/null +++ b/beesdoo_account/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Module that customize account module for Beescoop. diff --git a/beesdoo_account/static/description/index.html b/beesdoo_account/static/description/index.html new file mode 100644 index 0000000..d2834e3 --- /dev/null +++ b/beesdoo_account/static/description/index.html @@ -0,0 +1,416 @@ + + + + + + +Beescoop Account Module + + + +
+

Beescoop Account Module

+ + +

Beta License: AGPL-3 beescoop/obeesdoo

+

Module that customize account module for Beescoop.

+

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

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Contributors

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Maintainers

+

This module is part of the beescoop/obeesdoo project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/beesdoo_base/README.rst b/beesdoo_base/README.rst new file mode 100644 index 0000000..240b3bb --- /dev/null +++ b/beesdoo_base/README.rst @@ -0,0 +1,59 @@ +==================== +Beescoop Base Module +==================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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-beescoop%2Fobeesdoo-lightgray.png?logo=github + :target: https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_base + :alt: beescoop/obeesdoo + +|badge1| |badge2| |badge3| + +Module that customize the base module and contains some python tools + +**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 +~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Contributors +~~~~~~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Maintainers +~~~~~~~~~~~ + +This module is part of the `beescoop/obeesdoo `_ project on GitHub. + +You are welcome to contribute. diff --git a/beesdoo_base/readme/CONTRIBUTORS.rst b/beesdoo_base/readme/CONTRIBUTORS.rst index 7fd2962..0a665fe 100644 --- a/beesdoo_base/readme/CONTRIBUTORS.rst +++ b/beesdoo_base/readme/CONTRIBUTORS.rst @@ -1,2 +1,3 @@ * Beescoop - Cellule IT * Coop IT Easy SCRLfs + diff --git a/beesdoo_base/readme/DESCRIPTION.rst b/beesdoo_base/readme/DESCRIPTION.rst new file mode 100644 index 0000000..746ba0c --- /dev/null +++ b/beesdoo_base/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Module that customize the base module and contains some python tools diff --git a/beesdoo_base/static/description/index.html b/beesdoo_base/static/description/index.html new file mode 100644 index 0000000..a4b2a64 --- /dev/null +++ b/beesdoo_base/static/description/index.html @@ -0,0 +1,416 @@ + + + + + + +Beescoop Base Module + + + +
+

Beescoop Base Module

+ + +

Beta License: AGPL-3 beescoop/obeesdoo

+

Module that customize the base module and contains some python tools

+

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

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Contributors

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Maintainers

+

This module is part of the beescoop/obeesdoo project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/beesdoo_crelan_csv/README.rst b/beesdoo_crelan_csv/README.rst new file mode 100644 index 0000000..25c623f --- /dev/null +++ b/beesdoo_crelan_csv/README.rst @@ -0,0 +1,59 @@ +============================= +Beescoop Crelan Import module +============================= + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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-beescoop%2Fobeesdoo-lightgray.png?logo=github + :target: https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_crelan_csv + :alt: beescoop/obeesdoo + +|badge1| |badge2| |badge3| + +Import Crelan CSV Wizard + +**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 +~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Contributors +~~~~~~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Maintainers +~~~~~~~~~~~ + +This module is part of the `beescoop/obeesdoo `_ project on GitHub. + +You are welcome to contribute. diff --git a/beesdoo_crelan_csv/__manifest__.py b/beesdoo_crelan_csv/__manifest__.py index 5bba8e0..3ad2d84 100644 --- a/beesdoo_crelan_csv/__manifest__.py +++ b/beesdoo_crelan_csv/__manifest__.py @@ -7,12 +7,11 @@ "summary": """ Import Crelan CSV Wizard """, - "description": """ - """, - "author": "Beescoop - Cellule IT", + "author": "Beescoop - Cellule IT, Coop IT Easy SCRLfs", "website": "https://github.com/beescoop/Obeesdoo", "category": "Accounting & Finance", "version": "12.0.1.0.0", "depends": ["account_bank_statement_import"], "installable": True, + "license": "AGPL-3", } diff --git a/beesdoo_crelan_csv/readme/CONTRIBUTORS.rst b/beesdoo_crelan_csv/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..7fd2962 --- /dev/null +++ b/beesdoo_crelan_csv/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs diff --git a/beesdoo_crelan_csv/readme/DESCRIPTION.rst b/beesdoo_crelan_csv/readme/DESCRIPTION.rst new file mode 100644 index 0000000..f463deb --- /dev/null +++ b/beesdoo_crelan_csv/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Import Crelan CSV Wizard diff --git a/beesdoo_crelan_csv/static/description/index.html b/beesdoo_crelan_csv/static/description/index.html new file mode 100644 index 0000000..00d1bb2 --- /dev/null +++ b/beesdoo_crelan_csv/static/description/index.html @@ -0,0 +1,416 @@ + + + + + + +Beescoop Crelan Import module + + + +
+

Beescoop Crelan Import module

+ + +

Beta License: AGPL-3 beescoop/obeesdoo

+

Import Crelan CSV Wizard

+

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

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Contributors

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Maintainers

+

This module is part of the beescoop/obeesdoo project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/beesdoo_easy_my_coop/README.rst b/beesdoo_easy_my_coop/README.rst new file mode 100644 index 0000000..0da84ff --- /dev/null +++ b/beesdoo_easy_my_coop/README.rst @@ -0,0 +1,59 @@ +=============================== +Beescoop link with easy my coop +=============================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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-beescoop%2Fobeesdoo-lightgray.png?logo=github + :target: https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_easy_my_coop + :alt: beescoop/obeesdoo + +|badge1| |badge2| |badge3| + +Link between beesdoo customization and easy_my_coop + +**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 +~~~~~~~ + +* BEES coop +* Coop IT Easy SCRLfs + +Contributors +~~~~~~~~~~~~ + +* BEES coop +* Coop IT Easy SCRLfs + +Maintainers +~~~~~~~~~~~ + +This module is part of the `beescoop/obeesdoo `_ project on GitHub. + +You are welcome to contribute. diff --git a/beesdoo_easy_my_coop/__manifest__.py b/beesdoo_easy_my_coop/__manifest__.py index 347bcf8..f5d34e6 100644 --- a/beesdoo_easy_my_coop/__manifest__.py +++ b/beesdoo_easy_my_coop/__manifest__.py @@ -1,12 +1,7 @@ { "name": "Beescoop link with easy my coop", - "summary": """ - Module that made the link between beesdoo customization - and easy_my_coop - """, - "description": """ - """, - "author": "BEES coop, Coop IT Easy", + "summary": """Link between beesdoo customization and easy_my_coop""", + "author": "BEES coop, Coop IT Easy SCRLfs", "website": "https://github.com/beescoop/Obeesdoo", "category": "Cooperative management", "version": "12.0.1.0.0", @@ -25,4 +20,5 @@ ], "demo": ["demo/product_share.xml"], "auto_install": True, + "license": "AGPL-3", } diff --git a/beesdoo_easy_my_coop/readme/CONTRIBUTORS.rst b/beesdoo_easy_my_coop/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..451a683 --- /dev/null +++ b/beesdoo_easy_my_coop/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* BEES coop +* Coop IT Easy SCRLfs diff --git a/beesdoo_easy_my_coop/readme/DESCRIPTION.rst b/beesdoo_easy_my_coop/readme/DESCRIPTION.rst new file mode 100644 index 0000000..3f73344 --- /dev/null +++ b/beesdoo_easy_my_coop/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Link between beesdoo customization and easy_my_coop diff --git a/beesdoo_easy_my_coop/static/description/index.html b/beesdoo_easy_my_coop/static/description/index.html new file mode 100644 index 0000000..8d230f7 --- /dev/null +++ b/beesdoo_easy_my_coop/static/description/index.html @@ -0,0 +1,416 @@ + + + + + + +Beescoop link with easy my coop + + + + + + diff --git a/beesdoo_inventory/README.rst b/beesdoo_inventory/README.rst new file mode 100644 index 0000000..d59fc06 --- /dev/null +++ b/beesdoo_inventory/README.rst @@ -0,0 +1,59 @@ +================= +Beesdoo Inventory +================= + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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-beescoop%2Fobeesdoo-lightgray.png?logo=github + :target: https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_inventory + :alt: beescoop/obeesdoo + +|badge1| |badge2| |badge3| + +Adds a responsible, a max shipping date and a button to copy quantity to stock pickings. + +**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 +~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Contributors +~~~~~~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Maintainers +~~~~~~~~~~~ + +This module is part of the `beescoop/obeesdoo `_ project on GitHub. + +You are welcome to contribute. diff --git a/beesdoo_inventory/__manifest__.py b/beesdoo_inventory/__manifest__.py index 98874a3..4a24a92 100644 --- a/beesdoo_inventory/__manifest__.py +++ b/beesdoo_inventory/__manifest__.py @@ -9,14 +9,12 @@ "summary": """ Adds a responsible, a max shipping date and a button to copy quantity to stock pickings.""", - "description": """ - - """, - "author": "Beescoop - Cellule IT", + "author": "Beescoop - Cellule IT, Coop IT Easy SCRLfs", "website": "https://github.com/beescoop/Obeesdoo", "category": "Inventory", "version": "12.0.1.0.0", "depends": ["delivery", "beesdoo_base", "beesdoo_product"], "data": ["views/stock.xml"], "installable": True, + "license": "AGPL-3", } diff --git a/beesdoo_inventory/readme/CONTRIBUTORS.rst b/beesdoo_inventory/readme/CONTRIBUTORS.rst index 7fd2962..0a665fe 100644 --- a/beesdoo_inventory/readme/CONTRIBUTORS.rst +++ b/beesdoo_inventory/readme/CONTRIBUTORS.rst @@ -1,2 +1,3 @@ * Beescoop - Cellule IT * Coop IT Easy SCRLfs + diff --git a/beesdoo_inventory/readme/DESCRIPTION.rst b/beesdoo_inventory/readme/DESCRIPTION.rst new file mode 100644 index 0000000..9cd5397 --- /dev/null +++ b/beesdoo_inventory/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Adds a responsible, a max shipping date and a button to copy quantity to stock pickings. diff --git a/beesdoo_inventory/static/description/index.html b/beesdoo_inventory/static/description/index.html new file mode 100644 index 0000000..3efb6fe --- /dev/null +++ b/beesdoo_inventory/static/description/index.html @@ -0,0 +1,416 @@ + + + + + + +Beesdoo Inventory + + + +
+

Beesdoo Inventory

+ + +

Beta License: AGPL-3 beescoop/obeesdoo

+

Adds a responsible, a max shipping date and a button to copy quantity to stock pickings.

+

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

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Contributors

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Maintainers

+

This module is part of the beescoop/obeesdoo project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/beesdoo_pos/README.rst b/beesdoo_pos/README.rst new file mode 100644 index 0000000..5d3621f --- /dev/null +++ b/beesdoo_pos/README.rst @@ -0,0 +1,59 @@ +====================== +Beescoop Point of sale +====================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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-beescoop%2Fobeesdoo-lightgray.png?logo=github + :target: https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_pos + :alt: beescoop/obeesdoo + +|badge1| |badge2| |badge3| + +This module adds the eaters of the customer to the POS ActionpadWidget and PaymentScreenWidget. + +**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 +~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Contributors +~~~~~~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Maintainers +~~~~~~~~~~~ + +This module is part of the `beescoop/obeesdoo `_ project on GitHub. + +You are welcome to contribute. diff --git a/beesdoo_pos/__manifest__.py b/beesdoo_pos/__manifest__.py index d5b88fb..8ba8be7 100644 --- a/beesdoo_pos/__manifest__.py +++ b/beesdoo_pos/__manifest__.py @@ -7,18 +7,15 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Beescoop Point of sale", - "summary": """ - Module that extends the pos for the beescoop - """, - "description": """ - This module adds the eaters of the customer to the POS ActionpadWidget and PaymentScreenWidget. - """, - "author": "Beescoop - Cellule IT", + "summary": """This module adds the eaters of the customer to the POS + ActionpadWidget and PaymentScreenWidget.""", + "author": "Beescoop - Cellule IT, Coop IT Easy SCRLfs", "website": "https://github.com/beescoop/Obeesdoo", "category": "Point Of Sale", "version": "12.0.1.0.0", "depends": ["beesdoo_base", "beesdoo_product"], - "data": ["views/beesdoo_pos.xml", "data/default_barcode_pattern.xml",], + "data": ["views/beesdoo_pos.xml", "data/default_barcode_pattern.xml"], "qweb": ["static/src/xml/templates.xml"], "installable": True, + "license": "AGPL-3", } diff --git a/beesdoo_pos/readme/CONTRIBUTORS.rst b/beesdoo_pos/readme/CONTRIBUTORS.rst index 7fd2962..0a665fe 100644 --- a/beesdoo_pos/readme/CONTRIBUTORS.rst +++ b/beesdoo_pos/readme/CONTRIBUTORS.rst @@ -1,2 +1,3 @@ * Beescoop - Cellule IT * Coop IT Easy SCRLfs + diff --git a/beesdoo_pos/readme/DESCRIPTION.rst b/beesdoo_pos/readme/DESCRIPTION.rst new file mode 100644 index 0000000..08e6aef --- /dev/null +++ b/beesdoo_pos/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module adds the eaters of the customer to the POS ActionpadWidget and PaymentScreenWidget. diff --git a/beesdoo_pos/static/description/index.html b/beesdoo_pos/static/description/index.html new file mode 100644 index 0000000..ded71a7 --- /dev/null +++ b/beesdoo_pos/static/description/index.html @@ -0,0 +1,416 @@ + + + + + + +Beescoop Point of sale + + + +
+

Beescoop Point of sale

+ + +

Beta License: AGPL-3 beescoop/obeesdoo

+

This module adds the eaters of the customer to the POS ActionpadWidget and PaymentScreenWidget.

+

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

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Contributors

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Maintainers

+

This module is part of the beescoop/obeesdoo project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/beesdoo_pos_reporting/README.rst b/beesdoo_pos_reporting/README.rst new file mode 100644 index 0000000..5d0d661 --- /dev/null +++ b/beesdoo_pos_reporting/README.rst @@ -0,0 +1,58 @@ +===================== +Beesdoo POS Reporting +===================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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-beescoop%2Fobeesdoo-lightgray.png?logo=github + :target: https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_pos_reporting + :alt: beescoop/obeesdoo + +|badge1| |badge2| |badge3| + +Enhance POS with features allowing statistics and reporting. + +**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 +~~~~~~~ + +* Coop IT Easy SCRLfs + +Contributors +~~~~~~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Maintainers +~~~~~~~~~~~ + +This module is part of the `beescoop/obeesdoo `_ project on GitHub. + +You are welcome to contribute. diff --git a/beesdoo_pos_reporting/__manifest__.py b/beesdoo_pos_reporting/__manifest__.py index 29d381a..07e9ccc 100644 --- a/beesdoo_pos_reporting/__manifest__.py +++ b/beesdoo_pos_reporting/__manifest__.py @@ -4,7 +4,6 @@ { "name": "Beesdoo POS Reporting", "summary": "Enhance POS with features allowing statistics and reporting.", - "description": "", "version": "12.0.1.0.0", "category": "Point of Sale", "website": "https://github.com/beescoop/Obeesdoo", diff --git a/beesdoo_pos_reporting/readme/CONTRIBUTORS.rst b/beesdoo_pos_reporting/readme/CONTRIBUTORS.rst index 7fd2962..0a665fe 100644 --- a/beesdoo_pos_reporting/readme/CONTRIBUTORS.rst +++ b/beesdoo_pos_reporting/readme/CONTRIBUTORS.rst @@ -1,2 +1,3 @@ * Beescoop - Cellule IT * Coop IT Easy SCRLfs + diff --git a/beesdoo_pos_reporting/readme/DESCRIPTION.rst b/beesdoo_pos_reporting/readme/DESCRIPTION.rst new file mode 100644 index 0000000..1bd2e04 --- /dev/null +++ b/beesdoo_pos_reporting/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Enhance POS with features allowing statistics and reporting. diff --git a/beesdoo_pos_reporting/static/description/index.html b/beesdoo_pos_reporting/static/description/index.html new file mode 100644 index 0000000..5219cb7 --- /dev/null +++ b/beesdoo_pos_reporting/static/description/index.html @@ -0,0 +1,415 @@ + + + + + + +Beesdoo POS Reporting + + + +
+

Beesdoo POS Reporting

+ + +

Beta License: AGPL-3 beescoop/obeesdoo

+

Enhance POS with features allowing statistics and reporting.

+

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

+
    +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Contributors

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Maintainers

+

This module is part of the beescoop/obeesdoo project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/beesdoo_product/README.rst b/beesdoo_product/README.rst new file mode 100644 index 0000000..96d3a58 --- /dev/null +++ b/beesdoo_product/README.rst @@ -0,0 +1,60 @@ +=============== +beesdoo_product +=============== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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-beescoop%2Fobeesdoo-lightgray.png?logo=github + :target: https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_product + :alt: beescoop/obeesdoo + +|badge1| |badge2| |badge3| + +Modification of product module for the needs of beescoop +- SOOO5 - Ajout de label bio/ethique/provenance + +**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 +~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Contributors +~~~~~~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Maintainers +~~~~~~~~~~~ + +This module is part of the `beescoop/obeesdoo `_ project on GitHub. + +You are welcome to contribute. diff --git a/beesdoo_product/__manifest__.py b/beesdoo_product/__manifest__.py index 576736f..c98cf8c 100644 --- a/beesdoo_product/__manifest__.py +++ b/beesdoo_product/__manifest__.py @@ -10,10 +10,7 @@ "summary": """ Modification of product module for the needs of beescoop - SOOO5 - Ajout de label bio/ethique/provenance""", - "description": """ - - """, - "author": "Beescoop - Cellule IT", + "author": "Beescoop - Cellule IT, Coop IT Easy SCRLfs", "website": "https://github.com/beescoop/Obeesdoo", "category": "Sales", "version": "12.0.1.0.0", @@ -28,4 +25,5 @@ "security/ir.model.access.csv", ], "installable": True, + "license": "AGPL-3", } diff --git a/beesdoo_product/readme/CONTRIBUTORS.rst b/beesdoo_product/readme/CONTRIBUTORS.rst index 7fd2962..0a665fe 100644 --- a/beesdoo_product/readme/CONTRIBUTORS.rst +++ b/beesdoo_product/readme/CONTRIBUTORS.rst @@ -1,2 +1,3 @@ * Beescoop - Cellule IT * Coop IT Easy SCRLfs + diff --git a/beesdoo_product/readme/DESCRIPTION.rst b/beesdoo_product/readme/DESCRIPTION.rst new file mode 100644 index 0000000..7c3cfa8 --- /dev/null +++ b/beesdoo_product/readme/DESCRIPTION.rst @@ -0,0 +1,2 @@ +Modification of product module for the needs of beescoop +- SOOO5 - Ajout de label bio/ethique/provenance diff --git a/beesdoo_product/static/description/index.html b/beesdoo_product/static/description/index.html new file mode 100644 index 0000000..3b1f13f --- /dev/null +++ b/beesdoo_product/static/description/index.html @@ -0,0 +1,417 @@ + + + + + + +beesdoo_product + + + +
+

beesdoo_product

+ + +

Beta License: AGPL-3 beescoop/obeesdoo

+

Modification of product module for the needs of beescoop +- SOOO5 - Ajout de label bio/ethique/provenance

+

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

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Contributors

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Maintainers

+

This module is part of the beescoop/obeesdoo project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/beesdoo_product_usability/README.rst b/beesdoo_product_usability/README.rst new file mode 100644 index 0000000..0aeeaed --- /dev/null +++ b/beesdoo_product_usability/README.rst @@ -0,0 +1,59 @@ +=========================== +BEES coop Product Usability +=========================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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-beescoop%2Fobeesdoo-lightgray.png?logo=github + :target: https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_product_usability + :alt: beescoop/obeesdoo + +|badge1| |badge2| |badge3| + +Adapt the product views. + +**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 +~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Contributors +~~~~~~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Maintainers +~~~~~~~~~~~ + +This module is part of the `beescoop/obeesdoo `_ project on GitHub. + +You are welcome to contribute. diff --git a/beesdoo_product_usability/__manifest__.py b/beesdoo_product_usability/__manifest__.py index 4954305..042d819 100644 --- a/beesdoo_product_usability/__manifest__.py +++ b/beesdoo_product_usability/__manifest__.py @@ -14,5 +14,6 @@ "beesdoo_stock_coverage", "beesdoo_purchase", ], - "data": ["views/beesdoo_product.xml",], + "data": ["views/beesdoo_product.xml"], + "license": "AGPL-3", } diff --git a/beesdoo_product_usability/readme/CONTRIBUTORS.rst b/beesdoo_product_usability/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..7fd2962 --- /dev/null +++ b/beesdoo_product_usability/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs diff --git a/beesdoo_product_usability/readme/DESCRIPTION.rst b/beesdoo_product_usability/readme/DESCRIPTION.rst new file mode 100644 index 0000000..4b1eee2 --- /dev/null +++ b/beesdoo_product_usability/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Adapt the product views. diff --git a/beesdoo_product_usability/static/description/index.html b/beesdoo_product_usability/static/description/index.html new file mode 100644 index 0000000..62b43a3 --- /dev/null +++ b/beesdoo_product_usability/static/description/index.html @@ -0,0 +1,416 @@ + + + + + + +BEES coop Product Usability + + + +
+

BEES coop Product Usability

+ + +

Beta License: AGPL-3 beescoop/obeesdoo

+

Adapt the product views.

+

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

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Contributors

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Maintainers

+

This module is part of the beescoop/obeesdoo project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/beesdoo_purchase/README.rst b/beesdoo_purchase/README.rst new file mode 100644 index 0000000..9570923 --- /dev/null +++ b/beesdoo_purchase/README.rst @@ -0,0 +1,66 @@ +============= +Bees Purchase +============= + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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-beescoop%2Fobeesdoo-lightgray.png?logo=github + :target: https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_purchase + :alt: beescoop/obeesdoo + +|badge1| |badge2| |badge3| + +Extends Purchase module: +- Adds a 'Responsible' field to purchase orders: +This is a user who will follow up the order. This users replaces +the creator in the order's mail messages followers list, and in the +create_uid ORM field. His user's contact info is printed on +purchases orders as 'Referent'. +- A filter w.r.t. the mail sellers is placed on the products field of a +purchase order. + +**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 +~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Contributors +~~~~~~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Maintainers +~~~~~~~~~~~ + +This module is part of the `beescoop/obeesdoo `_ project on GitHub. + +You are welcome to contribute. diff --git a/beesdoo_purchase/__manifest__.py b/beesdoo_purchase/__manifest__.py index b8dbb48..54c42a7 100644 --- a/beesdoo_purchase/__manifest__.py +++ b/beesdoo_purchase/__manifest__.py @@ -1,22 +1,15 @@ { "name": "Bees Purchase", "summary": """ - Extends Purchase module. - """, - "description": """ - Extends Purchase module: - - Adds a 'Responsible' field to purchase orders: - This is a user who will follow up the order. This users replaces - the creator in the order's mail messages followers list, and in the - create_uid ORM field. His user's contact info is printed on - purchases orders as 'Referent'. - - A filter w.r.t. the mail sellers is placed on the products field of a - purchase order. + - Adds a 'Responsible' field to purchase orders, + - A filter w.r.t. the mail sellers is placed on the products field of a + purchase order. """, "author": "Beescoop - Cellule IT, " "Coop IT Easy SCRLfs", "website": "https://github.com/beescoop/Obeesdoo", "category": "Purchase", "version": "12.0.1.1.0", "depends": ["base", "purchase", "beesdoo_product"], - "data": ["views/purchase_order.xml", "report/report_purchaseorder.xml",], + "data": ["views/purchase_order.xml", "report/report_purchaseorder.xml"], + "license": "AGPL-3", } diff --git a/beesdoo_purchase/readme/CONTRIBUTORS.rst b/beesdoo_purchase/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..7fd2962 --- /dev/null +++ b/beesdoo_purchase/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs diff --git a/beesdoo_purchase/readme/DESCRIPTION.rst b/beesdoo_purchase/readme/DESCRIPTION.rst new file mode 100644 index 0000000..6d9e566 --- /dev/null +++ b/beesdoo_purchase/readme/DESCRIPTION.rst @@ -0,0 +1,8 @@ +Extends Purchase module: +- Adds a 'Responsible' field to purchase orders: +This is a user who will follow up the order. This users replaces +the creator in the order's mail messages followers list, and in the +create_uid ORM field. His user's contact info is printed on +purchases orders as 'Referent'. +- A filter w.r.t. the mail sellers is placed on the products field of a +purchase order. diff --git a/beesdoo_purchase/static/description/index.html b/beesdoo_purchase/static/description/index.html new file mode 100644 index 0000000..5572fa8 --- /dev/null +++ b/beesdoo_purchase/static/description/index.html @@ -0,0 +1,423 @@ + + + + + + +Bees Purchase + + + +
+

Bees Purchase

+ + +

Beta License: AGPL-3 beescoop/obeesdoo

+

Extends Purchase module: +- Adds a ‘Responsible’ field to purchase orders: +This is a user who will follow up the order. This users replaces +the creator in the order’s mail messages followers list, and in the +create_uid ORM field. His user’s contact info is printed on +purchases orders as ‘Referent’. +- A filter w.r.t. the mail sellers is placed on the products field of a +purchase order.

+

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

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Contributors

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Maintainers

+

This module is part of the beescoop/obeesdoo project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/beesdoo_shift/README.rst b/beesdoo_shift/README.rst new file mode 100644 index 0000000..50cd469 --- /dev/null +++ b/beesdoo_shift/README.rst @@ -0,0 +1,60 @@ +========================= +Beescoop Shift Management +========================= + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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-beescoop%2Fobeesdoo-lightgray.png?logo=github + :target: https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_shift + :alt: beescoop/obeesdoo + +|badge1| |badge2| |badge3| + +Generate and manage shifts for cooperators. + +**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 +~~~~~~~ + +* Thibault Francois +* Elouan Le Bars +* Coop IT Easy SCRLfs + +Contributors +~~~~~~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Maintainers +~~~~~~~~~~~ + +This module is part of the `beescoop/obeesdoo `_ project on GitHub. + +You are welcome to contribute. diff --git a/beesdoo_shift/__manifest__.py b/beesdoo_shift/__manifest__.py index 4891a4d..3b1d70d 100644 --- a/beesdoo_shift/__manifest__.py +++ b/beesdoo_shift/__manifest__.py @@ -5,13 +5,12 @@ { "name": "Beescoop Shift Management", - "summary": """ - Volonteer Timetable Management""", - "author": "THibault Francois, Elouan Le Bars, Coop It Easy", + "summary": """Generate and manage shifts for cooperators.""", + "author": "Thibault Francois, Elouan Le Bars, Coop IT Easy SCRLfs", "website": "https://github.com/beescoop/Obeesdoo", "category": "Cooperative management", "version": "12.0.1.0.0", - "depends": ["mail",], + "depends": ["mail"], "data": [ "data/system_parameter.xml", "data/cron.xml", diff --git a/beesdoo_shift/readme/CONTRIBUTORS.rst b/beesdoo_shift/readme/CONTRIBUTORS.rst index 7fd2962..0a665fe 100644 --- a/beesdoo_shift/readme/CONTRIBUTORS.rst +++ b/beesdoo_shift/readme/CONTRIBUTORS.rst @@ -1,2 +1,3 @@ * Beescoop - Cellule IT * Coop IT Easy SCRLfs + diff --git a/beesdoo_shift/readme/DESCRIPTION.rst b/beesdoo_shift/readme/DESCRIPTION.rst new file mode 100644 index 0000000..4ba1d06 --- /dev/null +++ b/beesdoo_shift/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Generate and manage shifts for cooperators. diff --git a/beesdoo_shift/static/description/index.html b/beesdoo_shift/static/description/index.html new file mode 100644 index 0000000..908baf4 --- /dev/null +++ b/beesdoo_shift/static/description/index.html @@ -0,0 +1,417 @@ + + + + + + +Beescoop Shift Management + + + +
+

Beescoop Shift Management

+ + +

Beta License: AGPL-3 beescoop/obeesdoo

+

Generate and manage shifts for cooperators.

+

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

+
    +
  • Thibault Francois
  • +
  • Elouan Le Bars
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Contributors

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Maintainers

+

This module is part of the beescoop/obeesdoo project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/beesdoo_shift_attendance/README.rst b/beesdoo_shift_attendance/README.rst new file mode 100644 index 0000000..cb4738e --- /dev/null +++ b/beesdoo_shift_attendance/README.rst @@ -0,0 +1,60 @@ +=============================== +Beescoop Shift Attendance Sheet +=============================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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-beescoop%2Fobeesdoo-lightgray.png?logo=github + :target: https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_shift_attendance + :alt: beescoop/obeesdoo + +|badge1| |badge2| |badge3| + +Volonteer Timetable Management +Attendance Sheet for BEES coop + +**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 +~~~~~~~ + +* Elouan Le Bars +* Coop IT Easy SCRLfs + +Contributors +~~~~~~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Maintainers +~~~~~~~~~~~ + +This module is part of the `beescoop/obeesdoo `_ project on GitHub. + +You are welcome to contribute. diff --git a/beesdoo_shift_attendance/__manifest__.py b/beesdoo_shift_attendance/__manifest__.py index 6675638..21dd2f3 100644 --- a/beesdoo_shift_attendance/__manifest__.py +++ b/beesdoo_shift_attendance/__manifest__.py @@ -8,10 +8,7 @@ "summary": """ Volonteer Timetable Management Attendance Sheet for BEES coop""", - "description": """ - - """, - "author": "Elouan Le Bars, Coop It Easy", + "author": "Elouan Le Bars, Coop IT Easy SCRLfs", "website": "https://github.com/beescoop/Obeesdoo", "category": "Cooperative management", "version": "12.0.1.0.1", @@ -33,5 +30,6 @@ "wizard/generate_missing_attendance_sheets.xml", "views/attendance_sheet.xml", ], - "demo": ["demo/users.xml",], + "demo": ["demo/users.xml"], + "license": "AGPL-3", } diff --git a/beesdoo_shift_attendance/readme/CONTRIBUTORS.rst b/beesdoo_shift_attendance/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..7fd2962 --- /dev/null +++ b/beesdoo_shift_attendance/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs diff --git a/beesdoo_shift_attendance/readme/DESCRIPTION.rst b/beesdoo_shift_attendance/readme/DESCRIPTION.rst new file mode 100644 index 0000000..e0f98fb --- /dev/null +++ b/beesdoo_shift_attendance/readme/DESCRIPTION.rst @@ -0,0 +1,2 @@ +Volonteer Timetable Management +Attendance Sheet for BEES coop diff --git a/beesdoo_shift_attendance/static/description/index.html b/beesdoo_shift_attendance/static/description/index.html new file mode 100644 index 0000000..9dfa525 --- /dev/null +++ b/beesdoo_shift_attendance/static/description/index.html @@ -0,0 +1,417 @@ + + + + + + +Beescoop Shift Attendance Sheet + + + +
+

Beescoop Shift Attendance Sheet

+ + +

Beta License: AGPL-3 beescoop/obeesdoo

+

Volonteer Timetable Management +Attendance Sheet for BEES coop

+

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

+
    +
  • Elouan Le Bars
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Contributors

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Maintainers

+

This module is part of the beescoop/obeesdoo project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/beesdoo_stock/README.rst b/beesdoo_stock/README.rst new file mode 100644 index 0000000..8690527 --- /dev/null +++ b/beesdoo_stock/README.rst @@ -0,0 +1,58 @@ +=============== +BEES coop Stock +=============== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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-beescoop%2Fobeesdoo-lightgray.png?logo=github + :target: https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_stock + :alt: beescoop/obeesdoo + +|badge1| |badge2| |badge3| + +Enable action on multiple products of a stock receipt. + +**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 +~~~~~~~ + +* Coop IT Easy SCRLfs + +Contributors +~~~~~~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Maintainers +~~~~~~~~~~~ + +This module is part of the `beescoop/obeesdoo `_ project on GitHub. + +You are welcome to contribute. diff --git a/beesdoo_stock/__manifest__.py b/beesdoo_stock/__manifest__.py index 471c71a..7401b44 100644 --- a/beesdoo_stock/__manifest__.py +++ b/beesdoo_stock/__manifest__.py @@ -8,7 +8,7 @@ "author": "Coop IT Easy SCRLfs", "license": "AGPL-3", "website": "www.coopiteasy.be", - "description": """ + "summary": """ Enable action on multiple products of a stock receipt """, "data": ["views/stock_view.xml"], diff --git a/beesdoo_stock/readme/CONTRIBUTORS.rst b/beesdoo_stock/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..7fd2962 --- /dev/null +++ b/beesdoo_stock/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs diff --git a/beesdoo_stock/readme/DESCRIPTION.rst b/beesdoo_stock/readme/DESCRIPTION.rst new file mode 100644 index 0000000..baf0d54 --- /dev/null +++ b/beesdoo_stock/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Enable action on multiple products of a stock receipt. diff --git a/beesdoo_stock/static/description/index.html b/beesdoo_stock/static/description/index.html new file mode 100644 index 0000000..9b2766f --- /dev/null +++ b/beesdoo_stock/static/description/index.html @@ -0,0 +1,415 @@ + + + + + + +BEES coop Stock + + + +
+

BEES coop Stock

+ + +

Beta License: AGPL-3 beescoop/obeesdoo

+

Enable action on multiple products of a stock receipt.

+

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

+
    +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Contributors

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Maintainers

+

This module is part of the beescoop/obeesdoo project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/beesdoo_stock_coverage/README.rst b/beesdoo_stock_coverage/README.rst index b235324..3112ec1 100644 --- a/beesdoo_stock_coverage/README.rst +++ b/beesdoo_stock_coverage/README.rst @@ -13,9 +13,9 @@ Product - Stock Coverage .. |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-odoo-cae%2Fodoo--addons--hr--incubator-lightgray.png?logo=github - :target: https://github.com/odoo-cae/odoo-addons-hr-incubator/tree/12.0/beesdoo_stock_coverage - :alt: odoo-cae/odoo-addons-hr-incubator +.. |badge3| image:: https://img.shields.io/badge/github-beescoop%2Fobeesdoo-lightgray.png?logo=github + :target: https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_stock_coverage + :alt: beescoop/obeesdoo |badge1| |badge2| |badge3| @@ -29,10 +29,10 @@ Compute estimated stock coverage based on product sales over a date range. 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. @@ -49,10 +49,9 @@ Contributors * Robin Keunen - Maintainers ~~~~~~~~~~~ -This module is part of the `odoo-cae/odoo-addons-hr-incubator `_ project on GitHub. +This module is part of the `beescoop/obeesdoo `_ project on GitHub. You are welcome to contribute. diff --git a/beesdoo_stock_coverage/static/description/index.html b/beesdoo_stock_coverage/static/description/index.html index 919df7c..d35d717 100644 --- a/beesdoo_stock_coverage/static/description/index.html +++ b/beesdoo_stock_coverage/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 odoo-cae/odoo-addons-hr-incubator

+

Beta License: AGPL-3 beescoop/obeesdoo

Compute estimated stock coverage based on product sales over a date range.

Table of contents

@@ -383,10 +383,10 @@ ul.auto-toc {

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.

@@ -405,7 +405,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

Maintainers

-

This module is part of the odoo-cae/odoo-addons-hr-incubator project on GitHub.

+

This module is part of the beescoop/obeesdoo project on GitHub.

You are welcome to contribute.

diff --git a/beesdoo_website_eater/README.rst b/beesdoo_website_eater/README.rst new file mode 100644 index 0000000..52b8978 --- /dev/null +++ b/beesdoo_website_eater/README.rst @@ -0,0 +1,59 @@ +======================= +BEES coop Website Eater +======================= + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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-beescoop%2Fobeesdoo-lightgray.png?logo=github + :target: https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_website_eater + :alt: beescoop/obeesdoo + +|badge1| |badge2| |badge3| + +Show the eaters of a cooperator in the website portal. + +**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 +~~~~~~~ + +* Rémy Taymans +* Coop IT Easy SCRLfs + +Contributors +~~~~~~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Maintainers +~~~~~~~~~~~ + +This module is part of the `beescoop/obeesdoo `_ project on GitHub. + +You are welcome to contribute. diff --git a/beesdoo_website_eater/__manifest__.py b/beesdoo_website_eater/__manifest__.py index 1990446..eaa5e07 100644 --- a/beesdoo_website_eater/__manifest__.py +++ b/beesdoo_website_eater/__manifest__.py @@ -6,9 +6,7 @@ "summary": """ Show the eaters of a cooperator in the website portal. """, - "description": """ - """, - "author": "Rémy Taymans", + "author": "Rémy Taymans, Coop IT Easy SCRLfs", "license": "AGPL-3", "version": "12.0.1.0.0", "website": "https://github.com/beescoop/Obeesdoo", diff --git a/beesdoo_website_eater/readme/CONTRIBUTORS.rst b/beesdoo_website_eater/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..7fd2962 --- /dev/null +++ b/beesdoo_website_eater/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs diff --git a/beesdoo_website_eater/readme/DESCRIPTION.rst b/beesdoo_website_eater/readme/DESCRIPTION.rst new file mode 100644 index 0000000..4b964a3 --- /dev/null +++ b/beesdoo_website_eater/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Show the eaters of a cooperator in the website portal. diff --git a/beesdoo_website_eater/static/description/index.html b/beesdoo_website_eater/static/description/index.html new file mode 100644 index 0000000..4343334 --- /dev/null +++ b/beesdoo_website_eater/static/description/index.html @@ -0,0 +1,416 @@ + + + + + + +BEES coop Website Eater + + + +
+

BEES coop Website Eater

+ + +

Beta License: AGPL-3 beescoop/obeesdoo

+

Show the eaters of a cooperator in the website portal.

+

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

+
    +
  • Rémy Taymans
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Contributors

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Maintainers

+

This module is part of the beescoop/obeesdoo project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/beesdoo_website_posorder_amount/README.rst b/beesdoo_website_posorder_amount/README.rst new file mode 100644 index 0000000..8767128 --- /dev/null +++ b/beesdoo_website_posorder_amount/README.rst @@ -0,0 +1,58 @@ +=============================== +Portal Website POS order amount +=============================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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-beescoop%2Fobeesdoo-lightgray.png?logo=github + :target: https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_website_posorder_amount + :alt: beescoop/obeesdoo + +|badge1| |badge2| |badge3| + +Show the total amount of pos order in the website portal. + +**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 +~~~~~~~ + +* Coop IT Easy SCRLfs + +Contributors +~~~~~~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Maintainers +~~~~~~~~~~~ + +This module is part of the `beescoop/obeesdoo `_ project on GitHub. + +You are welcome to contribute. diff --git a/beesdoo_website_posorder_amount/__manifest__.py b/beesdoo_website_posorder_amount/__manifest__.py index 8e82888..75b8e46 100644 --- a/beesdoo_website_posorder_amount/__manifest__.py +++ b/beesdoo_website_posorder_amount/__manifest__.py @@ -6,8 +6,6 @@ "summary": """ Show the total amount of pos order in the website portal. """, - "description": """ - """, "author": "Coop IT Easy SCRLfs", "license": "AGPL-3", "version": "12.0.1.0.0", diff --git a/beesdoo_website_posorder_amount/readme/CONTRIBUTORS.rst b/beesdoo_website_posorder_amount/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..7fd2962 --- /dev/null +++ b/beesdoo_website_posorder_amount/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs diff --git a/beesdoo_website_posorder_amount/readme/DESCRIPTION.rst b/beesdoo_website_posorder_amount/readme/DESCRIPTION.rst new file mode 100644 index 0000000..5082f97 --- /dev/null +++ b/beesdoo_website_posorder_amount/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Show the total amount of pos order in the website portal. diff --git a/beesdoo_website_posorder_amount/static/description/index.html b/beesdoo_website_posorder_amount/static/description/index.html new file mode 100644 index 0000000..e7d3c90 --- /dev/null +++ b/beesdoo_website_posorder_amount/static/description/index.html @@ -0,0 +1,415 @@ + + + + + + +Portal Website POS order amount + + + +
+

Portal Website POS order amount

+ + +

Beta License: AGPL-3 beescoop/obeesdoo

+

Show the total amount of pos order in the website portal.

+

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

+
    +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Contributors

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Maintainers

+

This module is part of the beescoop/obeesdoo project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/beesdoo_website_shift/README.rst b/beesdoo_website_shift/README.rst new file mode 100644 index 0000000..87d6376 --- /dev/null +++ b/beesdoo_website_shift/README.rst @@ -0,0 +1,60 @@ +======================= +BEES coop Website Shift +======================= + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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-beescoop%2Fobeesdoo-lightgray.png?logo=github + :target: https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_website_shift + :alt: beescoop/obeesdoo + +|badge1| |badge2| |badge3| + +Show available shifts for regular and irregular workers on the +website and let workers manage their shifts with an +easy web interface. + +**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 +~~~~~~~ + +* Coop IT Easy SCRLfs + +Contributors +~~~~~~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Maintainers +~~~~~~~~~~~ + +This module is part of the `beescoop/obeesdoo `_ project on GitHub. + +You are welcome to contribute. diff --git a/beesdoo_website_shift/__manifest__.py b/beesdoo_website_shift/__manifest__.py index a8a8f47..eaac2f7 100644 --- a/beesdoo_website_shift/__manifest__.py +++ b/beesdoo_website_shift/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Coop IT Easy (http://coopiteasy.be) +# Copyright 2017-2020 Coop IT Easy SCRLfs (http://coopiteasy.be) # Rémy Taymans # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). @@ -9,8 +9,6 @@ website and let workers manage their shifts with an easy web interface. """, - "description": """ - """, "author": "Coop IT Easy SCRLfs", "license": "AGPL-3", "version": "12.0.1.0.0", diff --git a/beesdoo_website_shift/controllers/main.py b/beesdoo_website_shift/controllers/main.py index 42cb337..046b980 100644 --- a/beesdoo_website_shift/controllers/main.py +++ b/beesdoo_website_shift/controllers/main.py @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Coop IT Easy (http://coopiteasy.be) +# Copyright 2017-2020 Coop IT Easy SCRLfs (http://coopiteasy.be) # Rémy Taymans # Copyright 2017-2018 Thibault François # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/beesdoo_website_shift/readme/CONTRIBUTORS.rst b/beesdoo_website_shift/readme/CONTRIBUTORS.rst index 7fd2962..0a665fe 100644 --- a/beesdoo_website_shift/readme/CONTRIBUTORS.rst +++ b/beesdoo_website_shift/readme/CONTRIBUTORS.rst @@ -1,2 +1,3 @@ * Beescoop - Cellule IT * Coop IT Easy SCRLfs + diff --git a/beesdoo_website_shift/readme/DESCRIPTION.rst b/beesdoo_website_shift/readme/DESCRIPTION.rst new file mode 100644 index 0000000..eabd4b4 --- /dev/null +++ b/beesdoo_website_shift/readme/DESCRIPTION.rst @@ -0,0 +1,3 @@ +Show available shifts for regular and irregular workers on the +website and let workers manage their shifts with an +easy web interface. diff --git a/beesdoo_website_shift/static/description/index.html b/beesdoo_website_shift/static/description/index.html new file mode 100644 index 0000000..f6763c8 --- /dev/null +++ b/beesdoo_website_shift/static/description/index.html @@ -0,0 +1,417 @@ + + + + + + +BEES coop Website Shift + + + +
+

BEES coop Website Shift

+ + +

Beta License: AGPL-3 beescoop/obeesdoo

+

Show available shifts for regular and irregular workers on the +website and let workers manage their shifts with an +easy web interface.

+

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

+
    +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Contributors

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Maintainers

+

This module is part of the beescoop/obeesdoo project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/beesdoo_website_theme/README.rst b/beesdoo_website_theme/README.rst new file mode 100644 index 0000000..c3af8d7 --- /dev/null +++ b/beesdoo_website_theme/README.rst @@ -0,0 +1,59 @@ +======================= +BEES coop Website Theme +======================= + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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-beescoop%2Fobeesdoo-lightgray.png?logo=github + :target: https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_website_theme + :alt: beescoop/obeesdoo + +|badge1| |badge2| |badge3| + +Apply BEES coop design rules. + +**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 +~~~~~~~ + +* Rémy Taymans +* Coop IT Easy SCRLfs + +Contributors +~~~~~~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Maintainers +~~~~~~~~~~~ + +This module is part of the `beescoop/obeesdoo `_ project on GitHub. + +You are welcome to contribute. diff --git a/beesdoo_website_theme/__manifest__.py b/beesdoo_website_theme/__manifest__.py index b954e3c..eeb7cb9 100644 --- a/beesdoo_website_theme/__manifest__.py +++ b/beesdoo_website_theme/__manifest__.py @@ -3,13 +3,11 @@ "summary": """ Apply BEES coop design rules. """, - "description": """ - """, - "author": "Rémy Taymans", + "author": "Rémy Taymans, Coop IT Easy SCRLfs", "website": "https://github.com/beescoop/Obeesdoo", "license": "AGPL-3", "category": "Themes", - "version": "12.0.0.1", + "version": "12.0.0.0.1", "application": True, "depends": ["website"], "data": ["views/assets.xml"], diff --git a/beesdoo_website_theme/readme/CONTRIBUTORS.rst b/beesdoo_website_theme/readme/CONTRIBUTORS.rst index 7fd2962..0a665fe 100644 --- a/beesdoo_website_theme/readme/CONTRIBUTORS.rst +++ b/beesdoo_website_theme/readme/CONTRIBUTORS.rst @@ -1,2 +1,3 @@ * Beescoop - Cellule IT * Coop IT Easy SCRLfs + diff --git a/beesdoo_website_theme/readme/DESCRIPTION.rst b/beesdoo_website_theme/readme/DESCRIPTION.rst new file mode 100644 index 0000000..d2270e9 --- /dev/null +++ b/beesdoo_website_theme/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Apply BEES coop design rules. diff --git a/beesdoo_website_theme/static/description/index.html b/beesdoo_website_theme/static/description/index.html new file mode 100644 index 0000000..00b7ad3 --- /dev/null +++ b/beesdoo_website_theme/static/description/index.html @@ -0,0 +1,416 @@ + + + + + + +BEES coop Website Theme + + + +
+

BEES coop Website Theme

+ + +

Beta License: AGPL-3 beescoop/obeesdoo

+

Apply BEES coop design rules.

+

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

+
    +
  • Rémy Taymans
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Contributors

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Maintainers

+

This module is part of the beescoop/obeesdoo project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/beesdoo_worker_status/README.rst b/beesdoo_worker_status/README.rst new file mode 100644 index 0000000..08cad0e --- /dev/null +++ b/beesdoo_worker_status/README.rst @@ -0,0 +1,60 @@ +============================== +Beescoop Worker Status manager +============================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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-beescoop%2Fobeesdoo-lightgray.png?logo=github + :target: https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_worker_status + :alt: beescoop/obeesdoo + +|badge1| |badge2| |badge3| + +Worker status management specific to beescoop. + +**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 +~~~~~~~ + +* Thibault Francois +* Elouan Le Bars +* Coop IT Easy SCRLfs + +Contributors +~~~~~~~~~~~~ + +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs + +Maintainers +~~~~~~~~~~~ + +This module is part of the `beescoop/obeesdoo `_ project on GitHub. + +You are welcome to contribute. diff --git a/beesdoo_worker_status/__manifest__.py b/beesdoo_worker_status/__manifest__.py index 43dbac2..50786d5 100644 --- a/beesdoo_worker_status/__manifest__.py +++ b/beesdoo_worker_status/__manifest__.py @@ -9,7 +9,7 @@ "website": "https://github.com/beescoop/Obeesdoo", "category": "Cooperative management", "version": "12.0.1.0.0", - "depends": ["beesdoo_base", "beesdoo_shift",], + "depends": ["beesdoo_base", "beesdoo_shift"], "data": [], "demo": ["demo/cooperators.xml", "demo/tasks.xml",], "license": "AGPL-3", diff --git a/beesdoo_worker_status/readme/CONTRIBUTORS.rst b/beesdoo_worker_status/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..7fd2962 --- /dev/null +++ b/beesdoo_worker_status/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Beescoop - Cellule IT +* Coop IT Easy SCRLfs diff --git a/beesdoo_worker_status/readme/DESCRIPTION.rst b/beesdoo_worker_status/readme/DESCRIPTION.rst new file mode 100644 index 0000000..f7df1c6 --- /dev/null +++ b/beesdoo_worker_status/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Worker status management specific to beescoop. diff --git a/beesdoo_worker_status/static/description/index.html b/beesdoo_worker_status/static/description/index.html new file mode 100644 index 0000000..97f1ee9 --- /dev/null +++ b/beesdoo_worker_status/static/description/index.html @@ -0,0 +1,417 @@ + + + + + + +Beescoop Worker Status manager + + + +
+

Beescoop Worker Status manager

+ + +

Beta License: AGPL-3 beescoop/obeesdoo

+

Worker status management specific to beescoop.

+

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

+
    +
  • Thibault Francois
  • +
  • Elouan Le Bars
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Contributors

+
    +
  • Beescoop - Cellule IT
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Maintainers

+

This module is part of the beescoop/obeesdoo project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/macavrac_base/README.rst b/macavrac_base/README.rst new file mode 100644 index 0000000..7de9ce4 --- /dev/null +++ b/macavrac_base/README.rst @@ -0,0 +1,58 @@ +==================== +Macavrac Base Module +==================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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-beescoop%2Fobeesdoo-lightgray.png?logo=github + :target: https://github.com/beescoop/obeesdoo/tree/12.0/macavrac_base + :alt: beescoop/obeesdoo + +|badge1| |badge2| |badge3| + +Module with basic customizations for the Macavrac cooperative. + +**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 +~~~~~~~ + +* Patricia Daloze +* Coop IT Easy SCRLfs + +Contributors +~~~~~~~~~~~~ + +* Coop IT Easy SCRLfs + +Maintainers +~~~~~~~~~~~ + +This module is part of the `beescoop/obeesdoo `_ project on GitHub. + +You are welcome to contribute. diff --git a/macavrac_base/__manifest__.py b/macavrac_base/__manifest__.py index a89f5ec..05043e1 100644 --- a/macavrac_base/__manifest__.py +++ b/macavrac_base/__manifest__.py @@ -4,12 +4,11 @@ "summary": """ Module with basic customizations for the Macavrac cooperative. """, - "description": """ - """, - "author": "Patricia Daloze", + "author": "Patricia Daloze, Coop IT Easy SCRLfs", "category": "Sales", "version": "12.0.1.0.0", "depends": ["beesdoo_shift", "contacts"], "data": ["views/res_partner.xml"], "installable": True, + "license": "AGPL-3", } diff --git a/macavrac_base/readme/CONTRIBUTORS.rst b/macavrac_base/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..b2844f3 --- /dev/null +++ b/macavrac_base/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Coop IT Easy SCRLfs diff --git a/macavrac_base/readme/DESCRIPTION.rst b/macavrac_base/readme/DESCRIPTION.rst new file mode 100644 index 0000000..78589fb --- /dev/null +++ b/macavrac_base/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Module with basic customizations for the Macavrac cooperative. diff --git a/macavrac_base/static/description/index.html b/macavrac_base/static/description/index.html new file mode 100644 index 0000000..4f9a966 --- /dev/null +++ b/macavrac_base/static/description/index.html @@ -0,0 +1,415 @@ + + + + + + +Macavrac Base Module + + + +
+

Macavrac Base Module

+ + +

Beta License: AGPL-3 beescoop/obeesdoo

+

Module with basic customizations for the Macavrac cooperative.

+

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

+
    +
  • Patricia Daloze
  • +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Contributors

+
    +
  • Coop IT Easy SCRLfs
  • +
+
+
+

Maintainers

+

This module is part of the beescoop/obeesdoo project on GitHub.

+

You are welcome to contribute.

+
+
+
+ +