diff --git a/pos_operating_unit/README.rst b/pos_operating_unit/README.rst index 4ae5f188fa..7c24db1d93 100644 --- a/pos_operating_unit/README.rst +++ b/pos_operating_unit/README.rst @@ -17,18 +17,19 @@ POS Operating Unit Access :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Foperating--unit-lightgray.png?logo=github - :target: https://github.com/OCA/operating-unit/tree/14.0/pos_operating_unit + :target: https://github.com/OCA/operating-unit/tree/17.0/pos_operating_unit :alt: OCA/operating-unit .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/operating-unit-14-0/operating-unit-14-0-pos_operating_unit + :target: https://translation.odoo-community.org/projects/operating-unit-17-0/operating-unit-17-0-pos_operating_unit :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/operating-unit&target_branch=14.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/operating-unit&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module adds a field "operating unit" in POS with the only goal of restricting visibility (therefore access) to users with same OU allowed. +This module adds a field "operating unit" in POS with the only goal of +restricting visibility (therefore access) to users with same OU allowed. This also applies to sessions, orders and payments in POS. @@ -47,9 +48,9 @@ In POS config, set operating unit(s) allowed to see this POS. Known issues / Roadmap ====================== -This module only manages visibility of POS and related orders. If a more complete -"pos_operating_unit" is proposed and merged, then it should cover features of this -module which can be discontinued. +This module only manages visibility of POS and related orders. If a more +complete "pos_operating_unit" is proposed and merged, then it should +cover features of this module which can be discontinued. Bug Tracker =========== @@ -57,7 +58,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -65,20 +66,20 @@ Credits ======= Authors -~~~~~~~ +------- * Ilyas * Ooops404 Contributors -~~~~~~~~~~~~ +------------ -* Ooops404 +- Ooops404 - * Ilyas + - Ilyas Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -90,6 +91,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/operating-unit `_ project on GitHub. +This module is part of the `OCA/operating-unit `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/pos_operating_unit/pyproject.toml b/pos_operating_unit/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/pos_operating_unit/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/pos_operating_unit/readme/CONTRIBUTORS.md b/pos_operating_unit/readme/CONTRIBUTORS.md new file mode 100644 index 0000000000..dbafc0aad9 --- /dev/null +++ b/pos_operating_unit/readme/CONTRIBUTORS.md @@ -0,0 +1,2 @@ +- Ooops404 \<\> + - Ilyas \<\> diff --git a/pos_operating_unit/readme/CONTRIBUTORS.rst b/pos_operating_unit/readme/CONTRIBUTORS.rst deleted file mode 100644 index 6f583d7f26..0000000000 --- a/pos_operating_unit/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,3 +0,0 @@ -* Ooops404 - - * Ilyas diff --git a/pos_operating_unit/readme/DESCRIPTION.rst b/pos_operating_unit/readme/DESCRIPTION.md similarity index 70% rename from pos_operating_unit/readme/DESCRIPTION.rst rename to pos_operating_unit/readme/DESCRIPTION.md index 1e3c3a5ca8..2be36be907 100644 --- a/pos_operating_unit/readme/DESCRIPTION.rst +++ b/pos_operating_unit/readme/DESCRIPTION.md @@ -1,4 +1,5 @@ -This module adds a field "operating unit" in POS with the only goal of restricting visibility (therefore access) to users with same OU allowed. +This module adds a field "operating unit" in POS with the only goal of +restricting visibility (therefore access) to users with same OU allowed. This also applies to sessions, orders and payments in POS. diff --git a/pos_operating_unit/readme/ROADMAP.md b/pos_operating_unit/readme/ROADMAP.md new file mode 100644 index 0000000000..5a89a280a4 --- /dev/null +++ b/pos_operating_unit/readme/ROADMAP.md @@ -0,0 +1,3 @@ +This module only manages visibility of POS and related orders. If a more +complete "pos_operating_unit" is proposed and merged, then it should +cover features of this module which can be discontinued. diff --git a/pos_operating_unit/readme/ROADMAP.rst b/pos_operating_unit/readme/ROADMAP.rst deleted file mode 100644 index 16377349b4..0000000000 --- a/pos_operating_unit/readme/ROADMAP.rst +++ /dev/null @@ -1,3 +0,0 @@ -This module only manages visibility of POS and related orders. If a more complete -"pos_operating_unit" is proposed and merged, then it should cover features of this -module which can be discontinued. diff --git a/pos_operating_unit/readme/USAGE.rst b/pos_operating_unit/readme/USAGE.md similarity index 100% rename from pos_operating_unit/readme/USAGE.rst rename to pos_operating_unit/readme/USAGE.md diff --git a/pos_operating_unit/static/description/index.html b/pos_operating_unit/static/description/index.html index d7b20b35e5..b954a410bd 100644 --- a/pos_operating_unit/static/description/index.html +++ b/pos_operating_unit/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -369,8 +369,9 @@

POS Operating Unit Access

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:8fb92e5f7aea276b3cf26d223c0ead05b42f63f12ca8d2e9f45285951f3245bb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: LGPL-3 OCA/operating-unit Translate me on Weblate Try me on Runboat

-

This module adds a field “operating unit” in POS with the only goal of restricting visibility (therefore access) to users with same OU allowed.

+

Beta License: LGPL-3 OCA/operating-unit Translate me on Weblate Try me on Runboat

+

This module adds a field “operating unit” in POS with the only goal of +restricting visibility (therefore access) to users with same OU allowed.

This also applies to sessions, orders and payments in POS.

A “Point of sale” field is added to orders and payments for clarity.

Table of contents

@@ -393,16 +394,16 @@

Usage

Known issues / Roadmap

-

This module only manages visibility of POS and related orders. If a more complete -“pos_operating_unit” is proposed and merged, then it should cover features of this -module which can be discontinued.

+

This module only manages visibility of POS and related orders. If a more +complete “pos_operating_unit” is proposed and merged, then it should +cover features of this module which can be discontinued.

Bug Tracker

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

+feedback.

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

@@ -426,11 +427,13 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

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

-

This module is part of the OCA/operating-unit project on GitHub.

+

This module is part of the OCA/operating-unit project on GitHub.

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