odoo-addon-website-sale-slides-order-line-link 15.0.1.0.0.2__py3-none-any.whl → 17.0.1.0.0.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of odoo-addon-website-sale-slides-order-line-link might be problematic. Click here for more details.

Files changed (18) hide show
  1. odoo/addons/website_sale_slides_order_line_link/README.rst +25 -21
  2. odoo/addons/website_sale_slides_order_line_link/__manifest__.py +3 -2
  3. odoo/addons/website_sale_slides_order_line_link/i18n/it.po +42 -0
  4. odoo/addons/website_sale_slides_order_line_link/i18n/website_sale_slides_order_line_link.pot +1 -1
  5. odoo/addons/website_sale_slides_order_line_link/models/slide_channel.py +2 -1
  6. odoo/addons/website_sale_slides_order_line_link/readme/CONTRIBUTORS.md +3 -0
  7. odoo/addons/website_sale_slides_order_line_link/readme/DESCRIPTION.md +12 -0
  8. odoo/addons/website_sale_slides_order_line_link/readme/USAGE.md +6 -0
  9. odoo/addons/website_sale_slides_order_line_link/static/description/index.html +16 -12
  10. odoo/addons/website_sale_slides_order_line_link/tests/test_website_sale_slides_order_line_link.py +3 -3
  11. {odoo_addon_website_sale_slides_order_line_link-15.0.1.0.0.2.dist-info → odoo_addon_website_sale_slides_order_line_link-17.0.1.0.0.4.dist-info}/METADATA +30 -26
  12. {odoo_addon_website_sale_slides_order_line_link-15.0.1.0.0.2.dist-info → odoo_addon_website_sale_slides_order_line_link-17.0.1.0.0.4.dist-info}/RECORD +14 -13
  13. {odoo_addon_website_sale_slides_order_line_link-15.0.1.0.0.2.dist-info → odoo_addon_website_sale_slides_order_line_link-17.0.1.0.0.4.dist-info}/WHEEL +1 -1
  14. odoo_addon_website_sale_slides_order_line_link-17.0.1.0.0.4.dist-info/top_level.txt +1 -0
  15. odoo/addons/website_sale_slides_order_line_link/readme/CONTRIBUTORS.rst +0 -4
  16. odoo/addons/website_sale_slides_order_line_link/readme/DESCRIPTION.rst +0 -10
  17. odoo/addons/website_sale_slides_order_line_link/readme/USAGE.rst +0 -4
  18. odoo_addon_website_sale_slides_order_line_link-15.0.1.0.0.2.dist-info/top_level.txt +0 -1
@@ -7,7 +7,7 @@ Website Sale Slides Order Line Link
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:19435eaa737786d8ff0205ea389c434edf20ccbe7d95e8b24f9528e93918d112
10
+ !! source digest: sha256:1433945e85e9546f9bc4767de2c43dea949d407d55fd80bcb149357b855d3faf
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -17,25 +17,27 @@ Website Sale Slides Order Line Link
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%2Fe--learning-lightgray.png?logo=github
20
- :target: https://github.com/OCA/e-learning/tree/15.0/website_sale_slides_order_line_link
20
+ :target: https://github.com/OCA/e-learning/tree/17.0/website_sale_slides_order_line_link
21
21
  :alt: OCA/e-learning
22
22
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23
- :target: https://translation.odoo-community.org/projects/e-learning-15-0/e-learning-15-0-website_sale_slides_order_line_link
23
+ :target: https://translation.odoo-community.org/projects/e-learning-17-0/e-learning-17-0-website_sale_slides_order_line_link
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/e-learning&target_branch=15.0
26
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/e-learning&target_branch=17.0
27
27
  :alt: Try me on Runboat
28
28
 
29
29
  |badge1| |badge2| |badge3| |badge4| |badge5|
30
30
 
31
- This module links sales order lines to `slide.channel.partner` participations when
32
- selling a course. It does not add new views or user interface elements but ensures
33
- that when a course is sold through Odoo's eLearning system, the corresponding sales
34
- order line is associated with the participation record.
31
+ This module links sales order lines to slide.channel.partner
32
+ participations when selling a course. It does not add new views or user
33
+ interface elements but ensures that when a course is sold through Odoo's
34
+ eLearning system, the corresponding sales order line is associated with
35
+ the participation record.
35
36
 
36
37
  This functionality is useful for:
37
38
 
38
- - Tracking which sale order line is responsible for a given course participation.
39
+ - Tracking which sale order line is responsible for a given course
40
+ participation.
39
41
  - Ensuring better traceability between sales and enrollments.
40
42
  - Serving as a base for other modules that may extend its logic.
41
43
 
@@ -47,10 +49,12 @@ This functionality is useful for:
47
49
  Usage
48
50
  =====
49
51
 
50
- #. Create a new sales order containing a course (linked to a `slide.channel`).
51
- #. Confirm the order.
52
- #. The system will automatically create a participation (`slide.channel.partner`) and
53
- link it to the corresponding sales order line.
52
+ 1. Create a new sales order containing a course (linked to a
53
+ slide.channel).
54
+ 2. Confirm the order.
55
+ 3. The system will automatically create a participation
56
+ (slide.channel.partner) and link it to the corresponding sales order
57
+ line.
54
58
 
55
59
  Bug Tracker
56
60
  ===========
@@ -58,7 +62,7 @@ Bug Tracker
58
62
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/e-learning/issues>`_.
59
63
  In case of trouble, please check there if your issue has already been reported.
60
64
  If you spotted it first, help us to smash it by providing a detailed and welcomed
61
- `feedback <https://github.com/OCA/e-learning/issues/new?body=module:%20website_sale_slides_order_line_link%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
65
+ `feedback <https://github.com/OCA/e-learning/issues/new?body=module:%20website_sale_slides_order_line_link%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
62
66
 
63
67
  Do not contact contributors directly about support or help with technical issues.
64
68
 
@@ -66,20 +70,20 @@ Credits
66
70
  =======
67
71
 
68
72
  Authors
69
- ~~~~~~~
73
+ -------
70
74
 
71
75
  * Tecnativa
72
76
 
73
77
  Contributors
74
- ~~~~~~~~~~~~
78
+ ------------
75
79
 
76
- * `Tecnativa <https://www.tecnativa.com/>`__:
80
+ - `Tecnativa <https://www.tecnativa.com/>`__:
77
81
 
78
- * David Vidal
79
- * Pilar Vargas
82
+ - David Vidal
83
+ - Pilar Vargas
80
84
 
81
85
  Maintainers
82
- ~~~~~~~~~~~
86
+ -----------
83
87
 
84
88
  This module is maintained by the OCA.
85
89
 
@@ -91,6 +95,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
91
95
  mission is to support the collaborative development of Odoo features and
92
96
  promote its widespread use.
93
97
 
94
- This module is part of the `OCA/e-learning <https://github.com/OCA/e-learning/tree/15.0/website_sale_slides_order_line_link>`_ project on GitHub.
98
+ This module is part of the `OCA/e-learning <https://github.com/OCA/e-learning/tree/17.0/website_sale_slides_order_line_link>`_ project on GitHub.
95
99
 
96
100
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -2,12 +2,13 @@
2
2
  # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
3
3
  {
4
4
  "name": "Website Sale Slides Order Line Link",
5
- "version": "15.0.1.0.0",
5
+ "version": "17.0.1.0.0",
6
6
  "category": "Website/eLearning",
7
7
  "author": "Tecnativa, Odoo Community Association (OCA)",
8
8
  "website": "https://github.com/OCA/e-learning",
9
9
  "license": "AGPL-3",
10
- "summary": "Link sales order lines to slide channel participations in sold courses.",
10
+ "summary": "Link sales order lines to slide channel participations in sold "
11
+ "courses.",
11
12
  "depends": ["website_sale_slides"],
12
13
  "installable": True,
13
14
  }
@@ -0,0 +1,42 @@
1
+ # Translation of Odoo Server.
2
+ # This file contains the translation of the following modules:
3
+ # * website_sale_slides_order_line_link
4
+ #
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Odoo Server 17.0\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "PO-Revision-Date: 2025-05-20 09:26+0000\n"
10
+ "Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
11
+ "Language-Team: none\n"
12
+ "Language: it\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: \n"
16
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
+ "X-Generator: Weblate 5.10.4\n"
18
+
19
+ #. module: website_sale_slides_order_line_link
20
+ #: model:ir.model,name:website_sale_slides_order_line_link.model_slide_channel_partner
21
+ msgid "Channel / Partners (Members)"
22
+ msgstr "Canale / Partner (membri)"
23
+
24
+ #. module: website_sale_slides_order_line_link
25
+ #: model:ir.model.fields,field_description:website_sale_slides_order_line_link.field_slide_channel_partner__sale_order_line_ids
26
+ msgid "Sale Order Lines"
27
+ msgstr "Righe ordine di vendita"
28
+
29
+ #. module: website_sale_slides_order_line_link
30
+ #: model:ir.model,name:website_sale_slides_order_line_link.model_sale_order
31
+ msgid "Sales Order"
32
+ msgstr "Ordine di vendita"
33
+
34
+ #. module: website_sale_slides_order_line_link
35
+ #: model:ir.model,name:website_sale_slides_order_line_link.model_sale_order_line
36
+ msgid "Sales Order Line"
37
+ msgstr "Riga ordine di vendita"
38
+
39
+ #. module: website_sale_slides_order_line_link
40
+ #: model:ir.model.fields,field_description:website_sale_slides_order_line_link.field_sale_order_line__slide_channel_partner_id
41
+ msgid "Slide Channel Partner"
42
+ msgstr "Avanza partner canale"
@@ -4,7 +4,7 @@
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: Odoo Server 15.0\n"
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"
@@ -21,7 +21,8 @@ class SlideChannelPartner(models.Model):
21
21
  return records
22
22
  for record in records:
23
23
  record.sale_order_line_ids = sale_order_lines.filtered(
24
- lambda line: line.product_id == record.channel_id.product_id
24
+ lambda line, record=record: line.product_id
25
+ == record.channel_id.product_id
25
26
  and line.order_id.partner_id == record.partner_id
26
27
  )
27
28
  return records
@@ -0,0 +1,3 @@
1
+ - [Tecnativa](https://www.tecnativa.com/):
2
+ - David Vidal
3
+ - Pilar Vargas
@@ -0,0 +1,12 @@
1
+ This module links sales order lines to slide.channel.partner
2
+ participations when selling a course. It does not add new views or user
3
+ interface elements but ensures that when a course is sold through Odoo's
4
+ eLearning system, the corresponding sales order line is associated with
5
+ the participation record.
6
+
7
+ This functionality is useful for:
8
+
9
+ - Tracking which sale order line is responsible for a given course
10
+ participation.
11
+ - Ensuring better traceability between sales and enrollments.
12
+ - Serving as a base for other modules that may extend its logic.
@@ -0,0 +1,6 @@
1
+ 1. Create a new sales order containing a course (linked to a
2
+ slide.channel).
3
+ 2. Confirm the order.
4
+ 3. The system will automatically create a participation
5
+ (slide.channel.partner) and link it to the corresponding sales order
6
+ line.
@@ -367,16 +367,18 @@ ul.auto-toc {
367
367
  !! This file is generated by oca-gen-addon-readme !!
368
368
  !! changes will be overwritten. !!
369
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:19435eaa737786d8ff0205ea389c434edf20ccbe7d95e8b24f9528e93918d112
370
+ !! source digest: sha256:1433945e85e9546f9bc4767de2c43dea949d407d55fd80bcb149357b855d3faf
371
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/e-learning/tree/15.0/website_sale_slides_order_line_link"><img alt="OCA/e-learning" src="https://img.shields.io/badge/github-OCA%2Fe--learning-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/e-learning-15-0/e-learning-15-0-website_sale_slides_order_line_link"><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/e-learning&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373
- <p>This module links sales order lines to <cite>slide.channel.partner</cite> participations when
374
- selling a course. It does not add new views or user interface elements but ensures
375
- that when a course is sold through Odoo’s eLearning system, the corresponding sales
376
- order line is associated with the participation record.</p>
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/e-learning/tree/17.0/website_sale_slides_order_line_link"><img alt="OCA/e-learning" src="https://img.shields.io/badge/github-OCA%2Fe--learning-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/e-learning-17-0/e-learning-17-0-website_sale_slides_order_line_link"><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/e-learning&amp;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>This module links sales order lines to slide.channel.partner
374
+ participations when selling a course. It does not add new views or user
375
+ interface elements but ensures that when a course is sold through Odoo’s
376
+ eLearning system, the corresponding sales order line is associated with
377
+ the participation record.</p>
377
378
  <p>This functionality is useful for:</p>
378
379
  <ul class="simple">
379
- <li>Tracking which sale order line is responsible for a given course participation.</li>
380
+ <li>Tracking which sale order line is responsible for a given course
381
+ participation.</li>
380
382
  <li>Ensuring better traceability between sales and enrollments.</li>
381
383
  <li>Serving as a base for other modules that may extend its logic.</li>
382
384
  </ul>
@@ -396,10 +398,12 @@ order line is associated with the participation record.</p>
396
398
  <div class="section" id="usage">
397
399
  <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
398
400
  <ol class="arabic simple">
399
- <li>Create a new sales order containing a course (linked to a <cite>slide.channel</cite>).</li>
401
+ <li>Create a new sales order containing a course (linked to a
402
+ slide.channel).</li>
400
403
  <li>Confirm the order.</li>
401
- <li>The system will automatically create a participation (<cite>slide.channel.partner</cite>) and
402
- link it to the corresponding sales order line.</li>
404
+ <li>The system will automatically create a participation
405
+ (slide.channel.partner) and link it to the corresponding sales order
406
+ line.</li>
403
407
  </ol>
404
408
  </div>
405
409
  <div class="section" id="bug-tracker">
@@ -407,7 +411,7 @@ link it to the corresponding sales order line.</li>
407
411
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/e-learning/issues">GitHub Issues</a>.
408
412
  In case of trouble, please check there if your issue has already been reported.
409
413
  If you spotted it first, help us to smash it by providing a detailed and welcomed
410
- <a class="reference external" href="https://github.com/OCA/e-learning/issues/new?body=module:%20website_sale_slides_order_line_link%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
414
+ <a class="reference external" href="https://github.com/OCA/e-learning/issues/new?body=module:%20website_sale_slides_order_line_link%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
411
415
  <p>Do not contact contributors directly about support or help with technical issues.</p>
412
416
  </div>
413
417
  <div class="section" id="credits">
@@ -437,7 +441,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
437
441
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
438
442
  mission is to support the collaborative development of Odoo features and
439
443
  promote its widespread use.</p>
440
- <p>This module is part of the <a class="reference external" href="https://github.com/OCA/e-learning/tree/15.0/website_sale_slides_order_line_link">OCA/e-learning</a> project on GitHub.</p>
444
+ <p>This module is part of the <a class="reference external" href="https://github.com/OCA/e-learning/tree/17.0/website_sale_slides_order_line_link">OCA/e-learning</a> project on GitHub.</p>
441
445
  <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>
442
446
  </div>
443
447
  </div>
@@ -1,5 +1,7 @@
1
1
  # Copyright 2025 Tecnativa - Pilar Vargas
2
2
 
3
+ from odoo import Command
4
+
3
5
  from odoo.addons.website_slides.tests import common
4
6
 
5
7
 
@@ -25,9 +27,7 @@ class TestWebsiteSaleSlidesOrderLineLink(common.SlidesCase):
25
27
  {
26
28
  "partner_id": self.customer.id,
27
29
  "order_line": [
28
- (
29
- 0,
30
- 0,
30
+ Command.create(
31
31
  {
32
32
  "name": self.course_product.name,
33
33
  "product_id": self.course_product.id,
@@ -1,17 +1,17 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-website_sale_slides_order_line_link
3
- Version: 15.0.1.0.0.2
3
+ Version: 17.0.1.0.0.4
4
+ Requires-Python: >=3.10
5
+ Requires-Dist: odoo>=17.0a,<17.1dev
4
6
  Summary: Link sales order lines to slide channel participations in sold courses.
5
7
  Home-page: https://github.com/OCA/e-learning
8
+ License: AGPL-3
6
9
  Author: Tecnativa, Odoo Community Association (OCA)
7
10
  Author-email: support@odoo-community.org
8
- License: AGPL-3
9
11
  Classifier: Programming Language :: Python
10
12
  Classifier: Framework :: Odoo
11
- Classifier: Framework :: Odoo :: 15.0
13
+ Classifier: Framework :: Odoo :: 17.0
12
14
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
13
- Requires-Python: >=3.8
14
- Requires-Dist: odoo<15.1dev,>=15.0a
15
15
 
16
16
  ===================================
17
17
  Website Sale Slides Order Line Link
@@ -22,7 +22,7 @@ Website Sale Slides Order Line Link
22
22
  !! This file is generated by oca-gen-addon-readme !!
23
23
  !! changes will be overwritten. !!
24
24
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
25
- !! source digest: sha256:19435eaa737786d8ff0205ea389c434edf20ccbe7d95e8b24f9528e93918d112
25
+ !! source digest: sha256:1433945e85e9546f9bc4767de2c43dea949d407d55fd80bcb149357b855d3faf
26
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
27
 
28
28
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -32,25 +32,27 @@ Website Sale Slides Order Line Link
32
32
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
33
33
  :alt: License: AGPL-3
34
34
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fe--learning-lightgray.png?logo=github
35
- :target: https://github.com/OCA/e-learning/tree/15.0/website_sale_slides_order_line_link
35
+ :target: https://github.com/OCA/e-learning/tree/17.0/website_sale_slides_order_line_link
36
36
  :alt: OCA/e-learning
37
37
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
38
- :target: https://translation.odoo-community.org/projects/e-learning-15-0/e-learning-15-0-website_sale_slides_order_line_link
38
+ :target: https://translation.odoo-community.org/projects/e-learning-17-0/e-learning-17-0-website_sale_slides_order_line_link
39
39
  :alt: Translate me on Weblate
40
40
  .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
41
- :target: https://runboat.odoo-community.org/builds?repo=OCA/e-learning&target_branch=15.0
41
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/e-learning&target_branch=17.0
42
42
  :alt: Try me on Runboat
43
43
 
44
44
  |badge1| |badge2| |badge3| |badge4| |badge5|
45
45
 
46
- This module links sales order lines to `slide.channel.partner` participations when
47
- selling a course. It does not add new views or user interface elements but ensures
48
- that when a course is sold through Odoo's eLearning system, the corresponding sales
49
- order line is associated with the participation record.
46
+ This module links sales order lines to slide.channel.partner
47
+ participations when selling a course. It does not add new views or user
48
+ interface elements but ensures that when a course is sold through Odoo's
49
+ eLearning system, the corresponding sales order line is associated with
50
+ the participation record.
50
51
 
51
52
  This functionality is useful for:
52
53
 
53
- - Tracking which sale order line is responsible for a given course participation.
54
+ - Tracking which sale order line is responsible for a given course
55
+ participation.
54
56
  - Ensuring better traceability between sales and enrollments.
55
57
  - Serving as a base for other modules that may extend its logic.
56
58
 
@@ -62,10 +64,12 @@ This functionality is useful for:
62
64
  Usage
63
65
  =====
64
66
 
65
- #. Create a new sales order containing a course (linked to a `slide.channel`).
66
- #. Confirm the order.
67
- #. The system will automatically create a participation (`slide.channel.partner`) and
68
- link it to the corresponding sales order line.
67
+ 1. Create a new sales order containing a course (linked to a
68
+ slide.channel).
69
+ 2. Confirm the order.
70
+ 3. The system will automatically create a participation
71
+ (slide.channel.partner) and link it to the corresponding sales order
72
+ line.
69
73
 
70
74
  Bug Tracker
71
75
  ===========
@@ -73,7 +77,7 @@ Bug Tracker
73
77
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/e-learning/issues>`_.
74
78
  In case of trouble, please check there if your issue has already been reported.
75
79
  If you spotted it first, help us to smash it by providing a detailed and welcomed
76
- `feedback <https://github.com/OCA/e-learning/issues/new?body=module:%20website_sale_slides_order_line_link%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
80
+ `feedback <https://github.com/OCA/e-learning/issues/new?body=module:%20website_sale_slides_order_line_link%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
77
81
 
78
82
  Do not contact contributors directly about support or help with technical issues.
79
83
 
@@ -81,20 +85,20 @@ Credits
81
85
  =======
82
86
 
83
87
  Authors
84
- ~~~~~~~
88
+ -------
85
89
 
86
90
  * Tecnativa
87
91
 
88
92
  Contributors
89
- ~~~~~~~~~~~~
93
+ ------------
90
94
 
91
- * `Tecnativa <https://www.tecnativa.com/>`__:
95
+ - `Tecnativa <https://www.tecnativa.com/>`__:
92
96
 
93
- * David Vidal
94
- * Pilar Vargas
97
+ - David Vidal
98
+ - Pilar Vargas
95
99
 
96
100
  Maintainers
97
- ~~~~~~~~~~~
101
+ -----------
98
102
 
99
103
  This module is maintained by the OCA.
100
104
 
@@ -106,6 +110,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
106
110
  mission is to support the collaborative development of Odoo features and
107
111
  promote its widespread use.
108
112
 
109
- This module is part of the `OCA/e-learning <https://github.com/OCA/e-learning/tree/15.0/website_sale_slides_order_line_link>`_ project on GitHub.
113
+ This module is part of the `OCA/e-learning <https://github.com/OCA/e-learning/tree/17.0/website_sale_slides_order_line_link>`_ project on GitHub.
110
114
 
111
115
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -1,20 +1,21 @@
1
- odoo/addons/website_sale_slides_order_line_link/README.rst,sha256=F_d-mX38_ymrQ4zvNTGLJrKr6v8ONe8fk1QdqGmppzk,3714
1
+ odoo/addons/website_sale_slides_order_line_link/README.rst,sha256=4YcDRZ5zkeWpXTSwOb8ynQlzN1ummTAq5DQOZrljQwU,3716
2
2
  odoo/addons/website_sale_slides_order_line_link/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
3
- odoo/addons/website_sale_slides_order_line_link/__manifest__.py,sha256=Ig0GNefQ1bP7YQRzf1cx411of53pl0o57YqIuUNXHf4,520
3
+ odoo/addons/website_sale_slides_order_line_link/__manifest__.py,sha256=6EKoMmCtOzpUgs_vOV8z5w1qItZWn0KbJ2im4D9NZQM,527
4
4
  odoo/addons/website_sale_slides_order_line_link/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
5
5
  odoo/addons/website_sale_slides_order_line_link/description/index.html,sha256=wM4p5_5JnvIVwrvQdBsiv8Cnr2dfdHvJPzlYccXYhmY,16178
6
- odoo/addons/website_sale_slides_order_line_link/i18n/website_sale_slides_order_line_link.pot,sha256=P5svqPVUGWXGECzE3k5G8UKOREOp4oFAMI8dkp4svuo,1308
6
+ odoo/addons/website_sale_slides_order_line_link/i18n/it.po,sha256=Xrd7dAeDXv7OktCMDV5iAEDAc4kDVfOEOLihyEpzFRI,1575
7
+ odoo/addons/website_sale_slides_order_line_link/i18n/website_sale_slides_order_line_link.pot,sha256=LqE8nNI9NTHT9VFrzQySdsOX8YjIASMKEFIa-pP6ZaI,1308
7
8
  odoo/addons/website_sale_slides_order_line_link/models/__init__.py,sha256=f5lzMUkPxU9T5ymg9_tFmeMhaYTryg3cY_T3Nxr2-2I,53
8
9
  odoo/addons/website_sale_slides_order_line_link/models/sale_order.py,sha256=4-5OsZIHgANK_zk-Eis_FZYSBt-v5KGKlpPXWYOYmh4,722
9
- odoo/addons/website_sale_slides_order_line_link/models/slide_channel.py,sha256=FovP8wmvkJMthOmgrj7e_Z2-Qm3uocar6RD1HtpqQCY,920
10
- odoo/addons/website_sale_slides_order_line_link/readme/CONTRIBUTORS.rst,sha256=1-__GBOQvhjNfNIB4MSDv1GbzimKBibYiwal12Ff7LQ,80
11
- odoo/addons/website_sale_slides_order_line_link/readme/DESCRIPTION.rst,sha256=SoPyvnT4QWYeTji8JRYTpezut45gktW7D3yBHfxuhkE,551
12
- odoo/addons/website_sale_slides_order_line_link/readme/USAGE.rst,sha256=8mdDK0NvxayA390RNTXrtWZ30ZDySSW9qx5Eyx7KlGs,237
10
+ odoo/addons/website_sale_slides_order_line_link/models/slide_channel.py,sha256=jDngxxGlsH70IalMuTgBnGDJ3AK0IUWjwk0jHgDAbIw,951
11
+ odoo/addons/website_sale_slides_order_line_link/readme/CONTRIBUTORS.md,sha256=sFDnftCr4yLcsQ7Qb0Lv_xlIInY99iewRSZ_J7wFpA4,76
12
+ odoo/addons/website_sale_slides_order_line_link/readme/DESCRIPTION.md,sha256=lImvj3x_7LxvOXLmCyw79rZjJRU_AYGbDHMbrTA4n3s,551
13
+ odoo/addons/website_sale_slides_order_line_link/readme/USAGE.md,sha256=ZlNJHvif9HQZP9tWoZTq3Xnrb0ZiXNC8BXiIvct_mug,245
13
14
  odoo/addons/website_sale_slides_order_line_link/static/description/icon.png,sha256=CgnOEZCwoe6f1vlLwkqFVfc2q_uwBMU0UnXN8j6X5ag,10254
14
- odoo/addons/website_sale_slides_order_line_link/static/description/index.html,sha256=JU5eOIMZpnMhAlKGycWtUytWw4-_q0YoH6fTpWGeFkk,13299
15
+ odoo/addons/website_sale_slides_order_line_link/static/description/index.html,sha256=GUych0aSW-IzxCo_yoE2Vg3blKf1QuIzyUaTtg7YFzQ,13260
15
16
  odoo/addons/website_sale_slides_order_line_link/tests/__init__.py,sha256=g7zN-omMboLR5UzzygV7GFap4oEo_v8fodLO5sgqobA,55
16
- odoo/addons/website_sale_slides_order_line_link/tests/test_website_sale_slides_order_line_link.py,sha256=FAxKmjVC8R8S55LwR4mosaMwTSK5b20r4B0L3u54ZMc,1643
17
- odoo_addon_website_sale_slides_order_line_link-15.0.1.0.0.2.dist-info/METADATA,sha256=HPQfjUrp3reo4psnabtjwYhFwmWdhER1wCf7KQm-p2s,4293
18
- odoo_addon_website_sale_slides_order_line_link-15.0.1.0.0.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
19
- odoo_addon_website_sale_slides_order_line_link-15.0.1.0.0.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
20
- odoo_addon_website_sale_slides_order_line_link-15.0.1.0.0.2.dist-info/RECORD,,
17
+ odoo/addons/website_sale_slides_order_line_link/tests/test_website_sale_slides_order_line_link.py,sha256=GPgj-eiL7m6IOcLVTfMCemjDuZiweF0FgQIO5T7s-Fc,1629
18
+ odoo_addon_website_sale_slides_order_line_link-17.0.1.0.0.4.dist-info/METADATA,sha256=g1nvJ3HO7ckJ6EOZaNXcLEsRKW3BUAXvCSGDmev-D8M,4296
19
+ odoo_addon_website_sale_slides_order_line_link-17.0.1.0.0.4.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
20
+ odoo_addon_website_sale_slides_order_line_link-17.0.1.0.0.4.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
21
+ odoo_addon_website_sale_slides_order_line_link-17.0.1.0.0.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.45.1)
2
+ Generator: Whool 1.2
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,4 +0,0 @@
1
- * `Tecnativa <https://www.tecnativa.com/>`__:
2
-
3
- * David Vidal
4
- * Pilar Vargas
@@ -1,10 +0,0 @@
1
- This module links sales order lines to `slide.channel.partner` participations when
2
- selling a course. It does not add new views or user interface elements but ensures
3
- that when a course is sold through Odoo's eLearning system, the corresponding sales
4
- order line is associated with the participation record.
5
-
6
- This functionality is useful for:
7
-
8
- - Tracking which sale order line is responsible for a given course participation.
9
- - Ensuring better traceability between sales and enrollments.
10
- - Serving as a base for other modules that may extend its logic.
@@ -1,4 +0,0 @@
1
- #. Create a new sales order containing a course (linked to a `slide.channel`).
2
- #. Confirm the order.
3
- #. The system will automatically create a participation (`slide.channel.partner`) and
4
- link it to the corresponding sales order line.