odoo-addon-stock-picking-partner-note 16.0.1.1.0.2__py3-none-any.whl → 17.0.1.0.0.4__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- odoo/addons/stock_picking_partner_note/README.rst +26 -20
- odoo/addons/stock_picking_partner_note/__manifest__.py +1 -1
- odoo/addons/stock_picking_partner_note/i18n/it.po +3 -3
- odoo/addons/stock_picking_partner_note/i18n/stock_picking_partner_note.pot +10 -15
- odoo/addons/stock_picking_partner_note/models/res_config_settings.py +2 -2
- odoo/addons/stock_picking_partner_note/models/stock_picking.py +4 -3
- odoo/addons/stock_picking_partner_note/models/stock_picking_note.py +1 -1
- odoo/addons/stock_picking_partner_note/readme/CONFIGURE.md +9 -0
- odoo/addons/stock_picking_partner_note/readme/CONTRIBUTORS.md +4 -0
- odoo/addons/stock_picking_partner_note/readme/DESCRIPTION.md +3 -0
- odoo/addons/stock_picking_partner_note/static/description/index.html +25 -12
- odoo/addons/stock_picking_partner_note/views/res_config_settings.xml +9 -13
- odoo/addons/stock_picking_partner_note/views/stock_picking_type.xml +2 -2
- {odoo_addon_stock_picking_partner_note-16.0.1.1.0.2.dist-info → odoo_addon_stock_picking_partner_note-17.0.1.0.0.4.dist-info}/METADATA +32 -29
- {odoo_addon_stock_picking_partner_note-16.0.1.1.0.2.dist-info → odoo_addon_stock_picking_partner_note-17.0.1.0.0.4.dist-info}/RECORD +17 -17
- {odoo_addon_stock_picking_partner_note-16.0.1.1.0.2.dist-info → odoo_addon_stock_picking_partner_note-17.0.1.0.0.4.dist-info}/WHEEL +1 -1
- odoo_addon_stock_picking_partner_note-17.0.1.0.0.4.dist-info/top_level.txt +1 -0
- odoo/addons/stock_picking_partner_note/readme/CONFIGURE.rst +0 -6
- odoo/addons/stock_picking_partner_note/readme/CONTRIBUTORS.rst +0 -2
- odoo/addons/stock_picking_partner_note/readme/DESCRIPTION.rst +0 -4
- odoo_addon_stock_picking_partner_note-16.0.1.1.0.2.dist-info/top_level.txt +0 -1
@@ -7,7 +7,7 @@ Stock Picking Partner Note
|
|
7
7
|
!! This file is generated by oca-gen-addon-readme !!
|
8
8
|
!! changes will be overwritten. !!
|
9
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
10
|
-
!! source digest: sha256:
|
10
|
+
!! source digest: sha256:5a5a119bba72e1a7767ffe5f0921a933590dcde83f8334cd54c4868c64afe699
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -17,21 +17,21 @@ Stock Picking Partner Note
|
|
17
17
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
18
18
|
:alt: License: AGPL-3
|
19
19
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--workflow-lightgray.png?logo=github
|
20
|
-
:target: https://github.com/OCA/stock-logistics-workflow/tree/
|
20
|
+
:target: https://github.com/OCA/stock-logistics-workflow/tree/17.0/stock_picking_partner_note
|
21
21
|
:alt: OCA/stock-logistics-workflow
|
22
22
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
23
|
-
:target: https://translation.odoo-community.org/projects/stock-logistics-workflow-
|
23
|
+
:target: https://translation.odoo-community.org/projects/stock-logistics-workflow-17-0/stock-logistics-workflow-17-0-stock_picking_partner_note
|
24
24
|
:alt: Translate me on Weblate
|
25
25
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
26
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-workflow&target_branch=
|
26
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-workflow&target_branch=17.0
|
27
27
|
:alt: Try me on Runboat
|
28
28
|
|
29
29
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
30
30
|
|
31
|
-
Allow to record a message for the person in charge of order preparation
|
32
|
-
then have it as a note on the picking
|
33
|
-
|
34
|
-
|
31
|
+
Allow to record a message for the person in charge of order preparation
|
32
|
+
at the level of the customer, then have it as a note on the picking
|
33
|
+
transfer. This reuses the existing note field on the picking and will
|
34
|
+
make it read-only.
|
35
35
|
|
36
36
|
**Table of contents**
|
37
37
|
|
@@ -41,12 +41,15 @@ then have it as a note on the picking transfer.
|
|
41
41
|
Configuration
|
42
42
|
=============
|
43
43
|
|
44
|
-
|
45
|
-
|
46
|
-
|
44
|
+
- Create partner note types in Inventory > Configuration > Note Types.
|
45
|
+
- In shipping operation types set field Partner Note Type. Only these
|
46
|
+
types will be shown in picking operations notes.
|
47
|
+
- On contacts add picking notes.
|
47
48
|
|
48
|
-
|
49
|
-
|
49
|
+
You can prevent users from updating or deleting notes already in use by
|
50
|
+
multiple customers by activating setting Prevent update or delete of
|
51
|
+
notes in use by multiple customers in Inventory > Configuration >
|
52
|
+
Settings.
|
50
53
|
|
51
54
|
Bug Tracker
|
52
55
|
===========
|
@@ -54,7 +57,7 @@ Bug Tracker
|
|
54
57
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-workflow/issues>`_.
|
55
58
|
In case of trouble, please check there if your issue has already been reported.
|
56
59
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
57
|
-
`feedback <https://github.com/OCA/stock-logistics-workflow/issues/new?body=module:%20stock_picking_partner_note%0Aversion:%
|
60
|
+
`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**>`_.
|
58
61
|
|
59
62
|
Do not contact contributors directly about support or help with technical issues.
|
60
63
|
|
@@ -62,19 +65,22 @@ Credits
|
|
62
65
|
=======
|
63
66
|
|
64
67
|
Authors
|
65
|
-
|
68
|
+
-------
|
66
69
|
|
67
70
|
* Camptocamp
|
68
71
|
* BCIM
|
69
72
|
|
70
73
|
Contributors
|
71
|
-
|
74
|
+
------------
|
75
|
+
|
76
|
+
- Telmo Santos <telmo.santos@camptocamp.com>
|
77
|
+
- Jacques-Etienne Baudoux <je@bcim.be>
|
78
|
+
- `360ERP <https://www.360erp.com>`__:
|
72
79
|
|
73
|
-
|
74
|
-
* Jacques-Etienne Baudoux <je@bcim.be>
|
80
|
+
- Andrea Stirpe
|
75
81
|
|
76
82
|
Maintainers
|
77
|
-
|
83
|
+
-----------
|
78
84
|
|
79
85
|
This module is maintained by the OCA.
|
80
86
|
|
@@ -86,6 +92,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
86
92
|
mission is to support the collaborative development of Odoo features and
|
87
93
|
promote its widespread use.
|
88
94
|
|
89
|
-
This module is part of the `OCA/stock-logistics-workflow <https://github.com/OCA/stock-logistics-workflow/tree/
|
95
|
+
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.
|
90
96
|
|
91
97
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
@@ -6,7 +6,7 @@ msgid ""
|
|
6
6
|
msgstr ""
|
7
7
|
"Project-Id-Version: Odoo Server 16.0\n"
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
9
|
-
"PO-Revision-Date: 2024-
|
9
|
+
"PO-Revision-Date: 2024-08-22 10:06+0000\n"
|
10
10
|
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
11
11
|
"Language-Team: none\n"
|
12
12
|
"Language: it\n"
|
@@ -14,7 +14,7 @@ msgstr ""
|
|
14
14
|
"Content-Type: text/plain; charset=UTF-8\n"
|
15
15
|
"Content-Transfer-Encoding: \n"
|
16
16
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
17
|
-
"X-Generator: Weblate
|
17
|
+
"X-Generator: Weblate 5.6.2\n"
|
18
18
|
|
19
19
|
#. module: stock_picking_partner_note
|
20
20
|
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note__active
|
@@ -142,7 +142,7 @@ msgstr "Note prelievo"
|
|
142
142
|
#. module: stock_picking_partner_note
|
143
143
|
#: model:ir.model,name:stock_picking_partner_note.model_stock_picking_type
|
144
144
|
msgid "Picking Type"
|
145
|
-
msgstr "
|
145
|
+
msgstr "Tipo prelievo"
|
146
146
|
|
147
147
|
#. module: stock_picking_partner_note
|
148
148
|
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note__sequence
|
@@ -4,7 +4,7 @@
|
|
4
4
|
#
|
5
5
|
msgid ""
|
6
6
|
msgstr ""
|
7
|
-
"Project-Id-Version: Odoo Server
|
7
|
+
"Project-Id-Version: Odoo Server 17.0\n"
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
9
9
|
"Last-Translator: \n"
|
10
10
|
"Language-Team: \n"
|
@@ -28,6 +28,7 @@ msgstr ""
|
|
28
28
|
#. module: stock_picking_partner_note
|
29
29
|
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_res_company__check_note_already_in_use
|
30
30
|
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_res_config_settings__check_note_already_in_use
|
31
|
+
#: model_terms:ir.ui.view,arch_db:stock_picking_partner_note.res_config_settings_view_form
|
31
32
|
msgid "Check picking note already in use"
|
32
33
|
msgstr ""
|
33
34
|
|
@@ -70,12 +71,6 @@ msgstr ""
|
|
70
71
|
msgid "ID"
|
71
72
|
msgstr ""
|
72
73
|
|
73
|
-
#. module: stock_picking_partner_note
|
74
|
-
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note____last_update
|
75
|
-
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note_type____last_update
|
76
|
-
msgid "Last Modified on"
|
77
|
-
msgstr ""
|
78
|
-
|
79
74
|
#. module: stock_picking_partner_note
|
80
75
|
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note__write_uid
|
81
76
|
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note_type__write_uid
|
@@ -139,6 +134,13 @@ msgstr ""
|
|
139
134
|
msgid "Picking Type"
|
140
135
|
msgstr ""
|
141
136
|
|
137
|
+
#. module: stock_picking_partner_note
|
138
|
+
#: model:ir.model.fields,help:stock_picking_partner_note.field_res_config_settings__check_note_already_in_use
|
139
|
+
msgid ""
|
140
|
+
"Prevent the update or deletion of a note that is already in use by more than"
|
141
|
+
" one contact."
|
142
|
+
msgstr ""
|
143
|
+
|
142
144
|
#. module: stock_picking_partner_note
|
143
145
|
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note__sequence
|
144
146
|
#: model:ir.model.fields,field_description:stock_picking_partner_note.field_stock_picking_note_type__sequence
|
@@ -150,13 +152,6 @@ msgstr ""
|
|
150
152
|
msgid "Stock Picking Note Types"
|
151
153
|
msgstr ""
|
152
154
|
|
153
|
-
#. module: stock_picking_partner_note
|
154
|
-
#: model:ir.model.fields,help:stock_picking_partner_note.field_res_config_settings__check_note_already_in_use
|
155
|
-
msgid ""
|
156
|
-
"That must be activated if you want to prevent the update or deletion of a "
|
157
|
-
"note that is already in use by multiple contacts."
|
158
|
-
msgstr ""
|
159
|
-
|
160
155
|
#. module: stock_picking_partner_note
|
161
156
|
#: model:ir.model,name:stock_picking_partner_note.model_stock_picking
|
162
157
|
msgid "Transfer"
|
@@ -174,6 +169,6 @@ msgstr ""
|
|
174
169
|
#: code:addons/stock_picking_partner_note/models/stock_picking_note.py:0
|
175
170
|
#, python-format
|
176
171
|
msgid ""
|
177
|
-
"You cannot update or delete a note that linked to multiple contacts: "
|
172
|
+
"You cannot update or delete a note that is linked to multiple contacts: "
|
178
173
|
"%(partner_ids)s"
|
179
174
|
msgstr ""
|
@@ -10,6 +10,6 @@ class ResConfigSettings(models.TransientModel):
|
|
10
10
|
check_note_already_in_use = fields.Boolean(
|
11
11
|
related="company_id.check_note_already_in_use",
|
12
12
|
readonly=False,
|
13
|
-
help="
|
14
|
-
"
|
13
|
+
help="Prevent the update or deletion of a note that is already in use by "
|
14
|
+
"more than one contact.",
|
15
15
|
)
|
@@ -1,8 +1,8 @@
|
|
1
1
|
# Copyright 2024 Camptocamp (<https://www.camptocamp.com>).
|
2
2
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
3
3
|
|
4
|
-
|
5
4
|
from odoo import api, fields, models
|
5
|
+
from odoo.tools import html_escape
|
6
6
|
|
7
7
|
|
8
8
|
class StockPicking(models.Model):
|
@@ -15,10 +15,11 @@ class StockPicking(models.Model):
|
|
15
15
|
for picking in self:
|
16
16
|
picking_type_note_type_ids = picking.picking_type_id.partner_note_type_ids
|
17
17
|
picking_notes = picking.partner_id.stock_picking_note_ids.filtered(
|
18
|
-
lambda n: n.active
|
18
|
+
lambda n, ptnts=picking_type_note_type_ids: n.active
|
19
|
+
and n.note_type_id in ptnts
|
19
20
|
)
|
20
21
|
picking_notes = [
|
21
|
-
note.name.strip()
|
22
|
+
html_escape(note.name.strip())
|
22
23
|
for note in picking_notes
|
23
24
|
if note.name and note.name.strip()
|
24
25
|
]
|
@@ -31,7 +31,7 @@ class StockPickingNote(models.Model):
|
|
31
31
|
if len(partners) > 1:
|
32
32
|
raise UserError(
|
33
33
|
_(
|
34
|
-
"You cannot update or delete a note that linked to multiple"
|
34
|
+
"You cannot update or delete a note that is linked to multiple"
|
35
35
|
" contacts: %(partner_ids)s",
|
36
36
|
partner_ids=", ".join(partners.mapped("name")),
|
37
37
|
)
|
@@ -0,0 +1,9 @@
|
|
1
|
+
- Create partner note types in Inventory \> Configuration \> Note Types.
|
2
|
+
- In shipping operation types set field Partner Note Type. Only these
|
3
|
+
types will be shown in picking operations notes.
|
4
|
+
- On contacts add picking notes.
|
5
|
+
|
6
|
+
You can prevent users from updating or deleting notes already in use by
|
7
|
+
multiple customers by activating setting Prevent update or delete of
|
8
|
+
notes in use by multiple customers in Inventory \> Configuration \>
|
9
|
+
Settings.
|
@@ -8,10 +8,11 @@
|
|
8
8
|
|
9
9
|
/*
|
10
10
|
:Author: David Goodger (goodger@python.org)
|
11
|
-
:Id: $Id: html4css1.css
|
11
|
+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
|
12
12
|
:Copyright: This stylesheet has been placed in the public domain.
|
13
13
|
|
14
14
|
Default cascading style sheet for the HTML output of Docutils.
|
15
|
+
Despite the name, some widely supported CSS2 features are used.
|
15
16
|
|
16
17
|
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
17
18
|
customize this style sheet.
|
@@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
|
274
275
|
margin-left: 2em ;
|
275
276
|
margin-right: 2em }
|
276
277
|
|
277
|
-
pre.code .ln { color:
|
278
|
+
pre.code .ln { color: gray; } /* line numbers */
|
278
279
|
pre.code, code { background-color: #eeeeee }
|
279
280
|
pre.code .comment, code .comment { color: #5C6576 }
|
280
281
|
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
@@ -300,7 +301,7 @@ span.option {
|
|
300
301
|
span.pre {
|
301
302
|
white-space: pre }
|
302
303
|
|
303
|
-
span.problematic {
|
304
|
+
span.problematic, pre.problematic {
|
304
305
|
color: red }
|
305
306
|
|
306
307
|
span.section-subtitle {
|
@@ -366,11 +367,13 @@ ul.auto-toc {
|
|
366
367
|
!! This file is generated by oca-gen-addon-readme !!
|
367
368
|
!! changes will be overwritten. !!
|
368
369
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
369
|
-
!! source digest: sha256:
|
370
|
+
!! source digest: sha256:5a5a119bba72e1a7767ffe5f0921a933590dcde83f8334cd54c4868c64afe699
|
370
371
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
371
|
-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-workflow/tree/
|
372
|
-
<p>Allow to record a message for the person in charge of order preparation
|
373
|
-
then have it as a note on the picking
|
372
|
+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-workflow/tree/17.0/stock_picking_partner_note"><img alt="OCA/stock-logistics-workflow" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-workflow-17-0/stock-logistics-workflow-17-0-stock_picking_partner_note"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-workflow&target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
373
|
+
<p>Allow to record a message for the person in charge of order preparation
|
374
|
+
at the level of the customer, then have it as a note on the picking
|
375
|
+
transfer. This reuses the existing note field on the picking and will
|
376
|
+
make it read-only.</p>
|
374
377
|
<p><strong>Table of contents</strong></p>
|
375
378
|
<div class="contents local topic" id="contents">
|
376
379
|
<ul class="simple">
|
@@ -388,17 +391,21 @@ then have it as a note on the picking transfer.</p>
|
|
388
391
|
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
|
389
392
|
<ul class="simple">
|
390
393
|
<li>Create partner note types in Inventory > Configuration > Note Types.</li>
|
391
|
-
<li>In shipping operation types set field
|
394
|
+
<li>In shipping operation types set field Partner Note Type. Only these
|
395
|
+
types will be shown in picking operations notes.</li>
|
392
396
|
<li>On contacts add picking notes.</li>
|
393
397
|
</ul>
|
394
|
-
<p>You can prevent users
|
398
|
+
<p>You can prevent users from updating or deleting notes already in use by
|
399
|
+
multiple customers by activating setting Prevent update or delete of
|
400
|
+
notes in use by multiple customers in Inventory > Configuration >
|
401
|
+
Settings.</p>
|
395
402
|
</div>
|
396
403
|
<div class="section" id="bug-tracker">
|
397
404
|
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
|
398
405
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-workflow/issues">GitHub Issues</a>.
|
399
406
|
In case of trouble, please check there if your issue has already been reported.
|
400
407
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
401
|
-
<a class="reference external" href="https://github.com/OCA/stock-logistics-workflow/issues/new?body=module:%20stock_picking_partner_note%0Aversion:%
|
408
|
+
<a class="reference external" href="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**">feedback</a>.</p>
|
402
409
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
403
410
|
</div>
|
404
411
|
<div class="section" id="credits">
|
@@ -415,16 +422,22 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
415
422
|
<ul class="simple">
|
416
423
|
<li>Telmo Santos <<a class="reference external" href="mailto:telmo.santos@camptocamp.com">telmo.santos@camptocamp.com</a>></li>
|
417
424
|
<li>Jacques-Etienne Baudoux <<a class="reference external" href="mailto:je@bcim.be">je@bcim.be</a>></li>
|
425
|
+
<li><a class="reference external" href="https://www.360erp.com">360ERP</a>:<ul>
|
426
|
+
<li>Andrea Stirpe</li>
|
427
|
+
</ul>
|
428
|
+
</li>
|
418
429
|
</ul>
|
419
430
|
</div>
|
420
431
|
<div class="section" id="maintainers">
|
421
432
|
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
|
422
433
|
<p>This module is maintained by the OCA.</p>
|
423
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
434
|
+
<a class="reference external image-reference" href="https://odoo-community.org">
|
435
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
436
|
+
</a>
|
424
437
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
425
438
|
mission is to support the collaborative development of Odoo features and
|
426
439
|
promote its widespread use.</p>
|
427
|
-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-workflow/tree/
|
440
|
+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-workflow/tree/17.0/stock_picking_partner_note">OCA/stock-logistics-workflow</a> project on GitHub.</p>
|
428
441
|
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
429
442
|
</div>
|
430
443
|
</div>
|
@@ -5,21 +5,17 @@
|
|
5
5
|
<field name="model">res.config.settings</field>
|
6
6
|
<field name="inherit_id" ref="stock.res_config_settings_view_form" />
|
7
7
|
<field name="arch" type="xml">
|
8
|
-
<xpath
|
9
|
-
|
10
|
-
|
8
|
+
<xpath
|
9
|
+
expr="//block[@name='operations_setting_container']"
|
10
|
+
position="inside"
|
11
|
+
>
|
12
|
+
<setting
|
11
13
|
id="check_pickings_partner_note"
|
14
|
+
string="Check picking note already in use"
|
15
|
+
help="Add a constraint to check if the picking note is already in use on multiple partner"
|
12
16
|
>
|
13
|
-
<
|
14
|
-
|
15
|
-
</div>
|
16
|
-
<div class="o_setting_right_pane">
|
17
|
-
<label for="check_note_already_in_use" />
|
18
|
-
<div class="text-muted">
|
19
|
-
Add a constraint to check if the picking note is already in use on multiple partner
|
20
|
-
</div>
|
21
|
-
</div>
|
22
|
-
</div>
|
17
|
+
<field name="check_note_already_in_use" />
|
18
|
+
</setting>
|
23
19
|
</xpath>
|
24
20
|
</field>
|
25
21
|
</record>
|
@@ -1,11 +1,11 @@
|
|
1
1
|
<?xml version="1.0" encoding="utf-8" ?>
|
2
2
|
<odoo>
|
3
|
-
<record model=
|
3
|
+
<record id="view_picking_type_form" model="ir.ui.view">
|
4
4
|
<field name="name">Operation Types</field>
|
5
5
|
<field name="model">stock.picking.type</field>
|
6
6
|
<field name="inherit_id" ref="stock.view_picking_type_form" />
|
7
7
|
<field name="arch" type="xml">
|
8
|
-
<field name="
|
8
|
+
<field name="create_backorder" position="after">
|
9
9
|
<field name="partner_note_type_ids" widget="many2many_tags" />
|
10
10
|
</field>
|
11
11
|
</field>
|
@@ -1,19 +1,18 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
|
-
Name: odoo-addon-
|
3
|
-
Version:
|
2
|
+
Name: odoo-addon-stock_picking_partner_note
|
3
|
+
Version: 17.0.1.0.0.4
|
4
|
+
Requires-Python: >=3.10
|
5
|
+
Requires-Dist: odoo>=17.0a,<17.1dev
|
4
6
|
Summary: Add partner notes on picking
|
5
7
|
Home-page: https://github.com/OCA/stock-logistics-workflow
|
8
|
+
License: AGPL-3
|
6
9
|
Author: Camptocamp, BCIM, Odoo Community Association (OCA)
|
7
10
|
Author-email: support@odoo-community.org
|
8
|
-
License: AGPL-3
|
9
|
-
Platform: UNKNOWN
|
10
11
|
Classifier: Programming Language :: Python
|
11
12
|
Classifier: Framework :: Odoo
|
12
|
-
Classifier: Framework :: Odoo ::
|
13
|
+
Classifier: Framework :: Odoo :: 17.0
|
13
14
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
14
15
|
Classifier: Development Status :: 4 - Beta
|
15
|
-
Requires-Python: >=3.10
|
16
|
-
Requires-Dist: odoo <16.1dev,>=16.0a
|
17
16
|
|
18
17
|
==========================
|
19
18
|
Stock Picking Partner Note
|
@@ -24,7 +23,7 @@ Stock Picking Partner Note
|
|
24
23
|
!! This file is generated by oca-gen-addon-readme !!
|
25
24
|
!! changes will be overwritten. !!
|
26
25
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
27
|
-
!! source digest: sha256:
|
26
|
+
!! source digest: sha256:5a5a119bba72e1a7767ffe5f0921a933590dcde83f8334cd54c4868c64afe699
|
28
27
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
29
28
|
|
30
29
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -34,21 +33,21 @@ Stock Picking Partner Note
|
|
34
33
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
35
34
|
:alt: License: AGPL-3
|
36
35
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--workflow-lightgray.png?logo=github
|
37
|
-
:target: https://github.com/OCA/stock-logistics-workflow/tree/
|
36
|
+
:target: https://github.com/OCA/stock-logistics-workflow/tree/17.0/stock_picking_partner_note
|
38
37
|
:alt: OCA/stock-logistics-workflow
|
39
38
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
40
|
-
:target: https://translation.odoo-community.org/projects/stock-logistics-workflow-
|
39
|
+
:target: https://translation.odoo-community.org/projects/stock-logistics-workflow-17-0/stock-logistics-workflow-17-0-stock_picking_partner_note
|
41
40
|
:alt: Translate me on Weblate
|
42
41
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
43
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-workflow&target_branch=
|
42
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-workflow&target_branch=17.0
|
44
43
|
:alt: Try me on Runboat
|
45
44
|
|
46
45
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
47
46
|
|
48
|
-
Allow to record a message for the person in charge of order preparation
|
49
|
-
then have it as a note on the picking
|
50
|
-
|
51
|
-
|
47
|
+
Allow to record a message for the person in charge of order preparation
|
48
|
+
at the level of the customer, then have it as a note on the picking
|
49
|
+
transfer. This reuses the existing note field on the picking and will
|
50
|
+
make it read-only.
|
52
51
|
|
53
52
|
**Table of contents**
|
54
53
|
|
@@ -58,12 +57,15 @@ then have it as a note on the picking transfer.
|
|
58
57
|
Configuration
|
59
58
|
=============
|
60
59
|
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
60
|
+
- Create partner note types in Inventory > Configuration > Note Types.
|
61
|
+
- In shipping operation types set field Partner Note Type. Only these
|
62
|
+
types will be shown in picking operations notes.
|
63
|
+
- On contacts add picking notes.
|
65
64
|
|
66
|
-
You can prevent users
|
65
|
+
You can prevent users from updating or deleting notes already in use by
|
66
|
+
multiple customers by activating setting Prevent update or delete of
|
67
|
+
notes in use by multiple customers in Inventory > Configuration >
|
68
|
+
Settings.
|
67
69
|
|
68
70
|
Bug Tracker
|
69
71
|
===========
|
@@ -71,7 +73,7 @@ Bug Tracker
|
|
71
73
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-workflow/issues>`_.
|
72
74
|
In case of trouble, please check there if your issue has already been reported.
|
73
75
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
74
|
-
`feedback <https://github.com/OCA/stock-logistics-workflow/issues/new?body=module:%20stock_picking_partner_note%0Aversion:%
|
76
|
+
`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**>`_.
|
75
77
|
|
76
78
|
Do not contact contributors directly about support or help with technical issues.
|
77
79
|
|
@@ -79,19 +81,22 @@ Credits
|
|
79
81
|
=======
|
80
82
|
|
81
83
|
Authors
|
82
|
-
|
84
|
+
-------
|
83
85
|
|
84
86
|
* Camptocamp
|
85
87
|
* BCIM
|
86
88
|
|
87
89
|
Contributors
|
88
|
-
|
90
|
+
------------
|
91
|
+
|
92
|
+
- Telmo Santos <telmo.santos@camptocamp.com>
|
93
|
+
- Jacques-Etienne Baudoux <je@bcim.be>
|
94
|
+
- `360ERP <https://www.360erp.com>`__:
|
89
95
|
|
90
|
-
|
91
|
-
* Jacques-Etienne Baudoux <je@bcim.be>
|
96
|
+
- Andrea Stirpe
|
92
97
|
|
93
98
|
Maintainers
|
94
|
-
|
99
|
+
-----------
|
95
100
|
|
96
101
|
This module is maintained by the OCA.
|
97
102
|
|
@@ -103,8 +108,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
103
108
|
mission is to support the collaborative development of Odoo features and
|
104
109
|
promote its widespread use.
|
105
110
|
|
106
|
-
This module is part of the `OCA/stock-logistics-workflow <https://github.com/OCA/stock-logistics-workflow/tree/
|
111
|
+
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.
|
107
112
|
|
108
113
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
109
|
-
|
110
|
-
|
@@ -1,32 +1,32 @@
|
|
1
|
-
odoo/addons/stock_picking_partner_note/README.rst,sha256=
|
1
|
+
odoo/addons/stock_picking_partner_note/README.rst,sha256=3GncTLbobZqj5xCyVW0dyubsQzR4qL7n0TtmucyOIwY,3762
|
2
2
|
odoo/addons/stock_picking_partner_note/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
|
3
|
-
odoo/addons/stock_picking_partner_note/__manifest__.py,sha256=
|
3
|
+
odoo/addons/stock_picking_partner_note/__manifest__.py,sha256=9dk-LeZQTKah19_5JPo2Q5JMFVrXNlHsCWKGzvTtSSY,869
|
4
4
|
odoo/addons/stock_picking_partner_note/i18n/fr.po,sha256=tJzeD7sXJ8H9qrgdZM6NTT84I_k9Rs966GhWS7jgDrM,7497
|
5
|
-
odoo/addons/stock_picking_partner_note/i18n/it.po,sha256=
|
6
|
-
odoo/addons/stock_picking_partner_note/i18n/stock_picking_partner_note.pot,sha256=
|
5
|
+
odoo/addons/stock_picking_partner_note/i18n/it.po,sha256=Y32EQtxTVi0A-_p5gfWh5oCWebOvcLcI79qTtui7ilw,7891
|
6
|
+
odoo/addons/stock_picking_partner_note/i18n/stock_picking_partner_note.pot,sha256=Fc2LpGkDVSz3tJnc2hsFLYyNb2VqVPa-tVv2CvVdJes,6734
|
7
7
|
odoo/addons/stock_picking_partner_note/models/__init__.py,sha256=C5g13oWt395D_7CtHPwpu5KDgBEL0paUab__nMNAnhY,218
|
8
8
|
odoo/addons/stock_picking_partner_note/models/res_company.py,sha256=NQRu3aViUyeBJ5uc-2aE7V1ySCbeO7mA4-3UBDH2Zs8,355
|
9
|
-
odoo/addons/stock_picking_partner_note/models/res_config_settings.py,sha256=
|
9
|
+
odoo/addons/stock_picking_partner_note/models/res_config_settings.py,sha256=gtibs69sN6Ga1caPSXYAHGLgIZ4hf2E7OnK8A9shqIc,501
|
10
10
|
odoo/addons/stock_picking_partner_note/models/res_partner.py,sha256=YLqIag5JMOGnljGXveZ3Q2x1h_ALk6tF1bB4xcPTCNM,355
|
11
|
-
odoo/addons/stock_picking_partner_note/models/stock_picking.py,sha256=
|
12
|
-
odoo/addons/stock_picking_partner_note/models/stock_picking_note.py,sha256=
|
11
|
+
odoo/addons/stock_picking_partner_note/models/stock_picking.py,sha256=RwQm8hQTjNN54JiejBjyRXLrC1UJ6VRxduUU8FBCchw,954
|
12
|
+
odoo/addons/stock_picking_partner_note/models/stock_picking_note.py,sha256=GT1NidYuUs8uy-mVVebyshQvmfCk65gnXLjIsgT1pTQ,1384
|
13
13
|
odoo/addons/stock_picking_partner_note/models/stock_picking_note_type.py,sha256=Mb5kwt-r4gEed18iXCv-SQ-S6PUePh2YEQ7PxUhopFM,384
|
14
14
|
odoo/addons/stock_picking_partner_note/models/stock_picking_type.py,sha256=slcSkS4AuxUU7QoVID1FhvP8A2DGveiSX5zywElE6kI,440
|
15
|
-
odoo/addons/stock_picking_partner_note/readme/CONFIGURE.
|
16
|
-
odoo/addons/stock_picking_partner_note/readme/CONTRIBUTORS.
|
17
|
-
odoo/addons/stock_picking_partner_note/readme/DESCRIPTION.
|
15
|
+
odoo/addons/stock_picking_partner_note/readme/CONFIGURE.md,sha256=tMZa5RZ1eTz1u8zuQauG7R7_cN1mHO46e7RvaC3_AuE,447
|
16
|
+
odoo/addons/stock_picking_partner_note/readme/CONTRIBUTORS.md,sha256=JsPO-vf-kbwQqgE36BbOGeHxsGN7tYasVk3wJRbY7gk,146
|
17
|
+
odoo/addons/stock_picking_partner_note/readme/DESCRIPTION.md,sha256=tOV2cIS9yZrGnDTBA8o6vWNMpYiljKzFQMxr9FWob0M,229
|
18
18
|
odoo/addons/stock_picking_partner_note/security/ir.model.access.csv,sha256=sOOFUStf_LyAwznmBINMJInwLAsZAVgpUL0E8jPMWlY,331
|
19
19
|
odoo/addons/stock_picking_partner_note/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
20
|
-
odoo/addons/stock_picking_partner_note/static/description/index.html,sha256=
|
20
|
+
odoo/addons/stock_picking_partner_note/static/description/index.html,sha256=jFHMuyPpy_sIhYVCGlBdGiIKDL3vsQnLCz0NVyFp5y4,13470
|
21
21
|
odoo/addons/stock_picking_partner_note/tests/__init__.py,sha256=7TX0jPKYXKSm7NIfBAE8_Mg2yvc3WnKp-E3GyWyVGyw,46
|
22
22
|
odoo/addons/stock_picking_partner_note/tests/test_stock_picking_partner_note.py,sha256=PULGmgxfjsEoJZX1ssONSV2ZcCFFEKvPTrFphzmUNww,2808
|
23
|
-
odoo/addons/stock_picking_partner_note/views/res_config_settings.xml,sha256=
|
23
|
+
odoo/addons/stock_picking_partner_note/views/res_config_settings.xml,sha256=usHFmJKBGDPgFIAnZZ3yk5TnZewPDVyyWdph5IXYxDg,909
|
24
24
|
odoo/addons/stock_picking_partner_note/views/res_partner.xml,sha256=BKjJAFh_cwRO1GqoTr0ZmSESwFMjCRIAfEOvMtW0MOo,1056
|
25
25
|
odoo/addons/stock_picking_partner_note/views/stock_picking_note.xml,sha256=k_pAGRqFU_gjhdYHShM10WsAA0rW9Q89xuGTnB7Lg4Q,564
|
26
26
|
odoo/addons/stock_picking_partner_note/views/stock_picking_note_type.xml,sha256=pmuwn8GZlsmyTwKIEvDPogeVO0ztx_OHnEI1d0OYc8I,1245
|
27
27
|
odoo/addons/stock_picking_partner_note/views/stock_picking_partner_note_menus.xml,sha256=qkcYr_ynaXigua9nXgSxXOlChsxWEOT17J_ZdEeSQus,465
|
28
|
-
odoo/addons/stock_picking_partner_note/views/stock_picking_type.xml,sha256=
|
29
|
-
odoo_addon_stock_picking_partner_note-
|
30
|
-
odoo_addon_stock_picking_partner_note-
|
31
|
-
odoo_addon_stock_picking_partner_note-
|
32
|
-
odoo_addon_stock_picking_partner_note-
|
28
|
+
odoo/addons/stock_picking_partner_note/views/stock_picking_type.xml,sha256=EbriXZWf2qMv8dudTVpGsif4bUkQJxfNvBQ8BfyUC7o,523
|
29
|
+
odoo_addon_stock_picking_partner_note-17.0.1.0.0.4.dist-info/METADATA,sha256=d3SQ_YWAhRlnQ46tLFq2CpNIC_S6Ai3uvMHEwdZZ9f0,4354
|
30
|
+
odoo_addon_stock_picking_partner_note-17.0.1.0.0.4.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
31
|
+
odoo_addon_stock_picking_partner_note-17.0.1.0.0.4.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
32
|
+
odoo_addon_stock_picking_partner_note-17.0.1.0.0.4.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
odoo
|
@@ -1,6 +0,0 @@
|
|
1
|
-
* Create partner note types in Inventory > Configuration > Note Types.
|
2
|
-
* In shipping operation types set field `Partner Note Type`. Only these types will be shown in picking operations notes.
|
3
|
-
* On contacts add picking notes.
|
4
|
-
|
5
|
-
|
6
|
-
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.
|
@@ -1 +0,0 @@
|
|
1
|
-
odoo
|