From 7953c64b0393cdf5a35e3e820abc03517a47298a Mon Sep 17 00:00:00 2001 From: Tiago Amaral Date: Mon, 13 Jan 2025 07:52:05 -0300 Subject: [PATCH 1/2] [IMP] sale_partial_lock: Add readme. --- sale_partial_lock/README.rst | 65 ++- sale_partial_lock/readme/CONFIGURE.md | 4 + sale_partial_lock/readme/CONTRIBUTORS.md | 3 + sale_partial_lock/readme/DESCRIPTION.md | 1 + sale_partial_lock/readme/USAGE.md | 1 + .../static/description/index.html | 434 ++++++++++++++++++ 6 files changed, 502 insertions(+), 6 deletions(-) create mode 100644 sale_partial_lock/readme/CONFIGURE.md create mode 100644 sale_partial_lock/readme/CONTRIBUTORS.md create mode 100644 sale_partial_lock/readme/DESCRIPTION.md create mode 100644 sale_partial_lock/readme/USAGE.md create mode 100644 sale_partial_lock/static/description/index.html diff --git a/sale_partial_lock/README.rst b/sale_partial_lock/README.rst index dedc4dd..9576a4b 100644 --- a/sale_partial_lock/README.rst +++ b/sale_partial_lock/README.rst @@ -2,22 +2,75 @@ Sale Partial Lock ================= -KMEE +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:f0284988cdebea028aaa46bfcbf83b3e0f5dc0a63ce280099a3e5f9a4aa6bdd6 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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-KMEE%2Fkmee--odoo--addons-lightgray.png?logo=github + :target: https://github.com/KMEE/kmee-odoo-addons/tree/14.0/sale_partial_lock + :alt: KMEE/kmee-odoo-addons + +|badge1| |badge2| |badge3| + +Allows you to create invoices even when a sale order is locked. + +**Table of contents** + +.. contents:: + :local: Configuration ============= To configure this module, you need to: -#. Go to ... +1. Go to *Sales > Configuration > Settings*. +2. In the "Quotations & Orders" section, check the "Lock Confirmed + Sales" option. Usage ===== -To use this module, you need to: +Now you can cancel or create an invoice in any status of the sale order. + +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 +------- + +* KMEE + +Contributors +------------ + +- ``KMEE ``\ \_: + + - Tiago Amaral tiago.amaral@kmee.com.br -#. Go to ... +Maintainers +----------- +This module is part of the `KMEE/kmee-odoo-addons `_ project on GitHub. -Changelog -========= +You are welcome to contribute. diff --git a/sale_partial_lock/readme/CONFIGURE.md b/sale_partial_lock/readme/CONFIGURE.md new file mode 100644 index 0000000..38d94ae --- /dev/null +++ b/sale_partial_lock/readme/CONFIGURE.md @@ -0,0 +1,4 @@ +To configure this module, you need to: + +1. Go to *Sales > Configuration > Settings*. +2. In the "Quotations & Orders" section, check the "Lock Confirmed Sales" option. diff --git a/sale_partial_lock/readme/CONTRIBUTORS.md b/sale_partial_lock/readme/CONTRIBUTORS.md new file mode 100644 index 0000000..0f3aedd --- /dev/null +++ b/sale_partial_lock/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +* `KMEE `_: + + * Tiago Amaral \ No newline at end of file diff --git a/sale_partial_lock/readme/DESCRIPTION.md b/sale_partial_lock/readme/DESCRIPTION.md new file mode 100644 index 0000000..2872de8 --- /dev/null +++ b/sale_partial_lock/readme/DESCRIPTION.md @@ -0,0 +1 @@ +Allows you to create invoices even when a sale order is locked. \ No newline at end of file diff --git a/sale_partial_lock/readme/USAGE.md b/sale_partial_lock/readme/USAGE.md new file mode 100644 index 0000000..d6b020f --- /dev/null +++ b/sale_partial_lock/readme/USAGE.md @@ -0,0 +1 @@ +Now you can cancel or create an invoice in any status of the sale order. \ No newline at end of file diff --git a/sale_partial_lock/static/description/index.html b/sale_partial_lock/static/description/index.html new file mode 100644 index 0000000..5ec8280 --- /dev/null +++ b/sale_partial_lock/static/description/index.html @@ -0,0 +1,434 @@ + + + + + +Sale Partial Lock + + + +
+

Sale Partial Lock

+ + +

Beta License: AGPL-3 KMEE/kmee-odoo-addons

+

Allows you to create invoices even when a sale order is locked.

+

Table of contents

+ +
+

Configuration

+

To configure this module, you need to:

+
    +
  1. Go to Sales > Configuration > Settings.
  2. +
  3. In the “Quotations & Orders” section, check the “Lock Confirmed +Sales” option.
  4. +
+
+
+

Usage

+

Now you can cancel or create an invoice in any status of the sale order.

+
+
+

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

+
    +
  • KMEE
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

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

+

You are welcome to contribute.

+
+
+
+ + From 295b9cf2ef76cd116e421c80fa9a99de687922ba Mon Sep 17 00:00:00 2001 From: Tiago Amaral Date: Mon, 13 Jan 2025 15:25:48 -0300 Subject: [PATCH 2/2] [FIX] test-requirements --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 12e6fa2..d5fbe42 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,4 +2,4 @@ vcrpy # Needed by payment_pagseguro odoo-test-helper # Needed by spec_driven_model signxml<3.1.0 xmldiff -odoo14-addon-account-statement-import-txt-xlsx @ git+https://github.com/kmee/bank-statement-import@14.0-develop#subdirectory=setup/account_statement_import_txt_xlsx +# odoo14-addon-account-statement-import-txt-xlsx @ git+https://github.com/kmee/bank-statement-import@14.0-develop#subdirectory=setup/account_statement_import_txt_xlsx