diff --git a/account_move_sent_usability/README.rst b/account_move_sent_usability/README.rst new file mode 100644 index 00000000000..c38c9d58a0f --- /dev/null +++ b/account_move_sent_usability/README.rst @@ -0,0 +1,88 @@ +=========================== +Account Move Sent Usability +=========================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:29849bc230ca436bfec2eeef2d43a7e0731ecf80cc266bf27d92f82a4c2fc9c9 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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-OCA%2Faccount--invoicing-lightgray.png?logo=github + :target: https://github.com/OCA/account-invoicing/tree/16.0/account_move_sent_usability + :alt: OCA/account-invoicing +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/account-invoicing-16-0/account-invoicing-16-0-account_move_sent_usability + :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-invoicing&target_branch=16.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module allows to search on Unsent or Sent moves and to display +the field on move form. + +* Filter: + +.. figure:: https://raw.githubusercontent.com/OCA/account-invoicing/16.0/account_move_sent_usability/static/images/sent_filter.png + :alt: Sent Filter + +* Form: + +.. figure:: https://raw.githubusercontent.com/OCA/account-invoicing/16.0/account_move_sent_usability/static/images/sent_form.png + :alt: Sent field on Form + +**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 +~~~~~~~ + +* ACSONE SA/NV + +Contributors +~~~~~~~~~~~~ + +* Jacques-Etienne Baudoux +* Denis Roussel + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +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-invoicing `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_move_sent_usability/__init__.py b/account_move_sent_usability/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/account_move_sent_usability/__manifest__.py b/account_move_sent_usability/__manifest__.py new file mode 100644 index 00000000000..e6491d94424 --- /dev/null +++ b/account_move_sent_usability/__manifest__.py @@ -0,0 +1,14 @@ +# Copyright 2023 ACSONE SA/NV +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +{ + "name": "Account Move Sent Usability", + "summary": """ + Allows to filter moves on 'is_move_sent' and to see the value of the field in form""", + "version": "16.0.1.0.0", + "license": "AGPL-3", + "author": "ACSONE SA/NV,Odoo Community Association (OCA)", + "website": "https://github.com/OCA/account-invoicing", + "depends": ["account"], + "data": ["views/account_move.xml"], +} diff --git a/account_move_sent_usability/readme/CONTRIBUTORS.rst b/account_move_sent_usability/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000000..ebc212cab97 --- /dev/null +++ b/account_move_sent_usability/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Jacques-Etienne Baudoux +* Denis Roussel diff --git a/account_move_sent_usability/readme/DESCRIPTION.rst b/account_move_sent_usability/readme/DESCRIPTION.rst new file mode 100644 index 00000000000..f049e295a6f --- /dev/null +++ b/account_move_sent_usability/readme/DESCRIPTION.rst @@ -0,0 +1,12 @@ +This module allows to search on Unsent or Sent moves and to display +the field on move form. + +* Filter: + +.. figure:: ../static/images/sent_filter.png + :alt: Sent Filter + +* Form: + +.. figure:: ../static/images/sent_form.png + :alt: Sent field on Form diff --git a/account_move_sent_usability/static/description/icon.png b/account_move_sent_usability/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/account_move_sent_usability/static/description/icon.png differ diff --git a/account_move_sent_usability/static/description/index.html b/account_move_sent_usability/static/description/index.html new file mode 100644 index 00000000000..f85531808b4 --- /dev/null +++ b/account_move_sent_usability/static/description/index.html @@ -0,0 +1,435 @@ + + + + + + +Account Move Sent Usability + + + +
+

Account Move Sent Usability

+ + +

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

+

This module allows to search on Unsent or Sent moves and to display +the field on move form.

+
    +
  • Filter:
  • +
+
+Sent Filter +
+
    +
  • Form:
  • +
+
+Sent field on Form +
+

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

+
    +
  • ACSONE SA/NV
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+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-invoicing project on GitHub.

+

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

+
+
+
+ + diff --git a/account_move_sent_usability/static/images/sent_filter.png b/account_move_sent_usability/static/images/sent_filter.png new file mode 100644 index 00000000000..60a3c0ee8cb Binary files /dev/null and b/account_move_sent_usability/static/images/sent_filter.png differ diff --git a/account_move_sent_usability/static/images/sent_form.png b/account_move_sent_usability/static/images/sent_form.png new file mode 100644 index 00000000000..b35f7c50c5d Binary files /dev/null and b/account_move_sent_usability/static/images/sent_form.png differ diff --git a/account_move_sent_usability/views/account_move.xml b/account_move_sent_usability/views/account_move.xml new file mode 100644 index 00000000000..64169f45a06 --- /dev/null +++ b/account_move_sent_usability/views/account_move.xml @@ -0,0 +1,43 @@ + + + + + account.move.filter + account.move + + + + + + + + + + + + + + account.invoice.form + account.move + + + + + + + + + diff --git a/setup/account_move_sent_usability/odoo/addons/account_move_sent_usability b/setup/account_move_sent_usability/odoo/addons/account_move_sent_usability new file mode 120000 index 00000000000..46430775019 --- /dev/null +++ b/setup/account_move_sent_usability/odoo/addons/account_move_sent_usability @@ -0,0 +1 @@ +../../../../account_move_sent_usability \ No newline at end of file diff --git a/setup/account_move_sent_usability/setup.py b/setup/account_move_sent_usability/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/account_move_sent_usability/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)