diff --git a/account_invoice_report_salesperson/README.rst b/account_invoice_report_salesperson/README.rst new file mode 100644 index 000000000..f992b4078 --- /dev/null +++ b/account_invoice_report_salesperson/README.rst @@ -0,0 +1,100 @@ +================================== +Account Invoice Report Salesperson +================================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:66620cef8bccd1faa3f8ad0fb2ba1671af3fb645d8a2d38593ffb259ec570b8f + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png + :target: https://odoo-community.org/page/development-status + :alt: Alpha +.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--invoice--reporting-lightgray.png?logo=github + :target: https://github.com/OCA/account-invoice-reporting/tree/16.0/account_invoice_report_salesperson + :alt: OCA/account-invoice-reporting +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/account-invoice-reporting-16-0/account-invoice-reporting-16-0-account_invoice_report_salesperson + :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-invoice-reporting&target_branch=16.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module displays salesperson info (name, phone OR mobile) in: + +- Invoices report. +- Invoices without Payment report. + +.. IMPORTANT:: + This is an alpha version, the data model and design can change at any time without warning. + Only for development or testing purpose, do not use in production. + `More details on development status `_ + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +To print Invoice reports: + +#. Go to *Accounting > Customers > Invoices* and pick or create one with +Salesperson. #. Print it. + +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 +------- + +* Moduon + +Contributors +------------ + +- Eduardo de Miguel (``Moduon ``\ \_\_) + +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. + +.. |maintainer-Shide| image:: https://github.com/Shide.png?size=40px + :target: https://github.com/Shide + :alt: Shide + +Current `maintainer `__: + +|maintainer-Shide| + +This module is part of the `OCA/account-invoice-reporting `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_invoice_report_salesperson/__init__.py b/account_invoice_report_salesperson/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/account_invoice_report_salesperson/__manifest__.py b/account_invoice_report_salesperson/__manifest__.py new file mode 100644 index 000000000..8bf0a1a27 --- /dev/null +++ b/account_invoice_report_salesperson/__manifest__.py @@ -0,0 +1,22 @@ +# Copyright 2024 Moduon Team S.L. +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0) + +{ + "name": "Account Invoice Report Salesperson", + "summary": "Salesperson info in Invoice report", + "version": "16.0.1.0.0", + "development_status": "Alpha", + "category": "Account", + "website": "https://github.com/OCA/account-invoice-reporting", + "author": "Moduon, Odoo Community Association (OCA)", + "maintainers": ["Shide"], + "license": "LGPL-3", + "application": False, + "installable": True, + "depends": [ + "account", + ], + "data": [ + "views/report_invoice.xml", + ], +} diff --git a/account_invoice_report_salesperson/i18n/account_invoice_report_salesperson.pot b/account_invoice_report_salesperson/i18n/account_invoice_report_salesperson.pot new file mode 100644 index 000000000..5ca090b74 --- /dev/null +++ b/account_invoice_report_salesperson/i18n/account_invoice_report_salesperson.pot @@ -0,0 +1,21 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_report_salesperson +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-28 11:01+0000\n" +"PO-Revision-Date: 2024-05-28 11:01+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: account_invoice_report_salesperson +#: model_terms:ir.ui.view,arch_db:account_invoice_report_salesperson.report_invoice_document +msgid "Salesperson:" +msgstr "" diff --git a/account_invoice_report_salesperson/i18n/es.po b/account_invoice_report_salesperson/i18n/es.po new file mode 100644 index 000000000..fc647eaf7 --- /dev/null +++ b/account_invoice_report_salesperson/i18n/es.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_report_salesperson +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-28 11:01+0000\n" +"PO-Revision-Date: 2024-05-28 13:02+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 3.4.4\n" + +#. module: account_invoice_report_salesperson +#: model_terms:ir.ui.view,arch_db:account_invoice_report_salesperson.report_invoice_document +msgid "Salesperson:" +msgstr "Comercial:" diff --git a/account_invoice_report_salesperson/readme/CONTRIBUTORS.md b/account_invoice_report_salesperson/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..73c0719a9 --- /dev/null +++ b/account_invoice_report_salesperson/readme/CONTRIBUTORS.md @@ -0,0 +1 @@ +* Eduardo de Miguel (`Moduon `__) diff --git a/account_invoice_report_salesperson/readme/DESCRIPTION.md b/account_invoice_report_salesperson/readme/DESCRIPTION.md new file mode 100644 index 000000000..63cb17a93 --- /dev/null +++ b/account_invoice_report_salesperson/readme/DESCRIPTION.md @@ -0,0 +1,4 @@ +This module displays salesperson info (name, phone OR mobile) in: + +- Invoices report. +- Invoices without Payment report. diff --git a/account_invoice_report_salesperson/readme/USAGE.md b/account_invoice_report_salesperson/readme/USAGE.md new file mode 100644 index 000000000..fe1187efd --- /dev/null +++ b/account_invoice_report_salesperson/readme/USAGE.md @@ -0,0 +1,4 @@ +To print Invoice reports: + +#. Go to *Accounting > Customers > Invoices* and pick or create one with Salesperson. +#. Print it. diff --git a/account_invoice_report_salesperson/static/description/icon.png b/account_invoice_report_salesperson/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/account_invoice_report_salesperson/static/description/icon.png differ diff --git a/account_invoice_report_salesperson/static/description/index.html b/account_invoice_report_salesperson/static/description/index.html new file mode 100644 index 000000000..3df852778 --- /dev/null +++ b/account_invoice_report_salesperson/static/description/index.html @@ -0,0 +1,442 @@ + + + + + +Account Invoice Report Salesperson + + + +
+

Account Invoice Report Salesperson

+ + +

Alpha License: LGPL-3 OCA/account-invoice-reporting Translate me on Weblate Try me on Runboat

+

This module displays salesperson info (name, phone OR mobile) in:

+
    +
  • Invoices report.
  • +
  • Invoices without Payment report.
  • +
+
+

Important

+

This is an alpha version, the data model and design can change at any time without warning. +Only for development or testing purpose, do not use in production. +More details on development status

+
+

Table of contents

+ +
+

Usage

+

To print Invoice reports:

+

#. Go to Accounting > Customers > Invoices and pick or create one with +Salesperson. #. Print it.

+
+
+

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

+
    +
  • Moduon
  • +
+
+
+

Contributors

+
    +
  • Eduardo de Miguel (Moduon <https://www.moduon.team/>__)
  • +
+
+
+

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.

+

Current maintainer:

+

Shide

+

This module is part of the OCA/account-invoice-reporting project on GitHub.

+

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

+
+
+
+ + diff --git a/account_invoice_report_salesperson/views/report_invoice.xml b/account_invoice_report_salesperson/views/report_invoice.xml new file mode 100644 index 000000000..28bf32727 --- /dev/null +++ b/account_invoice_report_salesperson/views/report_invoice.xml @@ -0,0 +1,22 @@ + + + + diff --git a/setup/account_invoice_report_salesperson/odoo/addons/account_invoice_report_salesperson b/setup/account_invoice_report_salesperson/odoo/addons/account_invoice_report_salesperson new file mode 120000 index 000000000..2b4ff7b32 --- /dev/null +++ b/setup/account_invoice_report_salesperson/odoo/addons/account_invoice_report_salesperson @@ -0,0 +1 @@ +../../../../account_invoice_report_salesperson \ No newline at end of file diff --git a/setup/account_invoice_report_salesperson/setup.py b/setup/account_invoice_report_salesperson/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/account_invoice_report_salesperson/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)