odoo-addon-sale-order-line-sequence 16.0.2.1.0__py3-none-any.whl → 17.0.1.0.1__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-sale-order-line-sequence might be problematic. Click here for more details.
- odoo/addons/sale_order_line_sequence/README.rst +18 -17
- odoo/addons/sale_order_line_sequence/__manifest__.py +1 -1
- odoo/addons/sale_order_line_sequence/i18n/sale_order_line_sequence.pot +1 -1
- odoo/addons/sale_order_line_sequence/i18n/tr.po +12 -13
- odoo/addons/sale_order_line_sequence/models/sale_order_line.py +4 -2
- odoo/addons/sale_order_line_sequence/readme/CONTRIBUTORS.md +3 -0
- odoo/addons/sale_order_line_sequence/readme/CREDITS.md +4 -0
- odoo/addons/sale_order_line_sequence/readme/DESCRIPTION.md +2 -0
- odoo/addons/sale_order_line_sequence/static/description/index.html +8 -7
- odoo/addons/sale_order_line_sequence/tests/test_sale_order_line_sequence.py +1 -1
- odoo/addons/sale_order_line_sequence/views/report_invoice.xml +4 -2
- {odoo_addon_sale_order_line_sequence-16.0.2.1.0.dist-info → odoo_addon_sale_order_line_sequence-17.0.1.0.1.dist-info}/METADATA +23 -22
- {odoo_addon_sale_order_line_sequence-16.0.2.1.0.dist-info → odoo_addon_sale_order_line_sequence-17.0.1.0.1.dist-info}/RECORD +15 -15
- {odoo_addon_sale_order_line_sequence-16.0.2.1.0.dist-info → odoo_addon_sale_order_line_sequence-17.0.1.0.1.dist-info}/WHEEL +1 -1
- odoo_addon_sale_order_line_sequence-17.0.1.0.1.dist-info/top_level.txt +1 -0
- odoo/addons/sale_order_line_sequence/readme/CONTRIBUTORS.rst +0 -3
- odoo/addons/sale_order_line_sequence/readme/CREDITS.rst +0 -4
- odoo/addons/sale_order_line_sequence/readme/DESCRIPTION.rst +0 -2
- odoo_addon_sale_order_line_sequence-16.0.2.1.0.dist-info/top_level.txt +0 -1
|
@@ -7,7 +7,7 @@ Sale Order Line Sequence
|
|
|
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:a33d21df0bccb958f56fea5824aad5f0908ac548c363a9c8c4895c3cc9e828b4
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -17,19 +17,19 @@ Sale Order Line Sequence
|
|
|
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%2Fsale--workflow-lightgray.png?logo=github
|
|
20
|
-
:target: https://github.com/OCA/sale-workflow/tree/
|
|
20
|
+
:target: https://github.com/OCA/sale-workflow/tree/17.0/sale_order_line_sequence
|
|
21
21
|
:alt: OCA/sale-workflow
|
|
22
22
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
23
|
-
:target: https://translation.odoo-community.org/projects/sale-workflow-
|
|
23
|
+
:target: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_order_line_sequence
|
|
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/sale-workflow&target_branch=
|
|
26
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=17.0
|
|
27
27
|
:alt: Try me on Runboat
|
|
28
28
|
|
|
29
29
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
30
30
|
|
|
31
|
-
Displays the sequence of Sale order line and helps to maintain the
|
|
32
|
-
The line sequence number is also displayed in sale order reports.
|
|
31
|
+
Displays the sequence of Sale order line and helps to maintain the
|
|
32
|
+
order. The line sequence number is also displayed in sale order reports.
|
|
33
33
|
|
|
34
34
|
**Table of contents**
|
|
35
35
|
|
|
@@ -42,7 +42,7 @@ Bug Tracker
|
|
|
42
42
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_.
|
|
43
43
|
In case of trouble, please check there if your issue has already been reported.
|
|
44
44
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
45
|
-
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_line_sequence%0Aversion:%
|
|
45
|
+
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_line_sequence%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
46
46
|
|
|
47
47
|
Do not contact contributors directly about support or help with technical issues.
|
|
48
48
|
|
|
@@ -50,28 +50,29 @@ Credits
|
|
|
50
50
|
=======
|
|
51
51
|
|
|
52
52
|
Authors
|
|
53
|
-
|
|
53
|
+
-------
|
|
54
54
|
|
|
55
55
|
* ForgeFlow
|
|
56
56
|
* Serpent CS
|
|
57
57
|
|
|
58
58
|
Contributors
|
|
59
|
-
|
|
59
|
+
------------
|
|
60
60
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
61
|
+
- ForgeFlow S.L. <contact@forgeflow.com>
|
|
62
|
+
- Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
|
|
63
|
+
- Rattapong Chokmasermkul <rattapongc@ecosoft.co.th>
|
|
64
64
|
|
|
65
65
|
Other credits
|
|
66
|
-
|
|
66
|
+
-------------
|
|
67
67
|
|
|
68
68
|
Images
|
|
69
|
-
|
|
69
|
+
~~~~~~
|
|
70
70
|
|
|
71
|
-
|
|
71
|
+
- Odoo Community Association:
|
|
72
|
+
`Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`__.
|
|
72
73
|
|
|
73
74
|
Maintainers
|
|
74
|
-
|
|
75
|
+
-----------
|
|
75
76
|
|
|
76
77
|
This module is maintained by the OCA.
|
|
77
78
|
|
|
@@ -83,6 +84,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
|
83
84
|
mission is to support the collaborative development of Odoo features and
|
|
84
85
|
promote its widespread use.
|
|
85
86
|
|
|
86
|
-
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/
|
|
87
|
+
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/17.0/sale_order_line_sequence>`_ project on GitHub.
|
|
87
88
|
|
|
88
89
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{
|
|
6
6
|
"name": "Sale Order Line Sequence",
|
|
7
7
|
"summary": "Propagates SO line sequence to invoices and stock picking.",
|
|
8
|
-
"version": "
|
|
8
|
+
"version": "17.0.1.0.1",
|
|
9
9
|
"author": "ForgeFlow, Serpent CS, Odoo Community Association (OCA)",
|
|
10
10
|
"category": "Sales",
|
|
11
11
|
"website": "https://github.com/OCA/sale-workflow",
|
|
@@ -9,66 +9,65 @@ msgstr ""
|
|
|
9
9
|
"Project-Id-Version: Odoo Server 10.0\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
11
|
"POT-Creation-Date: 2017-07-08 00:49+0000\n"
|
|
12
|
-
"PO-Revision-Date:
|
|
13
|
-
"Last-Translator:
|
|
12
|
+
"PO-Revision-Date: 2017-07-08 00:49+0000\n"
|
|
13
|
+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
|
14
14
|
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
|
|
15
15
|
"Language: tr\n"
|
|
16
16
|
"MIME-Version: 1.0\n"
|
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
18
|
"Content-Transfer-Encoding: \n"
|
|
19
19
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
20
|
-
"X-Generator: Weblate 4.17\n"
|
|
21
20
|
|
|
22
21
|
#. module: sale_order_line_sequence
|
|
23
22
|
#: model_terms:ir.ui.view,arch_db:sale_order_line_sequence.report_saleorder_document_sequence
|
|
24
23
|
msgid "<strong>Line Number</strong>"
|
|
25
|
-
msgstr "
|
|
24
|
+
msgstr ""
|
|
26
25
|
|
|
27
26
|
#. module: sale_order_line_sequence
|
|
28
27
|
#: model:ir.model.fields,help:sale_order_line_sequence.field_sale_order_line__visible_sequence
|
|
29
28
|
msgid "Displays the sequence of the line in the sale order."
|
|
30
|
-
msgstr "
|
|
29
|
+
msgstr ""
|
|
31
30
|
|
|
32
31
|
#. module: sale_order_line_sequence
|
|
33
32
|
#: model:ir.model.fields,help:sale_order_line_sequence.field_sale_order_line__sequence
|
|
34
33
|
msgid "Gives the sequence of this line when displaying the sale order."
|
|
35
|
-
msgstr "
|
|
34
|
+
msgstr ""
|
|
36
35
|
|
|
37
36
|
#. module: sale_order_line_sequence
|
|
38
37
|
#: model:ir.model,name:sale_order_line_sequence.model_account_move_line
|
|
39
38
|
msgid "Journal Item"
|
|
40
|
-
msgstr "
|
|
39
|
+
msgstr ""
|
|
41
40
|
|
|
42
41
|
#. module: sale_order_line_sequence
|
|
43
42
|
#: model:ir.model.fields,field_description:sale_order_line_sequence.field_sale_order_line__visible_sequence
|
|
44
43
|
#: model_terms:ir.ui.view,arch_db:sale_order_line_sequence.report_invoice_document_inherit_sale_sequence
|
|
45
44
|
msgid "Line Number"
|
|
46
|
-
msgstr "
|
|
45
|
+
msgstr ""
|
|
47
46
|
|
|
48
47
|
#. module: sale_order_line_sequence
|
|
49
48
|
#: model:ir.model.fields,field_description:sale_order_line_sequence.field_sale_order__max_line_sequence
|
|
50
49
|
msgid "Max sequence in lines"
|
|
51
|
-
msgstr "
|
|
50
|
+
msgstr ""
|
|
52
51
|
|
|
53
52
|
#. module: sale_order_line_sequence
|
|
54
53
|
#: model:ir.model.fields,field_description:sale_order_line_sequence.field_account_move_line__related_so_sequence
|
|
55
54
|
msgid "SO Line Number"
|
|
56
|
-
msgstr "
|
|
55
|
+
msgstr ""
|
|
57
56
|
|
|
58
57
|
#. module: sale_order_line_sequence
|
|
59
58
|
#: model:ir.model,name:sale_order_line_sequence.model_sale_order
|
|
60
59
|
msgid "Sales Order"
|
|
61
|
-
msgstr "
|
|
60
|
+
msgstr ""
|
|
62
61
|
|
|
63
62
|
#. module: sale_order_line_sequence
|
|
64
63
|
#: model:ir.model,name:sale_order_line_sequence.model_sale_order_line
|
|
65
64
|
msgid "Sales Order Line"
|
|
66
|
-
msgstr "
|
|
65
|
+
msgstr "Satış Siparişi Hattı"
|
|
67
66
|
|
|
68
67
|
#. module: sale_order_line_sequence
|
|
69
68
|
#: model:ir.model.fields,field_description:sale_order_line_sequence.field_sale_order_line__sequence
|
|
70
69
|
msgid "Sequence"
|
|
71
|
-
msgstr "
|
|
70
|
+
msgstr ""
|
|
72
71
|
|
|
73
72
|
#, fuzzy
|
|
74
73
|
#~ msgid "Sale Order"
|
|
@@ -25,7 +25,9 @@ class SaleOrderLine(models.Model):
|
|
|
25
25
|
def _compute_visible_sequence(self):
|
|
26
26
|
for so in self.mapped("order_id"):
|
|
27
27
|
sequence = 1
|
|
28
|
-
order_lines = so.order_line.filtered(
|
|
29
|
-
|
|
28
|
+
order_lines = so.order_line.filtered(
|
|
29
|
+
lambda order_line: not order_line.display_type
|
|
30
|
+
)
|
|
31
|
+
for line in sorted(order_lines, key=lambda order_line: order_line.sequence):
|
|
30
32
|
line.visible_sequence = sequence
|
|
31
33
|
sequence += 1
|
|
@@ -367,11 +367,11 @@ 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:a33d21df0bccb958f56fea5824aad5f0908ac548c363a9c8c4895c3cc9e828b4
|
|
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/sale-workflow/tree/
|
|
373
|
-
<p>Displays the sequence of Sale order line and helps to maintain the
|
|
374
|
-
The line sequence number is also displayed in sale order reports.</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/sale-workflow/tree/17.0/sale_order_line_sequence"><img alt="OCA/sale-workflow" src="https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_order_line_sequence"><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/sale-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>Displays the sequence of Sale order line and helps to maintain the
|
|
374
|
+
order. The line sequence number is also displayed in sale order reports.</p>
|
|
375
375
|
<p><strong>Table of contents</strong></p>
|
|
376
376
|
<div class="contents local topic" id="contents">
|
|
377
377
|
<ul class="simple">
|
|
@@ -393,7 +393,7 @@ The line sequence number is also displayed in sale order reports.</p>
|
|
|
393
393
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/sale-workflow/issues">GitHub Issues</a>.
|
|
394
394
|
In case of trouble, please check there if your issue has already been reported.
|
|
395
395
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
396
|
-
<a class="reference external" href="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_line_sequence%0Aversion:%
|
|
396
|
+
<a class="reference external" href="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_line_sequence%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
|
397
397
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
398
398
|
</div>
|
|
399
399
|
<div class="section" id="credits">
|
|
@@ -418,7 +418,8 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
418
418
|
<div class="section" id="images">
|
|
419
419
|
<h3><a class="toc-backref" href="#toc-entry-6">Images</a></h3>
|
|
420
420
|
<ul class="simple">
|
|
421
|
-
<li>Odoo Community Association:
|
|
421
|
+
<li>Odoo Community Association:
|
|
422
|
+
<a class="reference external" href="https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg">Icon</a>.</li>
|
|
422
423
|
</ul>
|
|
423
424
|
</div>
|
|
424
425
|
</div>
|
|
@@ -431,7 +432,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
431
432
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
432
433
|
mission is to support the collaborative development of Odoo features and
|
|
433
434
|
promote its widespread use.</p>
|
|
434
|
-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/sale-workflow/tree/
|
|
435
|
+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/sale-workflow/tree/17.0/sale_order_line_sequence">OCA/sale-workflow</a> project on GitHub.</p>
|
|
435
436
|
<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>
|
|
436
437
|
</div>
|
|
437
438
|
</div>
|
|
@@ -9,7 +9,7 @@ from odoo.tests.common import TransactionCase
|
|
|
9
9
|
class TestSaleOrderLineSequence(TransactionCase):
|
|
10
10
|
@classmethod
|
|
11
11
|
def setUpClass(cls):
|
|
12
|
-
super(
|
|
12
|
+
super().setUpClass()
|
|
13
13
|
cls.sale_order = cls.env["sale.order"]
|
|
14
14
|
cls.sale_order_line = cls.env["sale.order.line"]
|
|
15
15
|
cls.account_move = cls.env["account.move"]
|
|
@@ -4,14 +4,16 @@
|
|
|
4
4
|
id="report_invoice_document_inherit_sale_sequence"
|
|
5
5
|
inherit_id="account.report_invoice_document"
|
|
6
6
|
>
|
|
7
|
-
|
|
7
|
+
<!--complicated expr to be compatible with other modules-->
|
|
8
|
+
<xpath expr="//table/thead/tr/th[1]" position="before">
|
|
8
9
|
<th
|
|
9
10
|
t-if="(o.move_type == 'out_invoice' or o.move_type == 'out_refund') and any(l.related_so_sequence for l in o.invoice_line_ids)"
|
|
10
11
|
>
|
|
11
12
|
Line Number
|
|
12
13
|
</th>
|
|
13
14
|
</xpath>
|
|
14
|
-
|
|
15
|
+
<!--complicated expr to be compatible with other modules-->
|
|
16
|
+
<xpath expr="//table/tbody//span[1]/.." position="before">
|
|
15
17
|
<td
|
|
16
18
|
t-if="(o.move_type == 'out_invoice' or o.move_type == 'out_refund') and line.related_so_sequence"
|
|
17
19
|
>
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-sale_order_line_sequence
|
|
3
|
-
Version:
|
|
3
|
+
Version: 17.0.1.0.1
|
|
4
|
+
Requires-Python: >=3.10
|
|
5
|
+
Requires-Dist: odoo>=17.0a,<17.1dev
|
|
4
6
|
Summary: Propagates SO line sequence to invoices and stock picking.
|
|
5
7
|
Home-page: https://github.com/OCA/sale-workflow
|
|
8
|
+
License: AGPL-3
|
|
6
9
|
Author: ForgeFlow, Serpent CS, 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.10
|
|
14
|
-
Requires-Dist: odoo <16.1dev,>=16.0a
|
|
15
15
|
|
|
16
16
|
========================
|
|
17
17
|
Sale Order Line Sequence
|
|
@@ -22,7 +22,7 @@ Sale Order Line Sequence
|
|
|
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:a33d21df0bccb958f56fea5824aad5f0908ac548c363a9c8c4895c3cc9e828b4
|
|
26
26
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
27
27
|
|
|
28
28
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -32,19 +32,19 @@ Sale Order Line Sequence
|
|
|
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%2Fsale--workflow-lightgray.png?logo=github
|
|
35
|
-
:target: https://github.com/OCA/sale-workflow/tree/
|
|
35
|
+
:target: https://github.com/OCA/sale-workflow/tree/17.0/sale_order_line_sequence
|
|
36
36
|
:alt: OCA/sale-workflow
|
|
37
37
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
38
|
-
:target: https://translation.odoo-community.org/projects/sale-workflow-
|
|
38
|
+
:target: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_order_line_sequence
|
|
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/sale-workflow&target_branch=
|
|
41
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=17.0
|
|
42
42
|
:alt: Try me on Runboat
|
|
43
43
|
|
|
44
44
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
45
45
|
|
|
46
|
-
Displays the sequence of Sale order line and helps to maintain the
|
|
47
|
-
The line sequence number is also displayed in sale order reports.
|
|
46
|
+
Displays the sequence of Sale order line and helps to maintain the
|
|
47
|
+
order. The line sequence number is also displayed in sale order reports.
|
|
48
48
|
|
|
49
49
|
**Table of contents**
|
|
50
50
|
|
|
@@ -57,7 +57,7 @@ Bug Tracker
|
|
|
57
57
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_.
|
|
58
58
|
In case of trouble, please check there if your issue has already been reported.
|
|
59
59
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
60
|
-
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_line_sequence%0Aversion:%
|
|
60
|
+
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_line_sequence%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
61
61
|
|
|
62
62
|
Do not contact contributors directly about support or help with technical issues.
|
|
63
63
|
|
|
@@ -65,28 +65,29 @@ Credits
|
|
|
65
65
|
=======
|
|
66
66
|
|
|
67
67
|
Authors
|
|
68
|
-
|
|
68
|
+
-------
|
|
69
69
|
|
|
70
70
|
* ForgeFlow
|
|
71
71
|
* Serpent CS
|
|
72
72
|
|
|
73
73
|
Contributors
|
|
74
|
-
|
|
74
|
+
------------
|
|
75
75
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
76
|
+
- ForgeFlow S.L. <contact@forgeflow.com>
|
|
77
|
+
- Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
|
|
78
|
+
- Rattapong Chokmasermkul <rattapongc@ecosoft.co.th>
|
|
79
79
|
|
|
80
80
|
Other credits
|
|
81
|
-
|
|
81
|
+
-------------
|
|
82
82
|
|
|
83
83
|
Images
|
|
84
|
-
|
|
84
|
+
~~~~~~
|
|
85
85
|
|
|
86
|
-
|
|
86
|
+
- Odoo Community Association:
|
|
87
|
+
`Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`__.
|
|
87
88
|
|
|
88
89
|
Maintainers
|
|
89
|
-
|
|
90
|
+
-----------
|
|
90
91
|
|
|
91
92
|
This module is maintained by the OCA.
|
|
92
93
|
|
|
@@ -98,6 +99,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
|
98
99
|
mission is to support the collaborative development of Odoo features and
|
|
99
100
|
promote its widespread use.
|
|
100
101
|
|
|
101
|
-
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/
|
|
102
|
+
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/17.0/sale_order_line_sequence>`_ project on GitHub.
|
|
102
103
|
|
|
103
104
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
odoo/addons/sale_order_line_sequence/README.rst,sha256=
|
|
1
|
+
odoo/addons/sale_order_line_sequence/README.rst,sha256=K7ZC4Sy6moKiLiyeoucRdPXTyoQy5WHgmGJjkFzN_I0,3286
|
|
2
2
|
odoo/addons/sale_order_line_sequence/__init__.py,sha256=QXl_U5mKDJfzIWJDZpUzH9Rf4Zda8Ko8Q1Df6Lc0MF8,92
|
|
3
|
-
odoo/addons/sale_order_line_sequence/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/sale_order_line_sequence/__manifest__.py,sha256=NqClKTC8CKcORqjgcHc7uBx0DWEDlgl7wvDydeKrgaY,701
|
|
4
4
|
odoo/addons/sale_order_line_sequence/i18n/ca.po,sha256=7yEPiuaRACguMgRTB9zrBBEuAvd_9JTWvcH_djNy8x0,2571
|
|
5
5
|
odoo/addons/sale_order_line_sequence/i18n/de.po,sha256=se9wS16jFQtVw4xyriAQXENfIso0xR9qvKT1Adw-3sw,2893
|
|
6
6
|
odoo/addons/sale_order_line_sequence/i18n/el_GR.po,sha256=RPU95vKiARmDdOE7N0En_9dRDUrGwzdag1aFpL9jJ7I,2570
|
|
@@ -18,29 +18,29 @@ odoo/addons/sale_order_line_sequence/i18n/nl_NL.po,sha256=hM6qAsUDBqNsRy3Zk9Jzf9
|
|
|
18
18
|
odoo/addons/sale_order_line_sequence/i18n/pt.po,sha256=w3hFLbp4NZCR7Ny7F_2hJvwNpe9i6s9nXbm10-SX6Ok,2900
|
|
19
19
|
odoo/addons/sale_order_line_sequence/i18n/pt_BR.po,sha256=0-96pTLj3s1vAVudIJNxDbF4jCUnWqdVzi4sbHYPPg8,2841
|
|
20
20
|
odoo/addons/sale_order_line_sequence/i18n/ro.po,sha256=2ILiS8tMKBgFiNuEhce1ZjZj39rIIbYMV1klsx2vmxg,2612
|
|
21
|
-
odoo/addons/sale_order_line_sequence/i18n/sale_order_line_sequence.pot,sha256
|
|
21
|
+
odoo/addons/sale_order_line_sequence/i18n/sale_order_line_sequence.pot,sha256=-Rhutvdh6FBiXaN-GBuN0GulFZIEzlg3Z7wn5Av51QA,2180
|
|
22
22
|
odoo/addons/sale_order_line_sequence/i18n/sk.po,sha256=-mmaDxD9SvUdSV7D9qN1H8wt6fufMROlQESMcCYl78g,2572
|
|
23
23
|
odoo/addons/sale_order_line_sequence/i18n/sl.po,sha256=x9nT40WWyHGDW8XxUCtapJrBDHGbUR39AJAEDYIiNdU,2633
|
|
24
|
-
odoo/addons/sale_order_line_sequence/i18n/tr.po,sha256=
|
|
24
|
+
odoo/addons/sale_order_line_sequence/i18n/tr.po,sha256=Ze_jisIcHFLk9xQradgPEpD-pEVxdQ4vkpmuHigaaRg,2563
|
|
25
25
|
odoo/addons/sale_order_line_sequence/i18n/tr_TR.po,sha256=dyh3lbCpaQH31Se4NrdRpGYowNuE9rftB-iIRrIWMoY,2573
|
|
26
26
|
odoo/addons/sale_order_line_sequence/i18n/vi_VN.po,sha256=VOH7gJ99xLut-Gl5-ZhKRTSw8iiy4uF816Ax_QW51_o,2559
|
|
27
27
|
odoo/addons/sale_order_line_sequence/i18n/zh_CN.po,sha256=3E8-BzYIv-c9kFqeGrfiAibOt7vaViijnU6Wcma5Jy8,2831
|
|
28
28
|
odoo/addons/sale_order_line_sequence/models/__init__.py,sha256=VRPd35ij54tshK-q0rTvzxebdiyow6L25QcghlF1TKQ,158
|
|
29
29
|
odoo/addons/sale_order_line_sequence/models/account_move_line.py,sha256=o2NdsXBlHVnpSsXkLd3FM82i0T3WNI-N-WoT78NTCxE,820
|
|
30
30
|
odoo/addons/sale_order_line_sequence/models/sale_order.py,sha256=B8VS4-qU1gPXjjoKBBgC7KwpwXXFLKYQNrN6EFdtSog,914
|
|
31
|
-
odoo/addons/sale_order_line_sequence/models/sale_order_line.py,sha256=
|
|
32
|
-
odoo/addons/sale_order_line_sequence/readme/CONTRIBUTORS.
|
|
33
|
-
odoo/addons/sale_order_line_sequence/readme/CREDITS.
|
|
34
|
-
odoo/addons/sale_order_line_sequence/readme/DESCRIPTION.
|
|
31
|
+
odoo/addons/sale_order_line_sequence/models/sale_order_line.py,sha256=MsAZT5SXS6QSyHGQ4ZAPb3e5sel0JA4hd12di5XoNhU,1114
|
|
32
|
+
odoo/addons/sale_order_line_sequence/readme/CONTRIBUTORS.md,sha256=38hwC3KDaKbW3aUpL5MnroFoaqjyGD6QagqPXT7Bf2w,170
|
|
33
|
+
odoo/addons/sale_order_line_sequence/readme/CREDITS.md,sha256=zjq-9glj9FlRHMVAtE7bmB70S8WGEsls0lYAxLwhNQ8,148
|
|
34
|
+
odoo/addons/sale_order_line_sequence/readme/DESCRIPTION.md,sha256=rANc1gszzHTruCg-uf2I2_egPE1ECQdEO9BNBZZADN4,140
|
|
35
35
|
odoo/addons/sale_order_line_sequence/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
36
|
-
odoo/addons/sale_order_line_sequence/static/description/index.html,sha256=
|
|
36
|
+
odoo/addons/sale_order_line_sequence/static/description/index.html,sha256=olCm3btl-7fkf-wdMyGZuotFMPt2_HCBz6RwNEUROIA,13216
|
|
37
37
|
odoo/addons/sale_order_line_sequence/tests/__init__.py,sha256=nrrUFWs1sNdScz5WKYeeT3b75RGu9EYowrBNnl9z1X0,44
|
|
38
|
-
odoo/addons/sale_order_line_sequence/tests/test_sale_order_line_sequence.py,sha256=
|
|
38
|
+
odoo/addons/sale_order_line_sequence/tests/test_sale_order_line_sequence.py,sha256=TgZRTqCMlYBMMqpZVDQpl7nNoHgTjUSttwUakBolerc,3562
|
|
39
39
|
odoo/addons/sale_order_line_sequence/views/account_move_view.xml,sha256=uHmBrVCJ631vtGAzsM_q0PWZG6tpkGYnjCK48F8mM0o,698
|
|
40
|
-
odoo/addons/sale_order_line_sequence/views/report_invoice.xml,sha256=
|
|
40
|
+
odoo/addons/sale_order_line_sequence/views/report_invoice.xml,sha256=PQf7Lo9jAQCVRlE658Zs_s6QO8lyPBJiI_R6yvPzrNg,948
|
|
41
41
|
odoo/addons/sale_order_line_sequence/views/report_saleorder.xml,sha256=JVvnNxK871yr0fbD-CwRIu4863wVsC1_CFRkByP2yRY,663
|
|
42
42
|
odoo/addons/sale_order_line_sequence/views/sale_view.xml,sha256=ZB_hybarQxn5ctk-j1EtWFaf3LWGLaltPGh_41Cw7a0,913
|
|
43
|
-
odoo_addon_sale_order_line_sequence-
|
|
44
|
-
odoo_addon_sale_order_line_sequence-
|
|
45
|
-
odoo_addon_sale_order_line_sequence-
|
|
46
|
-
odoo_addon_sale_order_line_sequence-
|
|
43
|
+
odoo_addon_sale_order_line_sequence-17.0.1.0.1.dist-info/METADATA,sha256=6GJ6DyVIHEzV0p0kDIn6UxVE2G1DsYDEMoX_beBcBLU,3855
|
|
44
|
+
odoo_addon_sale_order_line_sequence-17.0.1.0.1.dist-info/WHEEL,sha256=8Rd4enx1PCuyDWP4SABqO5Fv8rpaknqp3VzjoFFLa6c,83
|
|
45
|
+
odoo_addon_sale_order_line_sequence-17.0.1.0.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
46
|
+
odoo_addon_sale_order_line_sequence-17.0.1.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
odoo
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
odoo
|