Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][MIG] stock_picking_partner_note #1739

Open
wants to merge 17 commits into
base: 17.0
Choose a base branch
from
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
96 changes: 96 additions & 0 deletions stock_picking_partner_note/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
==========================
Stock Picking Partner Note
==========================

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

.. |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%2Fstock--logistics--workflow-lightgray.png?logo=github
:target: https://github.com/OCA/stock-logistics-workflow/tree/17.0/stock_picking_partner_note
:alt: OCA/stock-logistics-workflow
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/stock-logistics-workflow-17-0/stock-logistics-workflow-17-0-stock_picking_partner_note
: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-workflow&target_branch=17.0
:alt: Try me on Runboat

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

Allow to record a message for the person in charge of order preparation
at the level of the customer, then have it as a note on the picking
transfer.

**Table of contents**

.. contents::
:local:

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

- Create partner note types in Inventory > Configuration > Note Types.
- In shipping operation types set field Partner Note Type. Only these
types will be shown in picking operations notes.
- On contacts add picking notes.

You can prevent users ot update or delete notes alredy in use by
multiple customers by activating setting Prevent update or delete of
notes in use by multiple customers in Inventory > Configuration >
Settings.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-workflow/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-workflow/issues/new?body=module:%20stock_picking_partner_note%0Aversion:%2017.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
-------

* Camptocamp
* BCIM

Contributors
------------

- Telmo Santos <telmo.santos@camptocamp.com>
- Jacques-Etienne Baudoux <je@bcim.be>
- `360ERP <https://www.360erp.com>`__:

- Andrea Stirpe

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/stock-logistics-workflow <https://github.com/OCA/stock-logistics-workflow/tree/17.0/stock_picking_partner_note>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions stock_picking_partner_note/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
25 changes: 25 additions & 0 deletions stock_picking_partner_note/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 2024 Camptocamp (<https://www.camptocamp.com>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{
"name": "Stock Picking Partner Note",
"version": "17.0.1.0.0",
"development_status": "Beta",
"category": "Product",
"summary": "Add partner notes on picking",
"author": "Camptocamp, BCIM, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-workflow",
"license": "AGPL-3",
"depends": ["sale_stock"],
"data": [
"security/ir.model.access.csv",
"views/res_partner.xml",
"views/stock_picking_note_type.xml",
"views/stock_picking_type.xml",
"views/stock_picking_note.xml",
"views/stock_picking_partner_note_menus.xml",
"views/res_config_settings.xml",
],
"installable": True,
"auto_install": False,
}
189 changes: 189 additions & 0 deletions stock_picking_partner_note/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,189 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_partner_note
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-05 10:49+0000\n"
"PO-Revision-Date: 2024-02-05 10:49+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: stock_picking_partner_note
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note__active
msgid "Active"
msgstr ""

#. module: stock_picking_partner_note
#: model_terms:ir.ui.view,arch_db:stock_picking_partner_note.res_config_settings_view_form
msgid ""
"Add a constraint to check if the picking note is already in use on multiple "
"partner"
msgstr ""
"Ajout d'une contrainte pour vérifier si la note de prélèvement est déjà "
"utilisée par plusieurs partenaires"

#. module: stock_picking_partner_note
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_res_company__check_note_already_in_use
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_res_config_settings__check_note_already_in_use
msgid "Check picking note already in use"
msgstr "Vérifier la note de prélèvement déjà utilisée"

#. module: stock_picking_partner_note
#: model:ir.model,name:stock_picking_partner_note.model_res_company
msgid "Companies"
msgstr ""

#. module: stock_picking_partner_note
#: model:ir.model,name:stock_picking_partner_note.model_res_config_settings
msgid "Config Settings"
msgstr ""

#. module: stock_picking_partner_note
#: model:ir.model,name:stock_picking_partner_note.model_res_partner
msgid "Contact"
msgstr ""

#. module: stock_picking_partner_note
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note__create_uid
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note_type__create_uid
msgid "Created by"
msgstr ""

#. module: stock_picking_partner_note
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note__create_date
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note_type__create_date
msgid "Created on"
msgstr ""

#. module: stock_picking_partner_note
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note__display_name
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note_type__display_name
msgid "Display Name"
msgstr ""

#. module: stock_picking_partner_note
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note__id
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note_type__id
msgid "ID"
msgstr ""

#. module: stock_picking_partner_note
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note____last_update
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note_type____last_update
msgid "Last Modified on"
msgstr ""

#. module: stock_picking_partner_note
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note__write_uid
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note_type__write_uid
msgid "Last Updated by"
msgstr ""

#. module: stock_picking_partner_note
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note__write_date
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note_type__write_date
msgid "Last Updated on"
msgstr ""

#. module: stock_picking_partner_note
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note__name
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note_type__name
msgid "Name"
msgstr "Nom"

#. module: stock_picking_partner_note
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note__note_type_id
msgid "Note Type"
msgstr "Type de note"

#. module: stock_picking_partner_note
#: model:ir.ui.menu,name:stock_picking_partner_note.stock_picking_note_types_menu
msgid "Note Types"
msgstr "Type de notes"

#. module: stock_picking_partner_note
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking__note
msgid "Notes"
msgstr ""

#. module: stock_picking_partner_note
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_type__partner_note_type_ids
msgid "Partner Note Type"
msgstr "Type de note partenaire"

#. module: stock_picking_partner_note
#: model:ir.model,name:stock_picking_partner_note.model_stock_picking_note
#: model_terms:ir.ui.view,arch_db:stock_picking_partner_note.view_stock_picking_note_form
msgid "Picking Note"
msgstr "Note d'opération"

#. module: stock_picking_partner_note
#: model:ir.model,name:stock_picking_partner_note.model_stock_picking_note_type
#: model_terms:ir.ui.view,arch_db:stock_picking_partner_note.view_stock_picking_note_type_form
msgid "Picking Note Type"
msgstr "Opération Type de note"

#. module: stock_picking_partner_note
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_res_partner__stock_picking_note_ids
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_res_users__stock_picking_note_ids
#: model:ir.ui.menu,name:stock_picking_partner_note.stock_picking_notes_root
#: model_terms:ir.ui.view,arch_db:stock_picking_partner_note.view_partner_form_inherit
msgid "Picking Notes"
msgstr ""

#. module: stock_picking_partner_note
#: model:ir.model,name:stock_picking_partner_note.model_stock_picking_type
msgid "Picking Type"
msgstr ""

#. module: stock_picking_partner_note
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note__sequence
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note_type__sequence
msgid "Sequence"
msgstr ""

#. module: stock_picking_partner_note
#: model:ir.actions.act_window,name:stock_picking_partner_note.stock_picking_note_types_act_window
msgid "Stock Picking Note Types"
msgstr ""

#. module: stock_picking_partner_note
#: model:ir.model.fields,help:stock_picking_partner_note.field_res_config_settings__check_note_already_in_use
msgid ""
"That must be activated if you want to prevent the update or deletion of a "
"note that is already in use by multiple contacts."
msgstr ""

#. module: stock_picking_partner_note
#: model:ir.model,name:stock_picking_partner_note.model_stock_picking
msgid "Transfer"
msgstr ""

#. module: stock_picking_partner_note
#: model:ir.model.fields,help:stock_picking_partner_note.field_stock_picking_type__partner_note_type_ids
msgid ""
"Type of note with customer preferences on how his products are prepared for "
"delivery."
msgstr ""

#. module: stock_picking_partner_note
#. odoo-python
#: code:addons/stock_picking_partner_note/models/stock_picking_note.py:0
#, python-format
msgid ""
"You cannot update or delete a note that linked to multiple contacts: "
"%(partner_ids)s"
msgstr ""
"Vous ne pouvez pas mettre à jour ou supprimer une note liée à plusieurs "
"contacts."

#~ msgid "Picking Note Types"
#~ msgstr "Opération Types de note"
Loading
Loading