diff --git a/account_invoice_hide_payment_button/README.rst b/account_invoice_hide_payment_button/README.rst new file mode 100644 index 000000000..8994c6956 --- /dev/null +++ b/account_invoice_hide_payment_button/README.rst @@ -0,0 +1,63 @@ +=========================== +Invoice hide payment button +=========================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:38e077bbc77d5411cf45295f5a43be21490697ddc398726f32e1e08b5908d91f + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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-NuoBiT%2Fodoo--addons-lightgray.png?logo=github + :target: https://github.com/NuoBiT/odoo-addons/tree/18.0/account_invoice_hide_payment_button + :alt: NuoBiT/odoo-addons + +|badge1| |badge2| |badge3| + +This module hides payment button on invoices + +**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 to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +------- + +* NuoBiT Solutions SL + +Contributors +------------ + +- `NuoBiT `__: + + - Eric Antones eantones@nuobit.com + - Deniz Gallo dgallo@nuobit.com + +Maintainers +----------- + +This module is part of the `NuoBiT/odoo-addons `_ project on GitHub. + +You are welcome to contribute. diff --git a/account_invoice_hide_payment_button/__init__.py b/account_invoice_hide_payment_button/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/account_invoice_hide_payment_button/__manifest__.py b/account_invoice_hide_payment_button/__manifest__.py new file mode 100644 index 000000000..8c3d503b1 --- /dev/null +++ b/account_invoice_hide_payment_button/__manifest__.py @@ -0,0 +1,15 @@ +# Copyright NuoBiT Solutions SL - Eric Antones +# Copyright 2025 NuoBiT Solutions SL - Deniz Gallo +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) + +{ + "name": "Invoice hide payment button", + "summary": "This module hides payment button on invoices", + "version": "18.0.1.0.0", + "category": "Accounting", + "author": "NuoBiT Solutions SL", + "website": "https://github.com/NuoBiT/odoo-addons", + "license": "AGPL-3", + "depends": ["account"], + "data": ["views/account_invoice_view.xml"], +} diff --git a/account_invoice_hide_payment_button/pyproject.toml b/account_invoice_hide_payment_button/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/account_invoice_hide_payment_button/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/account_invoice_hide_payment_button/readme/CONTRIBUTORS.md b/account_invoice_hide_payment_button/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..909507cba --- /dev/null +++ b/account_invoice_hide_payment_button/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +- [NuoBiT](https://www.nuobit.com): + - Eric Antones + - Deniz Gallo diff --git a/account_invoice_hide_payment_button/readme/DESCRIPTION.md b/account_invoice_hide_payment_button/readme/DESCRIPTION.md new file mode 100644 index 000000000..3c815977d --- /dev/null +++ b/account_invoice_hide_payment_button/readme/DESCRIPTION.md @@ -0,0 +1 @@ +This module hides payment button on invoices diff --git a/account_invoice_hide_payment_button/static/description/icon.png b/account_invoice_hide_payment_button/static/description/icon.png new file mode 100644 index 000000000..1cd641e79 Binary files /dev/null and b/account_invoice_hide_payment_button/static/description/icon.png differ diff --git a/account_invoice_hide_payment_button/static/description/index.html b/account_invoice_hide_payment_button/static/description/index.html new file mode 100644 index 000000000..315cdc207 --- /dev/null +++ b/account_invoice_hide_payment_button/static/description/index.html @@ -0,0 +1,420 @@ + + + + + +Invoice hide payment button + + + +
+

Invoice hide payment button

+ + +

Beta License: AGPL-3 NuoBiT/odoo-addons

+

This module hides payment button on invoices

+

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

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • NuoBiT Solutions SL
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is part of the NuoBiT/odoo-addons project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/account_invoice_hide_payment_button/views/account_invoice_view.xml b/account_invoice_hide_payment_button/views/account_invoice_view.xml new file mode 100644 index 000000000..b9ff76d72 --- /dev/null +++ b/account_invoice_hide_payment_button/views/account_invoice_view.xml @@ -0,0 +1,15 @@ + + + + + account.move.form + account.move + + + + + +