Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
133 changes: 133 additions & 0 deletions stock_picking_report_delivery_custom_name/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association

================================
Hidden product names in pickings
================================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:f0badbbbeb097457171667cf21dcf5c251d284f75a573f5a79cd2d7c8131f979
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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/license-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/19.0/stock_picking_report_delivery_custom_name
: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-19-0/stock-logistics-reporting-19-0-stock_picking_report_delivery_custom_name
: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=19.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

When you install this module the product name will be hidden from the
delivery slip report whenever a description is set in the operation or
the detailed operation.

.. 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 <https://odoo-community.org/page/development-status>`_

**Table of contents**

.. contents::
:local:

Use Cases / Context
===================

In some bussinesses even the internal references used in the product are
considered strategic information that should be kept secret.

Configuration
=============

In order to set a default picking description:

- Go to *Inventory > Products \* Products* and chose the one you want.
- Click on the *Inventory* tab and go to the *Description for Delivery
orders* field.
- Set the text you want your customers to see.

You can also use this module along with
``stock_picking_report_custom_description`` in order to get the
descriptions from the sales directly.

Usage
=====

To test this module, you can first configure the products with their
puclic descriptions or set them in the picking operations.

- Go to *Inventory > Overview* and click in the *Delivery orders* orders
to process.
- Choose one and in the *Operations* tab, use the columns selector to
reveal the **Description** one.
- You can edit with the text you want to in the lines you want to.
- Print the delivery slip from the print menu in the header.
- You'll see just the description where you set it.

Known issues / Roadmap
======================

- Allow to add exceptions at product level (a simple flag would do) to
allow to keep the standard behavior in some exceptions.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-reporting/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 <https://github.com/OCA/stock-logistics-reporting/issues/new?body=module:%20stock_picking_report_delivery_custom_name%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Credits
=======

Authors
-------

* 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-chienandalu| image:: https://github.com/chienandalu.png?size=40px
:target: https://github.com/chienandalu
:alt: chienandalu
.. |maintainer-Andrii9090| image:: https://github.com/Andrii9090.png?size=40px
:target: https://github.com/Andrii9090
:alt: Andrii9090

Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-chienandalu| |maintainer-Andrii9090|

This module is part of the `OCA/stock-logistics-reporting <https://github.com/OCA/stock-logistics-reporting/tree/19.0/stock_picking_report_delivery_custom_name>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Empty file.
21 changes: 21 additions & 0 deletions stock_picking_report_delivery_custom_name/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 2023 Moduon Team S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0)

{
"name": "Hidden product names in pickings",
"summary": """
Allows to hide the product display name in favor of the picking description""",
"version": "19.0.1.0.0",
"development_status": "Alpha",
"category": "Inventory/Delivery",
"website": "https://github.com/OCA/stock-logistics-reporting",
"author": "Moduon, Odoo Community Association (OCA)",
"maintainers": ["chienandalu", "Andrii9090"],
"license": "LGPL-3",
"depends": [
"stock",
],
"data": [
"views/report_deliveryslip.xml",
],
}
14 changes: 14 additions & 0 deletions stock_picking_report_delivery_custom_name/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \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"
3 changes: 3 additions & 0 deletions stock_picking_report_delivery_custom_name/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
8 changes: 8 additions & 0 deletions stock_picking_report_delivery_custom_name/readme/CONFIGURE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
In order to set a default picking description:

- Go to *Inventory > Products * Products* and chose the one you want.
- Click on the *Inventory* tab and go to the *Description for Delivery orders* field.
- Set the text you want your customers to see.

You can also use this module along with `stock_picking_report_custom_description` in
order to get the descriptions from the sales directly.
2 changes: 2 additions & 0 deletions stock_picking_report_delivery_custom_name/readme/CONTEXT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
In some bussinesses even the internal references used in the product are considered
strategic information that should be kept secret.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
When you install this module the product name will be hidden from the delivery slip
report whenever a description is set in the operation or the detailed operation.
2 changes: 2 additions & 0 deletions stock_picking_report_delivery_custom_name/readme/ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Allow to add exceptions at product level (a simple flag would do) to allow to keep the
standard behavior in some exceptions.
9 changes: 9 additions & 0 deletions stock_picking_report_delivery_custom_name/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
To test this module, you can first configure the products with their puclic descriptions
or set them in the picking operations.

- Go to *Inventory > Overview* and click in the *Delivery orders* orders to process.
- Choose one and in the *Operations* tab, use the columns selector to reveal the
**Description** one.
- You can edit with the text you want to in the lines you want to.
- Print the delivery slip from the print menu in the header.
- You'll see just the description where you set it.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading