odoo-addon-account-invoice-line-sale-line-position 15.0.1.0.0.6__py3-none-any.whl → 18.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/account_invoice_line_sale_line_position/README.rst +27 -18
- odoo/addons/account_invoice_line_sale_line_position/__manifest__.py +1 -1
- odoo/addons/account_invoice_line_sale_line_position/i18n/account_invoice_line_sale_line_position.pot +1 -2
- odoo/addons/account_invoice_line_sale_line_position/models/account_invoice.py +5 -4
- odoo/addons/account_invoice_line_sale_line_position/readme/CONTRIBUTORS.md +6 -0
- odoo/addons/account_invoice_line_sale_line_position/readme/CREDITS.md +5 -0
- odoo/addons/account_invoice_line_sale_line_position/readme/DESCRIPTION.md +5 -0
- odoo/addons/account_invoice_line_sale_line_position/static/description/index.html +25 -15
- {odoo_addon_account_invoice_line_sale_line_position-15.0.1.0.0.6.dist-info → odoo_addon_account_invoice_line_sale_line_position-18.0.1.0.0.2.dist-info}/METADATA +34 -28
- {odoo_addon_account_invoice_line_sale_line_position-15.0.1.0.0.6.dist-info → odoo_addon_account_invoice_line_sale_line_position-18.0.1.0.0.2.dist-info}/RECORD +12 -12
- {odoo_addon_account_invoice_line_sale_line_position-15.0.1.0.0.6.dist-info → odoo_addon_account_invoice_line_sale_line_position-18.0.1.0.0.2.dist-info}/WHEEL +1 -1
- odoo_addon_account_invoice_line_sale_line_position-18.0.1.0.0.2.dist-info/top_level.txt +1 -0
- odoo/addons/account_invoice_line_sale_line_position/readme/CONTRIBUTORS.rst +0 -3
- odoo/addons/account_invoice_line_sale_line_position/readme/CREDITS.rst +0 -1
- odoo/addons/account_invoice_line_sale_line_position/readme/DESCRIPTION.rst +0 -5
- odoo_addon_account_invoice_line_sale_line_position-15.0.1.0.0.6.dist-info/top_level.txt +0 -1
@@ -7,7 +7,7 @@ Account Invoice Line Sale Line Position
|
|
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:a81097a1402101c909076993a4e4c52a63d173a22bcc1f8d90be9a8dd4e678c9
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -17,22 +17,22 @@ Account Invoice Line Sale Line Position
|
|
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%2Faccount--invoice--reporting-lightgray.png?logo=github
|
20
|
-
:target: https://github.com/OCA/account-invoice-reporting/tree/
|
20
|
+
:target: https://github.com/OCA/account-invoice-reporting/tree/18.0/account_invoice_line_sale_line_position
|
21
21
|
:alt: OCA/account-invoice-reporting
|
22
22
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
23
|
-
:target: https://translation.odoo-community.org/projects/account-invoice-reporting-
|
23
|
+
:target: https://translation.odoo-community.org/projects/account-invoice-reporting-18-0/account-invoice-reporting-18-0-account_invoice_line_sale_line_position
|
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/account-invoice-reporting&target_branch=
|
26
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-invoice-reporting&target_branch=18.0
|
27
27
|
:alt: Try me on Runboat
|
28
28
|
|
29
29
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
30
30
|
|
31
|
-
This module is build on top of the module
|
31
|
+
This module is build on top of the module sale_order_line_position.
|
32
32
|
|
33
|
-
It adds (if any) the sale line position on the invoice line.
|
34
|
-
|
35
|
-
|
33
|
+
It adds (if any) the sale line position on the invoice line. There can
|
34
|
+
be multiple positions for one invoicing line. And they are added to the
|
35
|
+
report.
|
36
36
|
|
37
37
|
**Table of contents**
|
38
38
|
|
@@ -45,7 +45,7 @@ Bug Tracker
|
|
45
45
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-invoice-reporting/issues>`_.
|
46
46
|
In case of trouble, please check there if your issue has already been reported.
|
47
47
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
48
|
-
`feedback <https://github.com/OCA/account-invoice-reporting/issues/new?body=module:%20account_invoice_line_sale_line_position%0Aversion:%
|
48
|
+
`feedback <https://github.com/OCA/account-invoice-reporting/issues/new?body=module:%20account_invoice_line_sale_line_position%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
49
49
|
|
50
50
|
Do not contact contributors directly about support or help with technical issues.
|
51
51
|
|
@@ -53,24 +53,33 @@ Credits
|
|
53
53
|
=======
|
54
54
|
|
55
55
|
Authors
|
56
|
-
|
56
|
+
-------
|
57
57
|
|
58
58
|
* Camptocamp
|
59
59
|
|
60
60
|
Contributors
|
61
|
-
|
61
|
+
------------
|
62
62
|
|
63
|
-
|
64
|
-
|
65
|
-
|
63
|
+
- Thierry Ducrest <thierry.ducrest@camptocamp.com>
|
64
|
+
- `Trobz <https://trobz.com>`__:
|
65
|
+
|
66
|
+
- Nguyen Ho <nguyenhk@trobz.com>
|
67
|
+
- Khoi (Kien Kim) <khoikk@trobz.com>
|
68
|
+
|
69
|
+
- `Binhex <https://binhex.cloud/>`__:
|
70
|
+
- David Luis Mora <d.luis@binhex.cloud>
|
66
71
|
|
67
72
|
Other credits
|
68
|
-
|
73
|
+
-------------
|
74
|
+
|
75
|
+
The migration of this module from 13.0 to 14.0 was financially supported
|
76
|
+
by Camptocamp
|
69
77
|
|
70
|
-
The migration of this module from
|
78
|
+
The migration of this module from 16.0 to 18.0 was financially supported
|
79
|
+
by Camptocamp
|
71
80
|
|
72
81
|
Maintainers
|
73
|
-
|
82
|
+
-----------
|
74
83
|
|
75
84
|
This module is maintained by the OCA.
|
76
85
|
|
@@ -82,6 +91,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
82
91
|
mission is to support the collaborative development of Odoo features and
|
83
92
|
promote its widespread use.
|
84
93
|
|
85
|
-
This module is part of the `OCA/account-invoice-reporting <https://github.com/OCA/account-invoice-reporting/tree/
|
94
|
+
This module is part of the `OCA/account-invoice-reporting <https://github.com/OCA/account-invoice-reporting/tree/18.0/account_invoice_line_sale_line_position>`_ project on GitHub.
|
86
95
|
|
87
96
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
@@ -4,7 +4,7 @@
|
|
4
4
|
{
|
5
5
|
"name": "Account Invoice Line Sale Line Position",
|
6
6
|
"summary": "Adds the related sale line position on invoice line.",
|
7
|
-
"version": "
|
7
|
+
"version": "18.0.1.0.0",
|
8
8
|
"category": "Sale",
|
9
9
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
10
10
|
"license": "AGPL-3",
|
odoo/addons/account_invoice_line_sale_line_position/i18n/account_invoice_line_sale_line_position.pot
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
#
|
5
5
|
msgid ""
|
6
6
|
msgstr ""
|
7
|
-
"Project-Id-Version: Odoo Server
|
7
|
+
"Project-Id-Version: Odoo Server 18.0\n"
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
9
9
|
"Last-Translator: \n"
|
10
10
|
"Language-Team: \n"
|
@@ -16,7 +16,6 @@ msgstr ""
|
|
16
16
|
#. module: account_invoice_line_sale_line_position
|
17
17
|
#: model:ir.model.fields,field_description:account_invoice_line_sale_line_position.field_account_bank_statement_line__has_order_position
|
18
18
|
#: model:ir.model.fields,field_description:account_invoice_line_sale_line_position.field_account_move__has_order_position
|
19
|
-
#: model:ir.model.fields,field_description:account_invoice_line_sale_line_position.field_account_payment__has_order_position
|
20
19
|
msgid "Has Order Position"
|
21
20
|
msgstr ""
|
22
21
|
|
@@ -28,7 +28,8 @@ class AccountMoveLine(models.Model):
|
|
28
28
|
if record.display_type:
|
29
29
|
record.position_formatted = ""
|
30
30
|
continue
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
31
|
+
values = [
|
32
|
+
val for val in record.sale_line_ids.mapped("position_formatted") if val
|
33
|
+
]
|
34
|
+
|
35
|
+
record.position_formatted = "/".join(values)
|
@@ -1,4 +1,3 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
1
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
2
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
3
|
<head>
|
@@ -9,10 +8,11 @@
|
|
9
8
|
|
10
9
|
/*
|
11
10
|
:Author: David Goodger (goodger@python.org)
|
12
|
-
:Id: $Id: html4css1.css
|
11
|
+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
|
13
12
|
:Copyright: This stylesheet has been placed in the public domain.
|
14
13
|
|
15
14
|
Default cascading style sheet for the HTML output of Docutils.
|
15
|
+
Despite the name, some widely supported CSS2 features are used.
|
16
16
|
|
17
17
|
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
18
18
|
customize this style sheet.
|
@@ -275,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
|
275
275
|
margin-left: 2em ;
|
276
276
|
margin-right: 2em }
|
277
277
|
|
278
|
-
pre.code .ln { color:
|
278
|
+
pre.code .ln { color: gray; } /* line numbers */
|
279
279
|
pre.code, code { background-color: #eeeeee }
|
280
280
|
pre.code .comment, code .comment { color: #5C6576 }
|
281
281
|
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
@@ -301,7 +301,7 @@ span.option {
|
|
301
301
|
span.pre {
|
302
302
|
white-space: pre }
|
303
303
|
|
304
|
-
span.problematic {
|
304
|
+
span.problematic, pre.problematic {
|
305
305
|
color: red }
|
306
306
|
|
307
307
|
span.section-subtitle {
|
@@ -367,13 +367,13 @@ 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:a81097a1402101c909076993a4e4c52a63d173a22bcc1f8d90be9a8dd4e678c9
|
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/account-invoice-reporting/tree/
|
373
|
-
<p>This module is build on top of the module
|
374
|
-
<p>It adds (if any) the sale line position on the invoice line.
|
375
|
-
|
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/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-invoice-reporting/tree/18.0/account_invoice_line_sale_line_position"><img alt="OCA/account-invoice-reporting" src="https://img.shields.io/badge/github-OCA%2Faccount--invoice--reporting-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-invoice-reporting-18-0/account-invoice-reporting-18-0-account_invoice_line_sale_line_position"><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/account-invoice-reporting&target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
373
|
+
<p>This module is build on top of the module sale_order_line_position.</p>
|
374
|
+
<p>It adds (if any) the sale line position on the invoice line. There can
|
375
|
+
be multiple positions for one invoicing line. And they are added to the
|
376
|
+
report.</p>
|
377
377
|
<p><strong>Table of contents</strong></p>
|
378
378
|
<div class="contents local topic" id="contents">
|
379
379
|
<ul class="simple">
|
@@ -392,7 +392,7 @@ added to the report.</p>
|
|
392
392
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-invoice-reporting/issues">GitHub Issues</a>.
|
393
393
|
In case of trouble, please check there if your issue has already been reported.
|
394
394
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
395
|
-
<a class="reference external" href="https://github.com/OCA/account-invoice-reporting/issues/new?body=module:%20account_invoice_line_sale_line_position%0Aversion:%
|
395
|
+
<a class="reference external" href="https://github.com/OCA/account-invoice-reporting/issues/new?body=module:%20account_invoice_line_sale_line_position%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
396
396
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
397
397
|
</div>
|
398
398
|
<div class="section" id="credits">
|
@@ -407,22 +407,32 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
407
407
|
<h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
|
408
408
|
<ul class="simple">
|
409
409
|
<li>Thierry Ducrest <<a class="reference external" href="mailto:thierry.ducrest@camptocamp.com">thierry.ducrest@camptocamp.com</a>></li>
|
410
|
-
<li><a class="reference external" href="https://trobz.com">Trobz</a
|
410
|
+
<li><a class="reference external" href="https://trobz.com">Trobz</a>:<ul>
|
411
411
|
<li>Nguyen Ho <<a class="reference external" href="mailto:nguyenhk@trobz.com">nguyenhk@trobz.com</a>></li>
|
412
|
+
<li>Khoi (Kien Kim) <<a class="reference external" href="mailto:khoikk@trobz.com">khoikk@trobz.com</a>></li>
|
413
|
+
</ul>
|
414
|
+
</li>
|
415
|
+
<li><a class="reference external" href="https://binhex.cloud/">Binhex</a>:</li>
|
416
|
+
<li>David Luis Mora <<a class="reference external" href="mailto:d.luis@binhex.cloud">d.luis@binhex.cloud</a>></li>
|
412
417
|
</ul>
|
413
418
|
</div>
|
414
419
|
<div class="section" id="other-credits">
|
415
420
|
<h2><a class="toc-backref" href="#toc-entry-5">Other credits</a></h2>
|
416
|
-
<p>The migration of this module from 13.0 to 14.0 was financially supported
|
421
|
+
<p>The migration of this module from 13.0 to 14.0 was financially supported
|
422
|
+
by Camptocamp</p>
|
423
|
+
<p>The migration of this module from 16.0 to 18.0 was financially supported
|
424
|
+
by Camptocamp</p>
|
417
425
|
</div>
|
418
426
|
<div class="section" id="maintainers">
|
419
427
|
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
|
420
428
|
<p>This module is maintained by the OCA.</p>
|
421
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
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>
|
422
432
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
423
433
|
mission is to support the collaborative development of Odoo features and
|
424
434
|
promote its widespread use.</p>
|
425
|
-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-invoice-reporting/tree/
|
435
|
+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-invoice-reporting/tree/18.0/account_invoice_line_sale_line_position">OCA/account-invoice-reporting</a> project on GitHub.</p>
|
426
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>
|
427
437
|
</div>
|
428
438
|
</div>
|
@@ -1,19 +1,18 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
|
-
Name: odoo-addon-
|
3
|
-
Version:
|
2
|
+
Name: odoo-addon-account_invoice_line_sale_line_position
|
3
|
+
Version: 18.0.1.0.0.2
|
4
|
+
Requires-Python: >=3.10
|
5
|
+
Requires-Dist: odoo-addon-sale_order_line_position==18.0.*
|
6
|
+
Requires-Dist: odoo==18.0.*
|
4
7
|
Summary: Adds the related sale line position on invoice line.
|
5
8
|
Home-page: https://github.com/OCA/account-invoice-reporting
|
9
|
+
License: AGPL-3
|
6
10
|
Author: Camptocamp, Odoo Community Association (OCA)
|
7
11
|
Author-email: support@odoo-community.org
|
8
|
-
License: AGPL-3
|
9
|
-
Platform: UNKNOWN
|
10
12
|
Classifier: Programming Language :: Python
|
11
13
|
Classifier: Framework :: Odoo
|
12
|
-
Classifier: Framework :: Odoo ::
|
14
|
+
Classifier: Framework :: Odoo :: 18.0
|
13
15
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
14
|
-
Requires-Python: >=3.8
|
15
|
-
Requires-Dist: odoo-addon-sale-order-line-position <15.1dev,>=15.0dev
|
16
|
-
Requires-Dist: odoo <15.1dev,>=15.0a
|
17
16
|
|
18
17
|
=======================================
|
19
18
|
Account Invoice Line Sale Line Position
|
@@ -24,7 +23,7 @@ Account Invoice Line Sale Line Position
|
|
24
23
|
!! This file is generated by oca-gen-addon-readme !!
|
25
24
|
!! changes will be overwritten. !!
|
26
25
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
27
|
-
!! source digest: sha256:
|
26
|
+
!! source digest: sha256:a81097a1402101c909076993a4e4c52a63d173a22bcc1f8d90be9a8dd4e678c9
|
28
27
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
29
28
|
|
30
29
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -34,22 +33,22 @@ Account Invoice Line Sale Line Position
|
|
34
33
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
35
34
|
:alt: License: AGPL-3
|
36
35
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--invoice--reporting-lightgray.png?logo=github
|
37
|
-
:target: https://github.com/OCA/account-invoice-reporting/tree/
|
36
|
+
:target: https://github.com/OCA/account-invoice-reporting/tree/18.0/account_invoice_line_sale_line_position
|
38
37
|
:alt: OCA/account-invoice-reporting
|
39
38
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
40
|
-
:target: https://translation.odoo-community.org/projects/account-invoice-reporting-
|
39
|
+
:target: https://translation.odoo-community.org/projects/account-invoice-reporting-18-0/account-invoice-reporting-18-0-account_invoice_line_sale_line_position
|
41
40
|
:alt: Translate me on Weblate
|
42
41
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
43
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-invoice-reporting&target_branch=
|
42
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-invoice-reporting&target_branch=18.0
|
44
43
|
:alt: Try me on Runboat
|
45
44
|
|
46
45
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
47
46
|
|
48
|
-
This module is build on top of the module
|
47
|
+
This module is build on top of the module sale_order_line_position.
|
49
48
|
|
50
|
-
It adds (if any) the sale line position on the invoice line.
|
51
|
-
|
52
|
-
|
49
|
+
It adds (if any) the sale line position on the invoice line. There can
|
50
|
+
be multiple positions for one invoicing line. And they are added to the
|
51
|
+
report.
|
53
52
|
|
54
53
|
**Table of contents**
|
55
54
|
|
@@ -62,7 +61,7 @@ Bug Tracker
|
|
62
61
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-invoice-reporting/issues>`_.
|
63
62
|
In case of trouble, please check there if your issue has already been reported.
|
64
63
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
65
|
-
`feedback <https://github.com/OCA/account-invoice-reporting/issues/new?body=module:%20account_invoice_line_sale_line_position%0Aversion:%
|
64
|
+
`feedback <https://github.com/OCA/account-invoice-reporting/issues/new?body=module:%20account_invoice_line_sale_line_position%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
66
65
|
|
67
66
|
Do not contact contributors directly about support or help with technical issues.
|
68
67
|
|
@@ -70,24 +69,33 @@ Credits
|
|
70
69
|
=======
|
71
70
|
|
72
71
|
Authors
|
73
|
-
|
72
|
+
-------
|
74
73
|
|
75
74
|
* Camptocamp
|
76
75
|
|
77
76
|
Contributors
|
78
|
-
|
77
|
+
------------
|
78
|
+
|
79
|
+
- Thierry Ducrest <thierry.ducrest@camptocamp.com>
|
80
|
+
- `Trobz <https://trobz.com>`__:
|
81
|
+
|
82
|
+
- Nguyen Ho <nguyenhk@trobz.com>
|
83
|
+
- Khoi (Kien Kim) <khoikk@trobz.com>
|
79
84
|
|
80
|
-
|
81
|
-
|
82
|
-
* Nguyen Ho <nguyenhk@trobz.com>
|
85
|
+
- `Binhex <https://binhex.cloud/>`__:
|
86
|
+
- David Luis Mora <d.luis@binhex.cloud>
|
83
87
|
|
84
88
|
Other credits
|
85
|
-
|
89
|
+
-------------
|
86
90
|
|
87
|
-
The migration of this module from 13.0 to 14.0 was financially supported
|
91
|
+
The migration of this module from 13.0 to 14.0 was financially supported
|
92
|
+
by Camptocamp
|
93
|
+
|
94
|
+
The migration of this module from 16.0 to 18.0 was financially supported
|
95
|
+
by Camptocamp
|
88
96
|
|
89
97
|
Maintainers
|
90
|
-
|
98
|
+
-----------
|
91
99
|
|
92
100
|
This module is maintained by the OCA.
|
93
101
|
|
@@ -99,8 +107,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
99
107
|
mission is to support the collaborative development of Odoo features and
|
100
108
|
promote its widespread use.
|
101
109
|
|
102
|
-
This module is part of the `OCA/account-invoice-reporting <https://github.com/OCA/account-invoice-reporting/tree/
|
110
|
+
This module is part of the `OCA/account-invoice-reporting <https://github.com/OCA/account-invoice-reporting/tree/18.0/account_invoice_line_sale_line_position>`_ project on GitHub.
|
103
111
|
|
104
112
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
105
|
-
|
106
|
-
|
@@ -1,21 +1,21 @@
|
|
1
|
-
odoo/addons/account_invoice_line_sale_line_position/README.rst,sha256
|
1
|
+
odoo/addons/account_invoice_line_sale_line_position/README.rst,sha256=-l3lV30JPrYhO2MzUEnHpD4saI06aLqWYiQ33xdk6tQ,3675
|
2
2
|
odoo/addons/account_invoice_line_sale_line_position/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
|
3
|
-
odoo/addons/account_invoice_line_sale_line_position/__manifest__.py,sha256=
|
4
|
-
odoo/addons/account_invoice_line_sale_line_position/i18n/account_invoice_line_sale_line_position.pot,sha256=
|
3
|
+
odoo/addons/account_invoice_line_sale_line_position/__manifest__.py,sha256=Nz7VL68mv85-pon-fHTSARZbsY2ZJZbd4WCzmBl1tYI,577
|
4
|
+
odoo/addons/account_invoice_line_sale_line_position/i18n/account_invoice_line_sale_line_position.pot,sha256=19CvQJbIESGmWJtc72mGjtyhD7VER-tcRmYAllUT5kY,1547
|
5
5
|
odoo/addons/account_invoice_line_sale_line_position/i18n/de.po,sha256=3pLTDkc6hWOR_4NDSfAhsh4h9WjPrlToLtpJteNmLuM,2027
|
6
6
|
odoo/addons/account_invoice_line_sale_line_position/i18n/es.po,sha256=Tq-EVrMq8doBeX46hJtFfEZrfx3JxthkwsZV_hVOrw0,1914
|
7
7
|
odoo/addons/account_invoice_line_sale_line_position/models/__init__.py,sha256=bQkNRiIHrpHzF-638gjXJb-rIrcikJixGxuUUPJk3ZU,30
|
8
|
-
odoo/addons/account_invoice_line_sale_line_position/models/account_invoice.py,sha256=
|
9
|
-
odoo/addons/account_invoice_line_sale_line_position/readme/CONTRIBUTORS.
|
10
|
-
odoo/addons/account_invoice_line_sale_line_position/readme/CREDITS.
|
11
|
-
odoo/addons/account_invoice_line_sale_line_position/readme/DESCRIPTION.
|
8
|
+
odoo/addons/account_invoice_line_sale_line_position/models/account_invoice.py,sha256=MuAgZbH3E2Cqf5bnsbQ6K6GHOV6bb5kdpy6XKxaCjU8,1079
|
9
|
+
odoo/addons/account_invoice_line_sale_line_position/readme/CONTRIBUTORS.md,sha256=OuBEV06Y29pxnRbMOjaerf28IFeRankbzCosfVkNRtM,246
|
10
|
+
odoo/addons/account_invoice_line_sale_line_position/readme/CREDITS.md,sha256=ErsgbDer2RvShMQUPCjZg0GDXhygXwKjMksbMACEMnU,175
|
11
|
+
odoo/addons/account_invoice_line_sale_line_position/readme/DESCRIPTION.md,sha256=0jW4h9SUHOmmyo3a1drHRAG_w2U1j0JwmY-R_urmDKg,220
|
12
12
|
odoo/addons/account_invoice_line_sale_line_position/report/invoice_report.xml,sha256=qwJxI8Rk48KY8gkBKXyJpB9bZubM65AZSR_7dO7S01c,626
|
13
13
|
odoo/addons/account_invoice_line_sale_line_position/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
14
|
-
odoo/addons/account_invoice_line_sale_line_position/static/description/index.html,sha256=
|
14
|
+
odoo/addons/account_invoice_line_sale_line_position/static/description/index.html,sha256=WOQBS2jYxjL7D8CPy1h5PsKBgtoI4_BEYhwiCBexVUE,13550
|
15
15
|
odoo/addons/account_invoice_line_sale_line_position/tests/__init__.py,sha256=AV5_DSzBvcL_EOClRtiF6I99WhHCBDbZGQp8dpFkfU0,59
|
16
16
|
odoo/addons/account_invoice_line_sale_line_position/tests/test_account_invoice_line_sale_line_position.py,sha256=9JjehkZi_S66_gqP9BqDYsMboKDxHg5_wP8iz-wWXxQ,2166
|
17
17
|
odoo/addons/account_invoice_line_sale_line_position/views/account_move_views.xml,sha256=r6tVionNcifA78gyR_WHTASPT5FsWbzfJuw_yRQvEwM,774
|
18
|
-
odoo_addon_account_invoice_line_sale_line_position-
|
19
|
-
odoo_addon_account_invoice_line_sale_line_position-
|
20
|
-
odoo_addon_account_invoice_line_sale_line_position-
|
21
|
-
odoo_addon_account_invoice_line_sale_line_position-
|
18
|
+
odoo_addon_account_invoice_line_sale_line_position-18.0.1.0.0.2.dist-info/METADATA,sha256=zW6FfFD_cGpRlCSmiBe1-zGlEgvHB16ve4QYtnQi8KA,4307
|
19
|
+
odoo_addon_account_invoice_line_sale_line_position-18.0.1.0.0.2.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
20
|
+
odoo_addon_account_invoice_line_sale_line_position-18.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
21
|
+
odoo_addon_account_invoice_line_sale_line_position-18.0.1.0.0.2.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
odoo
|
@@ -1 +0,0 @@
|
|
1
|
-
The migration of this module from 13.0 to 14.0 was financially supported by Camptocamp
|
@@ -1 +0,0 @@
|
|
1
|
-
odoo
|