odoo-addon-sale-order-line-sequence 16.0.2.1.0.1__py3-none-any.whl → 16.0.2.1.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 +6 -2
- odoo/addons/sale_order_line_sequence/__manifest__.py +1 -1
- odoo/addons/sale_order_line_sequence/i18n/fr.po +5 -4
- odoo/addons/sale_order_line_sequence/static/description/index.html +18 -12
- odoo/addons/sale_order_line_sequence/tests/test_sale_order_line_sequence.py +9 -0
- {odoo_addon_sale_order_line_sequence-16.0.2.1.0.1.dist-info → odoo_addon_sale_order_line_sequence-16.0.2.1.1.dist-info}/METADATA +7 -3
- {odoo_addon_sale_order_line_sequence-16.0.2.1.0.1.dist-info → odoo_addon_sale_order_line_sequence-16.0.2.1.1.dist-info}/RECORD +9 -9
- {odoo_addon_sale_order_line_sequence-16.0.2.1.0.1.dist-info → odoo_addon_sale_order_line_sequence-16.0.2.1.1.dist-info}/WHEEL +0 -0
- {odoo_addon_sale_order_line_sequence-16.0.2.1.0.1.dist-info → odoo_addon_sale_order_line_sequence-16.0.2.1.1.dist-info}/top_level.txt +0 -0
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
|
2
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
|
3
|
+
:alt: Odoo Community Association
|
|
4
|
+
|
|
1
5
|
========================
|
|
2
6
|
Sale Order Line Sequence
|
|
3
7
|
========================
|
|
@@ -7,13 +11,13 @@ Sale Order Line Sequence
|
|
|
7
11
|
!! This file is generated by oca-gen-addon-readme !!
|
|
8
12
|
!! changes will be overwritten. !!
|
|
9
13
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
-
!! source digest: sha256:
|
|
14
|
+
!! source digest: sha256:aa1cd27cde90755e50cdb6c07ee0f99b3b375983188fe1c6c4dd4555ef130ba8
|
|
11
15
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
16
|
|
|
13
17
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
14
18
|
:target: https://odoo-community.org/page/development-status
|
|
15
19
|
:alt: Beta
|
|
16
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
|
20
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
17
21
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
18
22
|
:alt: License: AGPL-3
|
|
19
23
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
|
|
@@ -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": "16.0.2.1.
|
|
8
|
+
"version": "16.0.2.1.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,19 +9,20 @@ 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: 2025-05-16 10:23+0000\n"
|
|
13
|
+
"Last-Translator: MDgrap <michael.duc@grap.coop>\n"
|
|
14
14
|
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
|
|
15
15
|
"Language: fr\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
|
-
"Plural-Forms: nplurals=2; plural=
|
|
19
|
+
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
|
20
|
+
"X-Generator: Weblate 5.10.4\n"
|
|
20
21
|
|
|
21
22
|
#. module: sale_order_line_sequence
|
|
22
23
|
#: model_terms:ir.ui.view,arch_db:sale_order_line_sequence.report_saleorder_document_sequence
|
|
23
24
|
msgid "<strong>Line Number</strong>"
|
|
24
|
-
msgstr ""
|
|
25
|
+
msgstr "<strong>Numéro de ligne</strong>"
|
|
25
26
|
|
|
26
27
|
#. module: sale_order_line_sequence
|
|
27
28
|
#: model:ir.model.fields,help:sale_order_line_sequence.field_sale_order_line__visible_sequence
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
5
5
|
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
|
|
6
|
-
<title>
|
|
6
|
+
<title>README.rst</title>
|
|
7
7
|
<style type="text/css">
|
|
8
8
|
|
|
9
9
|
/*
|
|
@@ -360,16 +360,21 @@ ul.auto-toc {
|
|
|
360
360
|
</style>
|
|
361
361
|
</head>
|
|
362
362
|
<body>
|
|
363
|
-
<div class="document"
|
|
364
|
-
<h1 class="title">Sale Order Line Sequence</h1>
|
|
363
|
+
<div class="document">
|
|
365
364
|
|
|
365
|
+
|
|
366
|
+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
|
|
367
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
|
|
368
|
+
</a>
|
|
369
|
+
<div class="section" id="sale-order-line-sequence">
|
|
370
|
+
<h1>Sale Order Line Sequence</h1>
|
|
366
371
|
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
367
372
|
!! This file is generated by oca-gen-addon-readme !!
|
|
368
373
|
!! changes will be overwritten. !!
|
|
369
374
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
370
|
-
!! source digest: sha256:
|
|
375
|
+
!! source digest: sha256:aa1cd27cde90755e50cdb6c07ee0f99b3b375983188fe1c6c4dd4555ef130ba8
|
|
371
376
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
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/
|
|
377
|
+
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/sale-workflow/tree/16.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-16-0/sale-workflow-16-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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
373
378
|
<p>Displays the sequence of Sale order line and helps to maintain the order.
|
|
374
379
|
The line sequence number is also displayed in sale order reports.</p>
|
|
375
380
|
<p><strong>Table of contents</strong></p>
|
|
@@ -389,7 +394,7 @@ The line sequence number is also displayed in sale order reports.</p>
|
|
|
389
394
|
</ul>
|
|
390
395
|
</div>
|
|
391
396
|
<div class="section" id="bug-tracker">
|
|
392
|
-
<
|
|
397
|
+
<h2><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h2>
|
|
393
398
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/sale-workflow/issues">GitHub Issues</a>.
|
|
394
399
|
In case of trouble, please check there if your issue has already been reported.
|
|
395
400
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
@@ -397,16 +402,16 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
397
402
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
398
403
|
</div>
|
|
399
404
|
<div class="section" id="credits">
|
|
400
|
-
<
|
|
405
|
+
<h2><a class="toc-backref" href="#toc-entry-2">Credits</a></h2>
|
|
401
406
|
<div class="section" id="authors">
|
|
402
|
-
<
|
|
407
|
+
<h3><a class="toc-backref" href="#toc-entry-3">Authors</a></h3>
|
|
403
408
|
<ul class="simple">
|
|
404
409
|
<li>ForgeFlow</li>
|
|
405
410
|
<li>Serpent CS</li>
|
|
406
411
|
</ul>
|
|
407
412
|
</div>
|
|
408
413
|
<div class="section" id="contributors">
|
|
409
|
-
<
|
|
414
|
+
<h3><a class="toc-backref" href="#toc-entry-4">Contributors</a></h3>
|
|
410
415
|
<ul class="simple">
|
|
411
416
|
<li>ForgeFlow S.L. <<a class="reference external" href="mailto:contact@forgeflow.com">contact@forgeflow.com</a>></li>
|
|
412
417
|
<li>Serpent Consulting Services Pvt. Ltd. <<a class="reference external" href="mailto:support@serpentcs.com">support@serpentcs.com</a>></li>
|
|
@@ -414,16 +419,16 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
414
419
|
</ul>
|
|
415
420
|
</div>
|
|
416
421
|
<div class="section" id="other-credits">
|
|
417
|
-
<
|
|
422
|
+
<h3><a class="toc-backref" href="#toc-entry-5">Other credits</a></h3>
|
|
418
423
|
<div class="section" id="images">
|
|
419
|
-
<
|
|
424
|
+
<h4><a class="toc-backref" href="#toc-entry-6">Images</a></h4>
|
|
420
425
|
<ul class="simple">
|
|
421
426
|
<li>Odoo Community Association: <a class="reference external" href="https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg">Icon</a>.</li>
|
|
422
427
|
</ul>
|
|
423
428
|
</div>
|
|
424
429
|
</div>
|
|
425
430
|
<div class="section" id="maintainers">
|
|
426
|
-
<
|
|
431
|
+
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
|
|
427
432
|
<p>This module is maintained by the OCA.</p>
|
|
428
433
|
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
429
434
|
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
@@ -436,5 +441,6 @@ promote its widespread use.</p>
|
|
|
436
441
|
</div>
|
|
437
442
|
</div>
|
|
438
443
|
</div>
|
|
444
|
+
</div>
|
|
439
445
|
</body>
|
|
440
446
|
</html>
|
|
@@ -10,6 +10,15 @@ class TestSaleOrderLineSequence(TransactionCase):
|
|
|
10
10
|
@classmethod
|
|
11
11
|
def setUpClass(cls):
|
|
12
12
|
super(TestSaleOrderLineSequence, cls).setUpClass()
|
|
13
|
+
if not cls.env.company.chart_template_id:
|
|
14
|
+
# Load a CoA if there's none in current company
|
|
15
|
+
coa = cls.env.ref("l10n_generic_coa.configurable_chart_template", False)
|
|
16
|
+
if not coa:
|
|
17
|
+
# Load the first available CoA
|
|
18
|
+
coa = cls.env["account.chart.template"].search(
|
|
19
|
+
[("visible", "=", True)], limit=1
|
|
20
|
+
)
|
|
21
|
+
coa.try_loading(company=cls.env.company, install_demo=False)
|
|
13
22
|
cls.sale_order = cls.env["sale.order"]
|
|
14
23
|
cls.sale_order_line = cls.env["sale.order.line"]
|
|
15
24
|
cls.account_move = cls.env["account.move"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-sale_order_line_sequence
|
|
3
|
-
Version: 16.0.2.1.
|
|
3
|
+
Version: 16.0.2.1.1
|
|
4
4
|
Summary: Propagates SO line sequence to invoices and stock picking.
|
|
5
5
|
Home-page: https://github.com/OCA/sale-workflow
|
|
6
6
|
Author: ForgeFlow, Serpent CS, Odoo Community Association (OCA)
|
|
@@ -13,6 +13,10 @@ Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
|
13
13
|
Requires-Python: >=3.10
|
|
14
14
|
Requires-Dist: odoo<16.1dev,>=16.0a
|
|
15
15
|
|
|
16
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
|
17
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
|
18
|
+
:alt: Odoo Community Association
|
|
19
|
+
|
|
16
20
|
========================
|
|
17
21
|
Sale Order Line Sequence
|
|
18
22
|
========================
|
|
@@ -22,13 +26,13 @@ Sale Order Line Sequence
|
|
|
22
26
|
!! This file is generated by oca-gen-addon-readme !!
|
|
23
27
|
!! changes will be overwritten. !!
|
|
24
28
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
25
|
-
!! source digest: sha256:
|
|
29
|
+
!! source digest: sha256:aa1cd27cde90755e50cdb6c07ee0f99b3b375983188fe1c6c4dd4555ef130ba8
|
|
26
30
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
27
31
|
|
|
28
32
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
29
33
|
:target: https://odoo-community.org/page/development-status
|
|
30
34
|
:alt: Beta
|
|
31
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
|
35
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
32
36
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
33
37
|
:alt: License: AGPL-3
|
|
34
38
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
odoo/addons/sale_order_line_sequence/README.rst,sha256=
|
|
1
|
+
odoo/addons/sale_order_line_sequence/README.rst,sha256=XArCCPzzCU0nmF5_SUOFidJ-YjIu2I6Cctyom6eXpsA,3443
|
|
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=etHHOKepa-FIuV3X7KqSDa3yp2XhbpQCsxqZuadnm1s,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
|
|
@@ -8,7 +8,7 @@ odoo/addons/sale_order_line_sequence/i18n/es.po,sha256=dnOopOaHLFVzDflaJ2sCQM1ui
|
|
|
8
8
|
odoo/addons/sale_order_line_sequence/i18n/es_ES.po,sha256=b4i0IX6Pm1BSQT1gZds-yLv2PrXSltf4EIZ8YpkwXHo,2559
|
|
9
9
|
odoo/addons/sale_order_line_sequence/i18n/es_VE.po,sha256=NBkGOBLQmH0kKdnFWiwxUZhbo0x7Y_kSCg1tQfnGuck,2589
|
|
10
10
|
odoo/addons/sale_order_line_sequence/i18n/fi.po,sha256=V3WNCLc3SlMGfGCW86jQoPrhQoWU1ObYXQkQzoYjxXA,2539
|
|
11
|
-
odoo/addons/sale_order_line_sequence/i18n/fr.po,sha256=
|
|
11
|
+
odoo/addons/sale_order_line_sequence/i18n/fr.po,sha256=H8TeSpdkLgNf31aGarWVpOUpw5jxSAntc1lG76U1rJk,2610
|
|
12
12
|
odoo/addons/sale_order_line_sequence/i18n/hr.po,sha256=kSBbGwv_WaYUmMJB3SbideWgo2V_vUA0jXCOKZSVobQ,2937
|
|
13
13
|
odoo/addons/sale_order_line_sequence/i18n/hr_HR.po,sha256=fR1xMRNG_QSZ-bqeB6h6NAE-70jk644Ls7GLrHJTkRw,2636
|
|
14
14
|
odoo/addons/sale_order_line_sequence/i18n/hu.po,sha256=rNmNRan2tqrVfiBFdpRR-fmt02CUxNvJNBARrywRm1o,2548
|
|
@@ -33,14 +33,14 @@ odoo/addons/sale_order_line_sequence/readme/CONTRIBUTORS.rst,sha256=4XoJJwCrfktu
|
|
|
33
33
|
odoo/addons/sale_order_line_sequence/readme/CREDITS.rst,sha256=jMwRaerf5d-Tt1o4OJyzZVhHmYPGzeQI2M9OliI5bn8,152
|
|
34
34
|
odoo/addons/sale_order_line_sequence/readme/DESCRIPTION.rst,sha256=-JBPSfPiYUEDM7SHNAjRz_TkGDiRk6WzqWHRfGL0Yt8,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=N6IjJmgvcj_f3az79AAU0ch4xUkWELVFPNcDZMb9iL0,13429
|
|
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=T8ExAsWxhIq4WUEBa7nIZyf53CukD7uAsaocXt-hMnY,4067
|
|
39
39
|
odoo/addons/sale_order_line_sequence/views/account_move_view.xml,sha256=uHmBrVCJ631vtGAzsM_q0PWZG6tpkGYnjCK48F8mM0o,698
|
|
40
40
|
odoo/addons/sale_order_line_sequence/views/report_invoice.xml,sha256=MfiMceyb488T_x_H4XckYR509lAwlLw2G2VHwVIdoXY,832
|
|
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-16.0.2.1.
|
|
44
|
-
odoo_addon_sale_order_line_sequence-16.0.2.1.
|
|
45
|
-
odoo_addon_sale_order_line_sequence-16.0.2.1.
|
|
46
|
-
odoo_addon_sale_order_line_sequence-16.0.2.1.
|
|
43
|
+
odoo_addon_sale_order_line_sequence-16.0.2.1.1.dist-info/METADATA,sha256=pNesxnmtd0zPr7cbTuOqK51XBtB0QDYEwHtBKTUyYmk,4012
|
|
44
|
+
odoo_addon_sale_order_line_sequence-16.0.2.1.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
45
|
+
odoo_addon_sale_order_line_sequence-16.0.2.1.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
46
|
+
odoo_addon_sale_order_line_sequence-16.0.2.1.1.dist-info/RECORD,,
|
|
File without changes
|