odoo-addon-account-loan 15.0.1.0.1.7__py3-none-any.whl → 15.0.1.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.
Potentially problematic release.
This version of odoo-addon-account-loan might be problematic. Click here for more details.
- odoo/addons/account_loan/README.rst +1 -1
- odoo/addons/account_loan/__manifest__.py +1 -1
- odoo/addons/account_loan/i18n/it.po +3 -3
- odoo/addons/account_loan/static/description/index.html +11 -6
- odoo/addons/account_loan/wizard/account_loan_post.py +1 -0
- {odoo_addon_account_loan-15.0.1.0.1.7.dist-info → odoo_addon_account_loan-15.0.1.0.2.dist-info}/METADATA +5 -8
- {odoo_addon_account_loan-15.0.1.0.1.7.dist-info → odoo_addon_account_loan-15.0.1.0.2.dist-info}/RECORD +9 -9
- {odoo_addon_account_loan-15.0.1.0.1.7.dist-info → odoo_addon_account_loan-15.0.1.0.2.dist-info}/WHEEL +1 -1
- {odoo_addon_account_loan-15.0.1.0.1.7.dist-info → odoo_addon_account_loan-15.0.1.0.2.dist-info}/top_level.txt +0 -0
|
@@ -7,7 +7,7 @@ Account Loan management
|
|
|
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:519e8c1ae4b2f5bfd10f7993b062745b198cf8944f7c2928cc1c18f3186c7ff7
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
3
3
|
{
|
|
4
4
|
"name": "Account Loan management",
|
|
5
|
-
"version": "15.0.1.0.
|
|
5
|
+
"version": "15.0.1.0.2",
|
|
6
6
|
"author": "Creu Blanca,Odoo Community Association (OCA)",
|
|
7
7
|
"website": "https://github.com/OCA/account-financial-tools",
|
|
8
8
|
"license": "AGPL-3",
|
|
@@ -9,7 +9,7 @@ msgstr ""
|
|
|
9
9
|
"Project-Id-Version: Odoo Server 11.0\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
11
|
"POT-Creation-Date: 2018-03-30 02:39+0000\n"
|
|
12
|
-
"PO-Revision-Date: 2024-
|
|
12
|
+
"PO-Revision-Date: 2024-08-01 15:58+0000\n"
|
|
13
13
|
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
|
14
14
|
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
|
|
15
15
|
"Language: it\n"
|
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
|
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
|
|
20
|
+
"X-Generator: Weblate 5.6.2\n"
|
|
21
21
|
|
|
22
22
|
#. module: account_loan
|
|
23
23
|
#: model:ir.model.fields,field_description:account_loan.field_account_loan_post__account_id
|
|
@@ -650,7 +650,7 @@ msgstr "Paga importo"
|
|
|
650
650
|
#. module: account_loan
|
|
651
651
|
#: model:ir.model.fields,field_description:account_loan.field_account_loan_line__payment_amount
|
|
652
652
|
msgid "Payment Amount"
|
|
653
|
-
msgstr "
|
|
653
|
+
msgstr "Importo pagamento"
|
|
654
654
|
|
|
655
655
|
#. module: account_loan
|
|
656
656
|
#: model:ir.model.fields,field_description:account_loan.field_account_loan__payment_on_first_period
|
|
@@ -8,10 +8,11 @@
|
|
|
8
8
|
|
|
9
9
|
/*
|
|
10
10
|
:Author: David Goodger (goodger@python.org)
|
|
11
|
-
:Id: $Id: html4css1.css
|
|
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:
|
|
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,7 +367,7 @@ 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:
|
|
370
|
+
!! source digest: sha256:519e8c1ae4b2f5bfd10f7993b062745b198cf8944f7c2928cc1c18f3186c7ff7
|
|
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/account-financial-tools/tree/15.0/account_loan"><img alt="OCA/account-financial-tools" src="https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-financial-tools-15-0/account-financial-tools-15-0-account_loan"><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-financial-tools&target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
372
373
|
<p>This module extends the functionality of accounting to support loans.
|
|
@@ -414,7 +415,9 @@ leases before a selected date</li>
|
|
|
414
415
|
<li>Modify rates when needed (only unposted lines will be modified)</li>
|
|
415
416
|
<li>Reduce or cancel the debt of a loan / lease</li>
|
|
416
417
|
</ul>
|
|
417
|
-
<a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/92/12.0"
|
|
418
|
+
<a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/92/12.0">
|
|
419
|
+
<img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" />
|
|
420
|
+
</a>
|
|
418
421
|
</div>
|
|
419
422
|
<div class="section" id="bug-tracker">
|
|
420
423
|
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
|
|
@@ -443,7 +446,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
443
446
|
<div class="section" id="maintainers">
|
|
444
447
|
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
|
|
445
448
|
<p>This module is maintained by the OCA.</p>
|
|
446
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
|
449
|
+
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
450
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
451
|
+
</a>
|
|
447
452
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
448
453
|
mission is to support the collaborative development of Odoo features and
|
|
449
454
|
promote its widespread use.</p>
|
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
|
-
Name: odoo-addon-
|
|
3
|
-
Version: 15.0.1.0.
|
|
2
|
+
Name: odoo-addon-account_loan
|
|
3
|
+
Version: 15.0.1.0.2
|
|
4
4
|
Summary: Account Loan management
|
|
5
5
|
Home-page: https://github.com/OCA/account-financial-tools
|
|
6
6
|
Author: Creu Blanca,Odoo Community Association (OCA)
|
|
7
7
|
Author-email: support@odoo-community.org
|
|
8
8
|
License: AGPL-3
|
|
9
|
-
Platform: UNKNOWN
|
|
10
9
|
Classifier: Programming Language :: Python
|
|
11
10
|
Classifier: Framework :: Odoo
|
|
12
11
|
Classifier: Framework :: Odoo :: 15.0
|
|
13
12
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
14
13
|
Requires-Python: >=3.8
|
|
15
14
|
Requires-Dist: numpy
|
|
16
|
-
Requires-Dist: numpy-financial
|
|
17
|
-
Requires-Dist: odoo
|
|
15
|
+
Requires-Dist: numpy-financial<=1.0.0
|
|
16
|
+
Requires-Dist: odoo<15.1dev,>=15.0a
|
|
18
17
|
|
|
19
18
|
=======================
|
|
20
19
|
Account Loan management
|
|
@@ -25,7 +24,7 @@ Account Loan management
|
|
|
25
24
|
!! This file is generated by oca-gen-addon-readme !!
|
|
26
25
|
!! changes will be overwritten. !!
|
|
27
26
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
28
|
-
!! source digest: sha256:
|
|
27
|
+
!! source digest: sha256:519e8c1ae4b2f5bfd10f7993b062745b198cf8944f7c2928cc1c18f3186c7ff7
|
|
29
28
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
30
29
|
|
|
31
30
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -127,5 +126,3 @@ promote its widespread use.
|
|
|
127
126
|
This module is part of the `OCA/account-financial-tools <https://github.com/OCA/account-financial-tools/tree/15.0/account_loan>`_ project on GitHub.
|
|
128
127
|
|
|
129
128
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
130
|
-
|
|
131
|
-
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
odoo/addons/account_loan/README.rst,sha256=
|
|
1
|
+
odoo/addons/account_loan/README.rst,sha256=kGGs-XDGHe-NVCqlUkeBHFqk38R1SfV2bWkyeIdiLeQ,4345
|
|
2
2
|
odoo/addons/account_loan/__init__.py,sha256=nmtSXy6kzRhMgBSL4SFDnDC4OxVb28ToYQDnabJzN8E,111
|
|
3
|
-
odoo/addons/account_loan/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/account_loan/__manifest__.py,sha256=guj-ywsCRbucn2KiKlbyRBfHzIflKHPEzMjV75c-ZkM,858
|
|
4
4
|
odoo/addons/account_loan/data/ir_sequence_data.xml,sha256=bLydnK8X-0QWzFoBms4UpGYYle25C2DmbpVECEG4PMc,540
|
|
5
5
|
odoo/addons/account_loan/i18n/account_loan.pot,sha256=DlblC3MBmNSqAO4girEyEnURdppgmAMppdB0p0tDQ4Q,31803
|
|
6
6
|
odoo/addons/account_loan/i18n/am.po,sha256=RgXL-ndneKKSySw0UgrUjvISaV8sGeYzNBiqoosk2kQ,32240
|
|
@@ -44,7 +44,7 @@ odoo/addons/account_loan/i18n/hr.po,sha256=FV-JjmrmYLVi6P4qEExw8B8iK0EVDB2QzVocB
|
|
|
44
44
|
odoo/addons/account_loan/i18n/hr_HR.po,sha256=FwyoQwrOJGFT9vqZ5gJJSIGJJV-Qo1Z1ojglUPy05H0,32398
|
|
45
45
|
odoo/addons/account_loan/i18n/hu.po,sha256=W7oAbMiGk3VjfboF5mZsCHEhBouyyxYJcPONaTDFDcc,32387
|
|
46
46
|
odoo/addons/account_loan/i18n/id.po,sha256=gXN_K5Eqmszusm3t_MgHGewbTkrHPEJ8Z88Ia_fzTsE,32340
|
|
47
|
-
odoo/addons/account_loan/i18n/it.po,sha256=
|
|
47
|
+
odoo/addons/account_loan/i18n/it.po,sha256=5KfbaNZ7SXx8HuqFLl5O5wOMx523X18YMNYpqFWmeio,36743
|
|
48
48
|
odoo/addons/account_loan/i18n/ja.po,sha256=5q4aFD_rBM0AtSB7zaQpR3s7YHgeMok5cWvNT7ugIJ0,32349
|
|
49
49
|
odoo/addons/account_loan/i18n/ko.po,sha256=tpvEGS1inNTbwGlos5NSNn3E8BBRYPeJe3l-1llm91g,32198
|
|
50
50
|
odoo/addons/account_loan/i18n/lo.po,sha256=E8K8KaO18ceTIFtoENeJHvphnwtLNGyE9fI_WMHGEF4,32127
|
|
@@ -88,7 +88,7 @@ odoo/addons/account_loan/readme/USAGE.rst,sha256=1lVHbnPdGJo8GuGbFscgEmsWHUIkWV-
|
|
|
88
88
|
odoo/addons/account_loan/security/account_loan_security.xml,sha256=dbgz7ja7Ffjc4Bkj3AmhF76-aJs-f-eoDnSsX1a4YXE,441
|
|
89
89
|
odoo/addons/account_loan/security/ir.model.access.csv,sha256=7lkGb0anCOBj2FD8J0wVODgO-1LQ1AU5_t-9VXPD9l0,983
|
|
90
90
|
odoo/addons/account_loan/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
91
|
-
odoo/addons/account_loan/static/description/index.html,sha256=
|
|
91
|
+
odoo/addons/account_loan/static/description/index.html,sha256=uOZMVPk_KxpXo8DyKm1pSAayyuyRIBGzgC17S75zivI,14392
|
|
92
92
|
odoo/addons/account_loan/tests/__init__.py,sha256=I1GwELsBL3FTRS0pVrE5q-qEk537mMnSOXpWkPVcBnY,94
|
|
93
93
|
odoo/addons/account_loan/tests/test_loan.py,sha256=Hj5oBbYvmhTDLXdvvo85JcqxL54scysJYUesT7cH-gw,19030
|
|
94
94
|
odoo/addons/account_loan/views/account_loan_view.xml,sha256=Li2GtBgkohxyiDajvW0d1teZWQwr-t3mzOXtJ9WHXU0,10397
|
|
@@ -98,9 +98,9 @@ odoo/addons/account_loan/wizard/account_loan_generate_entries.py,sha256=5s8VtCiX
|
|
|
98
98
|
odoo/addons/account_loan/wizard/account_loan_generate_entries_view.xml,sha256=5JIML4EWsvS5bddhxBI7FuhX64Hd1EVIuS-AmdHTGwU,1659
|
|
99
99
|
odoo/addons/account_loan/wizard/account_loan_pay_amount.py,sha256=B2Hlgk2_3h1t9cQQ3ymBNV81Tg1TJETgTQv_pfZRnEU,4055
|
|
100
100
|
odoo/addons/account_loan/wizard/account_loan_pay_amount_view.xml,sha256=9s1qfpai_AiyrmPQk2vtJPz5LiCmsjb84yCmBw9de5o,1619
|
|
101
|
-
odoo/addons/account_loan/wizard/account_loan_post.py,sha256=
|
|
101
|
+
odoo/addons/account_loan/wizard/account_loan_post.py,sha256=w4E24yraPLaC2XbYGhZsm-nOSleZNU6Xhm5Ew_lU9Ws,3176
|
|
102
102
|
odoo/addons/account_loan/wizard/account_loan_post_view.xml,sha256=dw5m2GlDtswq07lnsMqWctIEdYRr8Q3r0cpVscbKyUM,1463
|
|
103
|
-
odoo_addon_account_loan-15.0.1.0.
|
|
104
|
-
odoo_addon_account_loan-15.0.1.0.
|
|
105
|
-
odoo_addon_account_loan-15.0.1.0.
|
|
106
|
-
odoo_addon_account_loan-15.0.1.0.
|
|
103
|
+
odoo_addon_account_loan-15.0.1.0.2.dist-info/METADATA,sha256=nagDaZ7X-pEaeaIan9GFRO_T1efU7j_aLGIufk1ohEM,4924
|
|
104
|
+
odoo_addon_account_loan-15.0.1.0.2.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
|
105
|
+
odoo_addon_account_loan-15.0.1.0.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
106
|
+
odoo_addon_account_loan-15.0.1.0.2.dist-info/RECORD,,
|
|
File without changes
|