odoo-addon-website-sale-slides-order-line-link 15.0.1.0.0.2__py3-none-any.whl → 17.0.1.0.0.2__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.
- odoo/addons/website_sale_slides_order_line_link/README.rst +25 -21
- odoo/addons/website_sale_slides_order_line_link/__manifest__.py +3 -2
- odoo/addons/website_sale_slides_order_line_link/i18n/website_sale_slides_order_line_link.pot +1 -1
- odoo/addons/website_sale_slides_order_line_link/models/slide_channel.py +2 -1
- odoo/addons/website_sale_slides_order_line_link/readme/CONTRIBUTORS.md +3 -0
- odoo/addons/website_sale_slides_order_line_link/readme/DESCRIPTION.md +12 -0
- odoo/addons/website_sale_slides_order_line_link/readme/USAGE.md +6 -0
- odoo/addons/website_sale_slides_order_line_link/static/description/index.html +16 -12
- odoo/addons/website_sale_slides_order_line_link/tests/test_website_sale_slides_order_line_link.py +3 -3
- {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.2.dist-info}/METADATA +30 -26
- {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.2.dist-info}/RECORD +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.2.dist-info}/WHEEL +1 -1
- odoo_addon_website_sale_slides_order_line_link-17.0.1.0.0.2.dist-info/top_level.txt +1 -0
- odoo/addons/website_sale_slides_order_line_link/readme/CONTRIBUTORS.rst +0 -4
- odoo/addons/website_sale_slides_order_line_link/readme/DESCRIPTION.rst +0 -10
- odoo/addons/website_sale_slides_order_line_link/readme/USAGE.rst +0 -4
- 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:
|
|
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/
|
|
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-
|
|
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=
|
|
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
|
|
32
|
-
selling a course. It does not add new views or user
|
|
33
|
-
that when a course is sold through Odoo's
|
|
34
|
-
order line is associated with
|
|
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
|
|
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
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
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:%
|
|
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
|
-
|
|
80
|
+
- `Tecnativa <https://www.tecnativa.com/>`__:
|
|
77
81
|
|
|
78
|
-
|
|
79
|
-
|
|
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/
|
|
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": "
|
|
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
|
|
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
|
}
|
|
@@ -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
|
|
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,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.
|
|
@@ -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:
|
|
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/
|
|
373
|
-
<p>This module links sales order lines to
|
|
374
|
-
selling a course. It does not add new views or user
|
|
375
|
-
that when a course is sold through Odoo’s
|
|
376
|
-
order line is associated with
|
|
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&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
|
|
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
|
|
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
|
|
402
|
-
link it to the corresponding sales order
|
|
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:%
|
|
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/
|
|
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>
|
odoo/addons/website_sale_slides_order_line_link/tests/test_website_sale_slides_order_line_link.py
CHANGED
|
@@ -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:
|
|
3
|
+
Version: 17.0.1.0.0.2
|
|
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 ::
|
|
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:
|
|
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/
|
|
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-
|
|
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=
|
|
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
|
|
47
|
-
selling a course. It does not add new views or user
|
|
48
|
-
that when a course is sold through Odoo's
|
|
49
|
-
order line is associated with
|
|
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
|
|
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
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
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:%
|
|
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
|
-
|
|
95
|
+
- `Tecnativa <https://www.tecnativa.com/>`__:
|
|
92
96
|
|
|
93
|
-
|
|
94
|
-
|
|
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/
|
|
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,20 @@
|
|
|
1
|
-
odoo/addons/website_sale_slides_order_line_link/README.rst,sha256=
|
|
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=
|
|
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=
|
|
6
|
+
odoo/addons/website_sale_slides_order_line_link/i18n/website_sale_slides_order_line_link.pot,sha256=LqE8nNI9NTHT9VFrzQySdsOX8YjIASMKEFIa-pP6ZaI,1308
|
|
7
7
|
odoo/addons/website_sale_slides_order_line_link/models/__init__.py,sha256=f5lzMUkPxU9T5ymg9_tFmeMhaYTryg3cY_T3Nxr2-2I,53
|
|
8
8
|
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=
|
|
10
|
-
odoo/addons/website_sale_slides_order_line_link/readme/CONTRIBUTORS.
|
|
11
|
-
odoo/addons/website_sale_slides_order_line_link/readme/DESCRIPTION.
|
|
12
|
-
odoo/addons/website_sale_slides_order_line_link/readme/USAGE.
|
|
9
|
+
odoo/addons/website_sale_slides_order_line_link/models/slide_channel.py,sha256=jDngxxGlsH70IalMuTgBnGDJ3AK0IUWjwk0jHgDAbIw,951
|
|
10
|
+
odoo/addons/website_sale_slides_order_line_link/readme/CONTRIBUTORS.md,sha256=sFDnftCr4yLcsQ7Qb0Lv_xlIInY99iewRSZ_J7wFpA4,76
|
|
11
|
+
odoo/addons/website_sale_slides_order_line_link/readme/DESCRIPTION.md,sha256=lImvj3x_7LxvOXLmCyw79rZjJRU_AYGbDHMbrTA4n3s,551
|
|
12
|
+
odoo/addons/website_sale_slides_order_line_link/readme/USAGE.md,sha256=ZlNJHvif9HQZP9tWoZTq3Xnrb0ZiXNC8BXiIvct_mug,245
|
|
13
13
|
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=
|
|
14
|
+
odoo/addons/website_sale_slides_order_line_link/static/description/index.html,sha256=GUych0aSW-IzxCo_yoE2Vg3blKf1QuIzyUaTtg7YFzQ,13260
|
|
15
15
|
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=
|
|
17
|
-
odoo_addon_website_sale_slides_order_line_link-
|
|
18
|
-
odoo_addon_website_sale_slides_order_line_link-
|
|
19
|
-
odoo_addon_website_sale_slides_order_line_link-
|
|
20
|
-
odoo_addon_website_sale_slides_order_line_link-
|
|
16
|
+
odoo/addons/website_sale_slides_order_line_link/tests/test_website_sale_slides_order_line_link.py,sha256=GPgj-eiL7m6IOcLVTfMCemjDuZiweF0FgQIO5T7s-Fc,1629
|
|
17
|
+
odoo_addon_website_sale_slides_order_line_link-17.0.1.0.0.2.dist-info/METADATA,sha256=qFtrFmEtiYiKtZDQxjSRr26FRJWGkTggCR7cjMQ0SeE,4296
|
|
18
|
+
odoo_addon_website_sale_slides_order_line_link-17.0.1.0.0.2.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
|
19
|
+
odoo_addon_website_sale_slides_order_line_link-17.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
20
|
+
odoo_addon_website_sale_slides_order_line_link-17.0.1.0.0.2.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
odoo
|
|
@@ -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 +0,0 @@
|
|
|
1
|
-
odoo
|