diff --git a/setup/stock_picking_report_salesperson/odoo/addons/stock_picking_report_salesperson b/setup/stock_picking_report_salesperson/odoo/addons/stock_picking_report_salesperson new file mode 120000 index 0000000..c76d02f --- /dev/null +++ b/setup/stock_picking_report_salesperson/odoo/addons/stock_picking_report_salesperson @@ -0,0 +1 @@ +../../../../stock_picking_report_salesperson \ No newline at end of file diff --git a/setup/stock_picking_report_salesperson/setup.py b/setup/stock_picking_report_salesperson/setup.py new file mode 100644 index 0000000..28c57bb --- /dev/null +++ b/setup/stock_picking_report_salesperson/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_picking_report_salesperson/README.rst b/stock_picking_report_salesperson/README.rst new file mode 100644 index 0000000..888aa50 --- /dev/null +++ b/stock_picking_report_salesperson/README.rst @@ -0,0 +1,102 @@ +================================ +Stock Picking 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%2Fstock--logistics--reporting-lightgray.png?logo=github + :target: https://github.com/OCA/stock-logistics-reporting/tree/16.0/stock_picking_report_salesperson + :alt: OCA/stock-logistics-reporting +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/stock-logistics-reporting-16-0/stock-logistics-reporting-16-0-stock_picking_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/stock-logistics-reporting&target_branch=16.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module displays salesperson info (name) on Delivery Picking type +with a related sale in: + +- Delivery Slip report. +- Picking Operations 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 Picking reports: + +#. Create a Sale with a Salesperson with an Storable product and confirm +it. #. Confirm related Sale Pickings. #. Print Delivery Slip and Picking +Operations on the Delivery picking type. + +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/stock-logistics-reporting `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_picking_report_salesperson/__init__.py b/stock_picking_report_salesperson/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/stock_picking_report_salesperson/__manifest__.py b/stock_picking_report_salesperson/__manifest__.py new file mode 100644 index 0000000..2c3b5e6 --- /dev/null +++ b/stock_picking_report_salesperson/__manifest__.py @@ -0,0 +1,23 @@ +# Copyright 2024 Moduon Team S.L. +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0) + +{ + "name": "Stock Picking Report Salesperson", + "summary": "Salesperson info in Stock Picking reports", + "version": "16.0.1.0.0", + "development_status": "Alpha", + "category": "Inventory/Inventory", + "website": "https://github.com/OCA/stock-logistics-reporting", + "author": "Moduon, Odoo Community Association (OCA)", + "maintainers": ["Shide"], + "license": "LGPL-3", + "application": False, + "installable": True, + "depends": [ + "sale_stock", + ], + "data": [ + "report/report_deliveryslip.xml", + "report/report_stockpicking_operations.xml", + ], +} diff --git a/stock_picking_report_salesperson/i18n/es.po b/stock_picking_report_salesperson/i18n/es.po new file mode 100644 index 0000000..b2f8b98 --- /dev/null +++ b/stock_picking_report_salesperson/i18n/es.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_picking_report_salesperson +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-28 11:52+0000\n" +"PO-Revision-Date: 2024-05-28 13:52+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: stock_picking_report_salesperson +#: model_terms:ir.ui.view,arch_db:stock_picking_report_salesperson.report_delivery_document +#: model_terms:ir.ui.view,arch_db:stock_picking_report_salesperson.report_picking +msgid "Salesperson:" +msgstr "Comercial:" diff --git a/stock_picking_report_salesperson/i18n/stock_picking_report_salesperson.pot b/stock_picking_report_salesperson/i18n/stock_picking_report_salesperson.pot new file mode 100644 index 0000000..9c60645 --- /dev/null +++ b/stock_picking_report_salesperson/i18n/stock_picking_report_salesperson.pot @@ -0,0 +1,22 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_picking_report_salesperson +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-28 11:51+0000\n" +"PO-Revision-Date: 2024-05-28 11:51+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: stock_picking_report_salesperson +#: model_terms:ir.ui.view,arch_db:stock_picking_report_salesperson.report_delivery_document +#: model_terms:ir.ui.view,arch_db:stock_picking_report_salesperson.report_picking +msgid "Salesperson:" +msgstr "" diff --git a/stock_picking_report_salesperson/readme/CONTRIBUTORS.md b/stock_picking_report_salesperson/readme/CONTRIBUTORS.md new file mode 100644 index 0000000..73c0719 --- /dev/null +++ b/stock_picking_report_salesperson/readme/CONTRIBUTORS.md @@ -0,0 +1 @@ +* Eduardo de Miguel (`Moduon `__) diff --git a/stock_picking_report_salesperson/readme/DESCRIPTION.md b/stock_picking_report_salesperson/readme/DESCRIPTION.md new file mode 100644 index 0000000..26ce668 --- /dev/null +++ b/stock_picking_report_salesperson/readme/DESCRIPTION.md @@ -0,0 +1,4 @@ +This module displays salesperson info (name) on Delivery Picking type with a related sale in: + +- Delivery Slip report. +- Picking Operations report. diff --git a/stock_picking_report_salesperson/readme/USAGE.md b/stock_picking_report_salesperson/readme/USAGE.md new file mode 100644 index 0000000..e2e5057 --- /dev/null +++ b/stock_picking_report_salesperson/readme/USAGE.md @@ -0,0 +1,5 @@ +To print Picking reports: + +#. Create a Sale with a Salesperson with an Storable product and confirm it. +#. Confirm related Sale Pickings. +#. Print Delivery Slip and Picking Operations on the Delivery picking type. diff --git a/stock_picking_report_salesperson/report/report_deliveryslip.xml b/stock_picking_report_salesperson/report/report_deliveryslip.xml new file mode 100644 index 0000000..751d3b6 --- /dev/null +++ b/stock_picking_report_salesperson/report/report_deliveryslip.xml @@ -0,0 +1,15 @@ + + + + diff --git a/stock_picking_report_salesperson/report/report_stockpicking_operations.xml b/stock_picking_report_salesperson/report/report_stockpicking_operations.xml new file mode 100644 index 0000000..37418a7 --- /dev/null +++ b/stock_picking_report_salesperson/report/report_stockpicking_operations.xml @@ -0,0 +1,15 @@ + + + + diff --git a/stock_picking_report_salesperson/static/description/icon.png b/stock_picking_report_salesperson/static/description/icon.png new file mode 100644 index 0000000..3a0328b Binary files /dev/null and b/stock_picking_report_salesperson/static/description/icon.png differ diff --git a/stock_picking_report_salesperson/static/description/index.html b/stock_picking_report_salesperson/static/description/index.html new file mode 100644 index 0000000..fecb400 --- /dev/null +++ b/stock_picking_report_salesperson/static/description/index.html @@ -0,0 +1,444 @@ + + + + + +Stock Picking Report Salesperson + + + +
+

Stock Picking Report Salesperson

+ + +

Alpha License: LGPL-3 OCA/stock-logistics-reporting Translate me on Weblate Try me on Runboat

+

This module displays salesperson info (name) on Delivery Picking type +with a related sale in:

+
    +
  • Delivery Slip report.
  • +
  • Picking Operations 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 Picking reports:

+

#. Create a Sale with a Salesperson with an Storable product and confirm +it. #. Confirm related Sale Pickings. #. Print Delivery Slip and Picking +Operations on the Delivery picking type.

+
+
+

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/stock-logistics-reporting project on GitHub.

+

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

+
+
+
+ +