odoo-addon-account-loan 16.0.1.0.4.6__py3-none-any.whl → 16.0.1.0.5__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/pt_BR.po +2 -2
- odoo/addons/account_loan/static/description/index.html +11 -6
- odoo/addons/account_loan/wizards/account_loan_post.py +1 -0
- {odoo_addon_account_loan-16.0.1.0.4.6.dist-info → odoo_addon_account_loan-16.0.1.0.5.dist-info}/METADATA +5 -5
- {odoo_addon_account_loan-16.0.1.0.4.6.dist-info → odoo_addon_account_loan-16.0.1.0.5.dist-info}/RECORD +9 -9
- {odoo_addon_account_loan-16.0.1.0.4.6.dist-info → odoo_addon_account_loan-16.0.1.0.5.dist-info}/WHEEL +1 -1
- {odoo_addon_account_loan-16.0.1.0.4.6.dist-info → odoo_addon_account_loan-16.0.1.0.5.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:a97cd9ecd83ceef07255455f44533ac8e6d337004092ed8eb9febf1ee4e626fd
|
|
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": "16.0.1.0.
|
|
5
|
+
"version": "16.0.1.0.5",
|
|
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-09-03 16:06+0000\n"
|
|
13
13
|
"Last-Translator: Rodrigo Sottomaior Macedo "
|
|
14
14
|
"<sottomaiormacedotec@sottomaiormacedo.tech>\n"
|
|
15
15
|
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/"
|
|
@@ -1006,7 +1006,7 @@ msgstr "Pagamentos Total"
|
|
|
1006
1006
|
#. module: account_loan
|
|
1007
1007
|
#: model:ir.model.fields,help:account_loan.field_account_loan__activity_exception_decoration
|
|
1008
1008
|
msgid "Type of the exception activity on record."
|
|
1009
|
-
msgstr ""
|
|
1009
|
+
msgstr "Tipo de atividade de exceção registrada."
|
|
1010
1010
|
|
|
1011
1011
|
#. module: account_loan
|
|
1012
1012
|
#: model_terms:ir.ui.view,arch_db:account_loan.account_loan_line_tree
|
|
@@ -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:a97cd9ecd83ceef07255455f44533ac8e6d337004092ed8eb9febf1ee4e626fd
|
|
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/16.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-16-0/account-financial-tools-16-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=16.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.
|
|
@@ -418,7 +419,9 @@ leases before a selected date</li>
|
|
|
418
419
|
<li>Modify rates when needed (only unposted lines will be modified)</li>
|
|
419
420
|
<li>Reduce or cancel the debt of a loan / lease</li>
|
|
420
421
|
</ul>
|
|
421
|
-
<a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/92/12.0"
|
|
422
|
+
<a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/92/12.0">
|
|
423
|
+
<img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" />
|
|
424
|
+
</a>
|
|
422
425
|
</div>
|
|
423
426
|
<div class="section" id="changelog">
|
|
424
427
|
<h1><a class="toc-backref" href="#toc-entry-2">Changelog</a></h1>
|
|
@@ -454,7 +457,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
454
457
|
<div class="section" id="maintainers">
|
|
455
458
|
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
|
|
456
459
|
<p>This module is maintained by the OCA.</p>
|
|
457
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
|
460
|
+
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
461
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
462
|
+
</a>
|
|
458
463
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
459
464
|
mission is to support the collaborative development of Odoo features and
|
|
460
465
|
promote its widespread use.</p>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-account_loan
|
|
3
|
-
Version: 16.0.1.0.
|
|
3
|
+
Version: 16.0.1.0.5
|
|
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)
|
|
@@ -11,9 +11,9 @@ Classifier: Framework :: Odoo
|
|
|
11
11
|
Classifier: Framework :: Odoo :: 16.0
|
|
12
12
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
13
13
|
Requires-Python: >=3.10
|
|
14
|
-
Requires-Dist: numpy-financial
|
|
15
|
-
Requires-Dist: numpy
|
|
16
|
-
Requires-Dist: odoo
|
|
14
|
+
Requires-Dist: numpy-financial<=1.0.0
|
|
15
|
+
Requires-Dist: numpy>=1.15
|
|
16
|
+
Requires-Dist: odoo<16.1dev,>=16.0a
|
|
17
17
|
|
|
18
18
|
=======================
|
|
19
19
|
Account Loan management
|
|
@@ -24,7 +24,7 @@ Account Loan management
|
|
|
24
24
|
!! This file is generated by oca-gen-addon-readme !!
|
|
25
25
|
!! changes will be overwritten. !!
|
|
26
26
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
27
|
-
!! source digest: sha256:
|
|
27
|
+
!! source digest: sha256:a97cd9ecd83ceef07255455f44533ac8e6d337004092ed8eb9febf1ee4e626fd
|
|
28
28
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
29
29
|
|
|
30
30
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
odoo/addons/account_loan/README.rst,sha256=
|
|
1
|
+
odoo/addons/account_loan/README.rst,sha256=ASh6LKPU-2i5CzgOkKucr-mlOrnkOlrnIy0SLrZlHFo,4771
|
|
2
2
|
odoo/addons/account_loan/__init__.py,sha256=o9EnCAU5AKoGmP2X6ytOhQFxVqIh5Y1itLUOmzxSUJY,113
|
|
3
|
-
odoo/addons/account_loan/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/account_loan/__manifest__.py,sha256=4NNmeiJBoR_KkcsbJBVGHJRx5aVWD2yNBZj_-oZaRAo,1083
|
|
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=sVRLpDdwv-w1GGgPO4TeTAcM86iBV7o4FGNFSswYxNw,36274
|
|
6
6
|
odoo/addons/account_loan/i18n/am.po,sha256=3Rhvjs0LBoOJTWs2pHgoq4HSDTzr3eSD46DCSAXywcc,36711
|
|
@@ -60,7 +60,7 @@ odoo/addons/account_loan/i18n/nl_BE.po,sha256=c_uqm7pY8e2LB13lLcb7qkmnErbgSnxKF9
|
|
|
60
60
|
odoo/addons/account_loan/i18n/nl_NL.po,sha256=HpzZVfPpHgWzDGWZBZt5Su-scLetuHoRE2dVCtguoCw,36653
|
|
61
61
|
odoo/addons/account_loan/i18n/pl.po,sha256=9PmaHUI8Q2XDwaLFbHil6zNHg0KoflAQQoc-OvTdWZA,36973
|
|
62
62
|
odoo/addons/account_loan/i18n/pt.po,sha256=gL3yxEKvGVUGSnUGrbyuR2fCd5oXOAV4_Z6pKqBNpEY,39478
|
|
63
|
-
odoo/addons/account_loan/i18n/pt_BR.po,sha256=
|
|
63
|
+
odoo/addons/account_loan/i18n/pt_BR.po,sha256=3eoNyMANjwmue39XDtN1Ptq7Ry_w7Psfxws2-WET1nQ,40716
|
|
64
64
|
odoo/addons/account_loan/i18n/pt_PT.po,sha256=HP4phfGh8zIldSVOyu3U5t5vKS8fcgazBBeo4vjD6KM,36928
|
|
65
65
|
odoo/addons/account_loan/i18n/ro.po,sha256=vcbKB-UdW8FUwbByhwGCt3JtV2kaAligBv2TBMPRgts,36875
|
|
66
66
|
odoo/addons/account_loan/i18n/ru.po,sha256=UttiRg3KiptMLPX47b6B_NH1E5i2XrfDnWt1trplolQ,36990
|
|
@@ -90,7 +90,7 @@ odoo/addons/account_loan/readme/USAGE.rst,sha256=kjZZgQy0GLDicDWcYWZ3E8UJOaG0e__
|
|
|
90
90
|
odoo/addons/account_loan/security/account_loan_security.xml,sha256=OK99GIjEzFgyBf3-s8u8AojY-oQ_Go61Z1xe4hBarn0,830
|
|
91
91
|
odoo/addons/account_loan/security/ir.model.access.csv,sha256=3RwBdFKlfSzAJCUWYxDBGUw0t0ZLuBphkZWYtNHGmlI,1009
|
|
92
92
|
odoo/addons/account_loan/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
93
|
-
odoo/addons/account_loan/static/description/index.html,sha256=
|
|
93
|
+
odoo/addons/account_loan/static/description/index.html,sha256=Dgq7HX8TH8Q425shGnqduhNCqLPOsI6jSHbLWEMtgiI,15233
|
|
94
94
|
odoo/addons/account_loan/tests/__init__.py,sha256=I1GwELsBL3FTRS0pVrE5q-qEk537mMnSOXpWkPVcBnY,94
|
|
95
95
|
odoo/addons/account_loan/tests/test_loan.py,sha256=lCSIDL5nTPiz2xFQQwYiVh0hPTxgA_C-O6X2iSxcZi8,25695
|
|
96
96
|
odoo/addons/account_loan/views/account_loan_lines_view.xml,sha256=FuqV2E98vUiqVBhEG5RNu8mFnVTdVHu0jARjfAFHCVc,5832
|
|
@@ -104,9 +104,9 @@ odoo/addons/account_loan/wizards/account_loan_increase_amount.py,sha256=rR_xp2lM
|
|
|
104
104
|
odoo/addons/account_loan/wizards/account_loan_increase_amount.xml,sha256=tsp9itYs-mOtyOKzBGNCfHYexYNpJZYyY-BeDUhBryI,1477
|
|
105
105
|
odoo/addons/account_loan/wizards/account_loan_pay_amount.py,sha256=-kG1q8Ueh0Fl_glZIr3pRVW-7GnPTPhKbVXm_pfOm1Y,4135
|
|
106
106
|
odoo/addons/account_loan/wizards/account_loan_pay_amount_view.xml,sha256=9s1qfpai_AiyrmPQk2vtJPz5LiCmsjb84yCmBw9de5o,1619
|
|
107
|
-
odoo/addons/account_loan/wizards/account_loan_post.py,sha256=
|
|
107
|
+
odoo/addons/account_loan/wizards/account_loan_post.py,sha256=ImxohbBVZAtG4ufJ9taQh_qRlRaJvOvZTLRhqQBlKUs,3193
|
|
108
108
|
odoo/addons/account_loan/wizards/account_loan_post_view.xml,sha256=dw5m2GlDtswq07lnsMqWctIEdYRr8Q3r0cpVscbKyUM,1463
|
|
109
|
-
odoo_addon_account_loan-16.0.1.0.
|
|
110
|
-
odoo_addon_account_loan-16.0.1.0.
|
|
111
|
-
odoo_addon_account_loan-16.0.1.0.
|
|
112
|
-
odoo_addon_account_loan-16.0.1.0.
|
|
109
|
+
odoo_addon_account_loan-16.0.1.0.5.dist-info/METADATA,sha256=_UTA7ERI6Nhxdza5vzIykZieHSM_K1z6yBGbRdxK71A,5357
|
|
110
|
+
odoo_addon_account_loan-16.0.1.0.5.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
|
111
|
+
odoo_addon_account_loan-16.0.1.0.5.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
112
|
+
odoo_addon_account_loan-16.0.1.0.5.dist-info/RECORD,,
|
|
File without changes
|