odoo-addon-sale-order-line-sequence 17.0.1.0.1__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:a33d21df0bccb958f56fea5824aad5f0908ac548c363a9c8c4895c3cc9e828b4
10
+ !! source digest: sha256:c004e5e74ba0553f40870012c2581c62810ca54892eb3250b2dcfafa4b701750
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -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.1",
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",
@@ -367,7 +367,7 @@ 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:a33d21df0bccb958f56fea5824aad5f0908ac548c363a9c8c4895c3cc9e828b4
370
+ !! source digest: sha256:c004e5e74ba0553f40870012c2581c62810ca54892eb3250b2dcfafa4b701750
371
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
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>
373
373
  <p>Displays the sequence of Sale order line and helps to maintain the
@@ -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.1
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:a33d21df0bccb958f56fea5824aad5f0908ac548c363a9c8c4895c3cc9e828b4
25
+ !! source digest: sha256:c004e5e74ba0553f40870012c2581c62810ca54892eb3250b2dcfafa4b701750
26
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
27
 
28
28
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -1,6 +1,6 @@
1
- odoo/addons/sale_order_line_sequence/README.rst,sha256=K7ZC4Sy6moKiLiyeoucRdPXTyoQy5WHgmGJjkFzN_I0,3286
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=NqClKTC8CKcORqjgcHc7uBx0DWEDlgl7wvDydeKrgaY,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
@@ -33,14 +33,14 @@ odoo/addons/sale_order_line_sequence/readme/CONTRIBUTORS.md,sha256=38hwC3KDaKbW3
33
33
  odoo/addons/sale_order_line_sequence/readme/CREDITS.md,sha256=zjq-9glj9FlRHMVAtE7bmB70S8WGEsls0lYAxLwhNQ8,148
34
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=olCm3btl-7fkf-wdMyGZuotFMPt2_HCBz6RwNEUROIA,13216
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.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,,
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,,