From 7e0b155bb5d694d75e81237d49192a90302d385c Mon Sep 17 00:00:00 2001 From: joepsanders <111979167+joepsanders@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:52:01 +0200 Subject: [PATCH] [IMP] web_save_discard_button: apply pre-commit auto fixes --- web_save_discard_button/README.rst | 24 ++++++++++--------- web_save_discard_button/pyproject.toml | 3 +++ .../readme/CONTRIBUTORS.md | 2 ++ .../readme/CONTRIBUTORS.rst | 2 -- web_save_discard_button/readme/DESCRIPTION.md | 3 +++ .../readme/DESCRIPTION.rst | 3 --- .../static/description/index.html | 20 +++++++++------- 7 files changed, 32 insertions(+), 25 deletions(-) create mode 100644 web_save_discard_button/pyproject.toml create mode 100644 web_save_discard_button/readme/CONTRIBUTORS.md delete mode 100644 web_save_discard_button/readme/CONTRIBUTORS.rst create mode 100644 web_save_discard_button/readme/DESCRIPTION.md delete mode 100644 web_save_discard_button/readme/DESCRIPTION.rst diff --git a/web_save_discard_button/README.rst b/web_save_discard_button/README.rst index 3b2834926..b398c00a8 100644 --- a/web_save_discard_button/README.rst +++ b/web_save_discard_button/README.rst @@ -17,20 +17,22 @@ Save & Discard Buttons :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github - :target: https://github.com/OCA/web/tree/16.0/web_save_discard_button + :target: https://github.com/OCA/web/tree/17.0/web_save_discard_button :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_save_discard_button + :target: https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_save_discard_button :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/web&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| Change Save & Discard Button style. -.. image:: https://raw.githubusercontent.com/OCA/web/16.0/web_save_discard_button/static/description/save_button.png +|image| + +.. |image| image:: https://raw.githubusercontent.com/OCA/web/17.0/web_save_discard_button/static/description/save_button.png **Table of contents** @@ -43,7 +45,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. @@ -51,18 +53,18 @@ Credits ======= Authors -~~~~~~~ +------- * Synconics Technologies Pvt. Ltd. Contributors -~~~~~~~~~~~~ +------------ -* Synconics Technologies Pvt. Ltd. -* `Synconics Technologies Pvt. Ltd. `__: +- Synconics Technologies Pvt. Ltd. +- `Synconics Technologies Pvt. Ltd. `__: Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -82,6 +84,6 @@ Current `maintainer `__: |maintainer-synconics| -This module is part of the `OCA/web `_ project on GitHub. +This module is part of the `OCA/web `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/web_save_discard_button/pyproject.toml b/web_save_discard_button/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/web_save_discard_button/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/web_save_discard_button/readme/CONTRIBUTORS.md b/web_save_discard_button/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..afab0d8f4 --- /dev/null +++ b/web_save_discard_button/readme/CONTRIBUTORS.md @@ -0,0 +1,2 @@ +- Synconics Technologies Pvt. Ltd. +- [Synconics Technologies Pvt. Ltd.](https://www.synconics.com): diff --git a/web_save_discard_button/readme/CONTRIBUTORS.rst b/web_save_discard_button/readme/CONTRIBUTORS.rst deleted file mode 100644 index fce81f4fb..000000000 --- a/web_save_discard_button/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,2 +0,0 @@ -* Synconics Technologies Pvt. Ltd. -* `Synconics Technologies Pvt. Ltd. `__: diff --git a/web_save_discard_button/readme/DESCRIPTION.md b/web_save_discard_button/readme/DESCRIPTION.md new file mode 100644 index 000000000..215cc92a0 --- /dev/null +++ b/web_save_discard_button/readme/DESCRIPTION.md @@ -0,0 +1,3 @@ +Change Save & Discard Button style. + +![image](../static/description/save_button.png) diff --git a/web_save_discard_button/readme/DESCRIPTION.rst b/web_save_discard_button/readme/DESCRIPTION.rst deleted file mode 100644 index 13866832f..000000000 --- a/web_save_discard_button/readme/DESCRIPTION.rst +++ /dev/null @@ -1,3 +0,0 @@ -Change Save & Discard Button style. - -.. image:: ../static/description/save_button.png diff --git a/web_save_discard_button/static/description/index.html b/web_save_discard_button/static/description/index.html index 5b6df3c54..018925ea8 100644 --- a/web_save_discard_button/static/description/index.html +++ b/web_save_discard_button/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 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { 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.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -369,9 +369,9 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:dd9062d415006fd0e96b895dd0d272f8b09c81b737731e6fc7e67cf1aab60485 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runboat

Change Save & Discard Button style.

-https://raw.githubusercontent.com/OCA/web/16.0/web_save_discard_button/static/description/save_button.png +

image

Table of contents

    @@ -389,7 +389,7 @@ ul.auto-toc {

    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.

@@ -410,13 +410,15 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

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.

Current maintainer:

synconics

-

This module is part of the OCA/web project on GitHub.

+

This module is part of the OCA/web project on GitHub.

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