diff --git a/account_move_line_tax_editable/README.rst b/account_move_line_tax_editable/README.rst index 43ad703ce..214317e6d 100644 --- a/account_move_line_tax_editable/README.rst +++ b/account_move_line_tax_editable/README.rst @@ -17,13 +17,13 @@ Account Move Line Tax Editable :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github - :target: https://github.com/OCA/account-financial-tools/tree/16.0/account_move_line_tax_editable + :target: https://github.com/OCA/account-financial-tools/tree/17.0/account_move_line_tax_editable :alt: OCA/account-financial-tools .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/account-financial-tools-16-0/account-financial-tools-16-0-account_move_line_tax_editable + :target: https://translation.odoo-community.org/projects/account-financial-tools-17-0/account-financial-tools-17-0-account_move_line_tax_editable :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/account-financial-tools&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -41,7 +41,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. @@ -49,30 +49,29 @@ Credits ======= Authors -~~~~~~~ +------- * ACSONE SA/NV Contributors -~~~~~~~~~~~~ +------------ -* Thomas Binsfeld -* Benjamin Willig +- Thomas Binsfeld +- Benjamin Willig +- `Tecnativa `__: -* `Tecnativa `_: + - Ernesto Tejeda - * Ernesto Tejeda +- `Sygel `__: -* `Sygel `_: + - Manuel Regidor - * Manuel Regidor +- `Factor Libre `__: -* `Factor Libre `_: - - * Luis J. Salvatierra + - Luis J. Salvatierra Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -84,6 +83,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/account-financial-tools `_ project on GitHub. +This module is part of the `OCA/account-financial-tools `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_move_line_tax_editable/models/account_move_line.py b/account_move_line_tax_editable/models/account_move_line.py index 27f4c57a8..cce9f67c3 100644 --- a/account_move_line_tax_editable/models/account_move_line.py +++ b/account_move_line_tax_editable/models/account_move_line.py @@ -5,7 +5,6 @@ from odoo import api, fields, models class AccountMoveLine(models.Model): - _inherit = "account.move.line" is_tax_editable = fields.Boolean( diff --git a/account_move_line_tax_editable/pyproject.toml b/account_move_line_tax_editable/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/account_move_line_tax_editable/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/account_move_line_tax_editable/readme/CONTRIBUTORS.md b/account_move_line_tax_editable/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..be16950db --- /dev/null +++ b/account_move_line_tax_editable/readme/CONTRIBUTORS.md @@ -0,0 +1,8 @@ +- Thomas Binsfeld \<\> +- Benjamin Willig \<\> +- [Tecnativa](https://www.tecnativa.com): + - Ernesto Tejeda +- [Sygel](https://www.sygel.es): + - Manuel Regidor +- [Factor Libre](https://factorlibre.com): + - Luis J. Salvatierra \<\> diff --git a/account_move_line_tax_editable/readme/CONTRIBUTORS.rst b/account_move_line_tax_editable/readme/CONTRIBUTORS.rst deleted file mode 100644 index 9478ec3f2..000000000 --- a/account_move_line_tax_editable/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,14 +0,0 @@ -* Thomas Binsfeld -* Benjamin Willig - -* `Tecnativa `_: - - * Ernesto Tejeda - -* `Sygel `_: - - * Manuel Regidor - -* `Factor Libre `_: - - * Luis J. Salvatierra diff --git a/account_move_line_tax_editable/readme/DESCRIPTION.rst b/account_move_line_tax_editable/readme/DESCRIPTION.md similarity index 100% rename from account_move_line_tax_editable/readme/DESCRIPTION.rst rename to account_move_line_tax_editable/readme/DESCRIPTION.md diff --git a/account_move_line_tax_editable/static/description/index.html b/account_move_line_tax_editable/static/description/index.html index c823c8d05..93a0efebe 100644 --- a/account_move_line_tax_editable/static/description/index.html +++ b/account_move_line_tax_editable/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,7 +369,7 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:963e9a00d6b3311a5ccff8ab2681977d6325c1fad0347c74f86647989b58d81f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runboat

Allows to edit taxes on account move lines.

Table of contents

@@ -388,7 +388,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.

@@ -421,11 +421,13 @@ 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.

-

This module is part of the OCA/account-financial-tools project on GitHub.

+

This module is part of the OCA/account-financial-tools project on GitHub.

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

diff --git a/pandoc-3.1.12.1-1-amd64.deb b/pandoc-3.1.12.1-1-amd64.deb deleted file mode 100644 index d8e51d6c3..000000000 Binary files a/pandoc-3.1.12.1-1-amd64.deb and /dev/null differ diff --git a/pandoc-3.1.9-1-amd64.deb b/pandoc-3.1.9-1-amd64.deb deleted file mode 100644 index 77ae8bb6e..000000000 Binary files a/pandoc-3.1.9-1-amd64.deb and /dev/null differ