odoo-addon-sale-order-line-sequence 17.0.1.0.0.2__py3-none-any.whl → 17.0.1.1.0__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.

@@ -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:28c2b71b2bead701a630215f957970e26891eaaea3e224fac54efb5654ead807
10
+ !! source digest: sha256:c004e5e74ba0553f40870012c2581c62810ca54892eb3250b2dcfafa4b701750
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -28,8 +28,8 @@ Sale Order Line Sequence
28
28
 
29
29
  |badge1| |badge2| |badge3| |badge4| |badge5|
30
30
 
31
- Displays the sequence of Sale order line and helps to maintain the order.
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
 
@@ -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
- * ForgeFlow S.L. <contact@forgeflow.com>
62
- * Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
63
- * Rattapong Chokmasermkul <rattapongc@ecosoft.co.th>
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
- * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
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
 
@@ -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": "17.0.1.0.0",
8
+ "version": "17.0.1.1.0",
9
9
  "author": "ForgeFlow, Serpent CS, Odoo Community Association (OCA)",
10
10
  "category": "Sales",
11
11
  "website": "https://github.com/OCA/sale-workflow",
@@ -0,0 +1,3 @@
1
+ - ForgeFlow S.L. \<<contact@forgeflow.com>\>
2
+ - Serpent Consulting Services Pvt. Ltd. \<<support@serpentcs.com>\>
3
+ - Rattapong Chokmasermkul \<<rattapongc@ecosoft.co.th>\>
@@ -0,0 +1,4 @@
1
+ ## Images
2
+
3
+ - Odoo Community Association:
4
+ [Icon](https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg).
@@ -0,0 +1,2 @@
1
+ Displays the sequence of Sale order line and helps to maintain the
2
+ order. The line sequence number is also displayed in sale order reports.
@@ -8,10 +8,11 @@
8
8
 
9
9
  /*
10
10
  :Author: David Goodger (goodger@python.org)
11
- :Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11
+ :Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
12
12
  :Copyright: This stylesheet has been placed in the public domain.
13
13
 
14
14
  Default cascading style sheet for the HTML output of Docutils.
15
+ Despite the name, some widely supported CSS2 features are used.
15
16
 
16
17
  See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
17
18
  customize this style sheet.
@@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
274
275
  margin-left: 2em ;
275
276
  margin-right: 2em }
276
277
 
277
- pre.code .ln { color: grey; } /* line numbers */
278
+ pre.code .ln { color: gray; } /* line numbers */
278
279
  pre.code, code { background-color: #eeeeee }
279
280
  pre.code .comment, code .comment { color: #5C6576 }
280
281
  pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@ span.option {
300
301
  span.pre {
301
302
  white-space: pre }
302
303
 
303
- span.problematic {
304
+ span.problematic, pre.problematic {
304
305
  color: red }
305
306
 
306
307
  span.section-subtitle {
@@ -366,11 +367,11 @@ ul.auto-toc {
366
367
  !! This file is generated by oca-gen-addon-readme !!
367
368
  !! changes will be overwritten. !!
368
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369
- !! source digest: sha256:28c2b71b2bead701a630215f957970e26891eaaea3e224fac54efb5654ead807
370
+ !! source digest: sha256:c004e5e74ba0553f40870012c2581c62810ca54892eb3250b2dcfafa4b701750
370
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/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&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372
- <p>Displays the sequence of Sale order line and helps to maintain the order.
373
- The line sequence number is also displayed in sale order reports.</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>
374
375
  <p><strong>Table of contents</strong></p>
375
376
  <div class="contents local topic" id="contents">
376
377
  <ul class="simple">
@@ -417,14 +418,17 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
417
418
  <div class="section" id="images">
418
419
  <h3><a class="toc-backref" href="#toc-entry-6">Images</a></h3>
419
420
  <ul class="simple">
420
- <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>
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>
421
423
  </ul>
422
424
  </div>
423
425
  </div>
424
426
  <div class="section" id="maintainers">
425
427
  <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
426
428
  <p>This module is maintained by the OCA.</p>
427
- <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
429
+ <a class="reference external image-reference" href="https://odoo-community.org">
430
+ <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
431
+ </a>
428
432
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
429
433
  mission is to support the collaborative development of Odoo features and
430
434
  promote its widespread use.</p>
@@ -12,7 +12,7 @@
12
12
  >
13
13
  <field
14
14
  name="related_so_sequence"
15
- attrs="{'column_invisible': [('parent.move_type', '!=', 'out_invoice')]}"
15
+ column_invisible="parent.move_type != 'out_invoice'"
16
16
  />
17
17
  </xpath>
18
18
  </field>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-sale_order_line_sequence
3
- Version: 17.0.1.0.0.2
3
+ Version: 17.0.1.1.0
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo>=17.0a,<17.1dev
6
6
  Summary: Propagates SO line sequence to invoices and stock picking.
@@ -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:28c2b71b2bead701a630215f957970e26891eaaea3e224fac54efb5654ead807
25
+ !! source digest: sha256:c004e5e74ba0553f40870012c2581c62810ca54892eb3250b2dcfafa4b701750
26
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
27
 
28
28
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -43,8 +43,8 @@ Sale Order Line Sequence
43
43
 
44
44
  |badge1| |badge2| |badge3| |badge4| |badge5|
45
45
 
46
- Displays the sequence of Sale order line and helps to maintain the order.
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
 
@@ -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
- * ForgeFlow S.L. <contact@forgeflow.com>
77
- * Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
78
- * Rattapong Chokmasermkul <rattapongc@ecosoft.co.th>
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
- * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
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
 
@@ -1,6 +1,6 @@
1
- odoo/addons/sale_order_line_sequence/README.rst,sha256=wqbOZN49xEThzZA58Ia3Zv2kjCjqrnFROnuKPMx92bk,3278
1
+ odoo/addons/sale_order_line_sequence/README.rst,sha256=YJslhqYeRCnzij0dARPEAdJ-3hKqo-ovZZWjFU72HAY,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=EoCXj7hcs1ZmqJYp6AI8spkp27zxpoq5z6VnRCFmG_E,701
3
+ odoo/addons/sale_order_line_sequence/__manifest__.py,sha256=BWJg4NSkUU8gu1mFVWXsgPIbpZqrIuoaUwg1iPslgCQ,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
@@ -29,18 +29,18 @@ odoo/addons/sale_order_line_sequence/models/__init__.py,sha256=VRPd35ij54tshK-q0
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
31
  odoo/addons/sale_order_line_sequence/models/sale_order_line.py,sha256=MsAZT5SXS6QSyHGQ4ZAPb3e5sel0JA4hd12di5XoNhU,1114
32
- odoo/addons/sale_order_line_sequence/readme/CONTRIBUTORS.rst,sha256=4XoJJwCrfktuJDG8CWmr8FU1FB5ZfUZumuVHHhdnOaM,158
33
- odoo/addons/sale_order_line_sequence/readme/CREDITS.rst,sha256=jMwRaerf5d-Tt1o4OJyzZVhHmYPGzeQI2M9OliI5bn8,152
34
- odoo/addons/sale_order_line_sequence/readme/DESCRIPTION.rst,sha256=-JBPSfPiYUEDM7SHNAjRz_TkGDiRk6WzqWHRfGL0Yt8,140
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=fwVdc9tvYbABc5mpH4U2qrZqJ2KuKXIVV6pY1zhJqPs,13133
36
+ odoo/addons/sale_order_line_sequence/static/description/index.html,sha256=eR9YWIGD-v1FhCnvKA7aI9DJxrrLWlQFASQk1VqcqbE,13216
37
37
  odoo/addons/sale_order_line_sequence/tests/__init__.py,sha256=nrrUFWs1sNdScz5WKYeeT3b75RGu9EYowrBNnl9z1X0,44
38
38
  odoo/addons/sale_order_line_sequence/tests/test_sale_order_line_sequence.py,sha256=TgZRTqCMlYBMMqpZVDQpl7nNoHgTjUSttwUakBolerc,3562
39
- odoo/addons/sale_order_line_sequence/views/account_move_view.xml,sha256=uHmBrVCJ631vtGAzsM_q0PWZG6tpkGYnjCK48F8mM0o,698
39
+ odoo/addons/sale_order_line_sequence/views/account_move_view.xml,sha256=ue33bGcUmgjSeN5xzNS82uXb3xH8YAeB32_OUJYa_Dc,677
40
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-17.0.1.0.0.2.dist-info/METADATA,sha256=D1xNgZX4jQj-Y2AVHQv9tmpdNJ1z_fJh8NIshEORec8,3849
44
- odoo_addon_sale_order_line_sequence-17.0.1.0.0.2.dist-info/WHEEL,sha256=8Rd4enx1PCuyDWP4SABqO5Fv8rpaknqp3VzjoFFLa6c,83
45
- odoo_addon_sale_order_line_sequence-17.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
46
- odoo_addon_sale_order_line_sequence-17.0.1.0.0.2.dist-info/RECORD,,
43
+ odoo_addon_sale_order_line_sequence-17.0.1.1.0.dist-info/METADATA,sha256=xX9OqEvYanirQsNB3GFU0vgbSis4xlNiy5n2MDHT6jI,3855
44
+ odoo_addon_sale_order_line_sequence-17.0.1.1.0.dist-info/WHEEL,sha256=8Rd4enx1PCuyDWP4SABqO5Fv8rpaknqp3VzjoFFLa6c,83
45
+ odoo_addon_sale_order_line_sequence-17.0.1.1.0.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
46
+ odoo_addon_sale_order_line_sequence-17.0.1.1.0.dist-info/RECORD,,
@@ -1,3 +0,0 @@
1
- * ForgeFlow S.L. <contact@forgeflow.com>
2
- * Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
3
- * Rattapong Chokmasermkul <rattapongc@ecosoft.co.th>
@@ -1,4 +0,0 @@
1
- Images
2
- ------
3
-
4
- * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
@@ -1,2 +0,0 @@
1
- Displays the sequence of Sale order line and helps to maintain the order.
2
- The line sequence number is also displayed in sale order reports.