odoo-addon-account-reconcile-oca 18.0.1.0.6__py3-none-any.whl → 18.0.1.0.7__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_reconcile_oca/README.rst +6 -2
- odoo/addons/account_reconcile_oca/__manifest__.py +1 -1
- odoo/addons/account_reconcile_oca/models/account_reconcile_abstract.py +1 -1
- odoo/addons/account_reconcile_oca/static/description/index.html +20 -14
- {odoo_addon_account_reconcile_oca-18.0.1.0.6.dist-info → odoo_addon_account_reconcile_oca-18.0.1.0.7.dist-info}/METADATA +7 -3
- {odoo_addon_account_reconcile_oca-18.0.1.0.6.dist-info → odoo_addon_account_reconcile_oca-18.0.1.0.7.dist-info}/RECORD +8 -8
- {odoo_addon_account_reconcile_oca-18.0.1.0.6.dist-info → odoo_addon_account_reconcile_oca-18.0.1.0.7.dist-info}/WHEEL +0 -0
- {odoo_addon_account_reconcile_oca-18.0.1.0.6.dist-info → odoo_addon_account_reconcile_oca-18.0.1.0.7.dist-info}/top_level.txt +0 -0
@@ -1,3 +1,7 @@
|
|
1
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
2
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
3
|
+
:alt: Odoo Community Association
|
4
|
+
|
1
5
|
=====================
|
2
6
|
Account Reconcile Oca
|
3
7
|
=====================
|
@@ -7,13 +11,13 @@ Account Reconcile Oca
|
|
7
11
|
!! This file is generated by oca-gen-addon-readme !!
|
8
12
|
!! changes will be overwritten. !!
|
9
13
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
10
|
-
!! source digest: sha256:
|
14
|
+
!! source digest: sha256:894ac73fcdcf7f6bcd7cdffbc1022b9b8c1a87e9bc35bd48d2eefb5e8ff9a1a4
|
11
15
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
16
|
|
13
17
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
14
18
|
:target: https://odoo-community.org/page/development-status
|
15
19
|
:alt: Beta
|
16
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
20
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
17
21
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
18
22
|
:alt: License: AGPL-3
|
19
23
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--reconcile-lightgray.png?logo=github
|
@@ -5,7 +5,7 @@
|
|
5
5
|
"name": "Account Reconcile Oca",
|
6
6
|
"summary": """
|
7
7
|
Reconcile addons for Odoo CE accounting""",
|
8
|
-
"version": "18.0.1.0.
|
8
|
+
"version": "18.0.1.0.7",
|
9
9
|
"license": "AGPL-3",
|
10
10
|
"author": "CreuBlanca,Dixmit,Odoo Community Association (OCA)",
|
11
11
|
"maintainers": ["etobella"],
|
@@ -95,7 +95,7 @@ class AccountReconcileAbstract(models.AbstractModel):
|
|
95
95
|
if line.partner_id
|
96
96
|
else False,
|
97
97
|
"date": fields.Date.to_string(line.date),
|
98
|
-
"name": line.name,
|
98
|
+
"name": line.name or line.move_id.name,
|
99
99
|
"debit": amount if amount > 0 else 0.0,
|
100
100
|
"credit": -amount if amount < 0 else 0.0,
|
101
101
|
"amount": amount,
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
5
5
|
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
|
6
|
-
<title>
|
6
|
+
<title>README.rst</title>
|
7
7
|
<style type="text/css">
|
8
8
|
|
9
9
|
/*
|
@@ -360,16 +360,21 @@ ul.auto-toc {
|
|
360
360
|
</style>
|
361
361
|
</head>
|
362
362
|
<body>
|
363
|
-
<div class="document"
|
364
|
-
<h1 class="title">Account Reconcile Oca</h1>
|
363
|
+
<div class="document">
|
365
364
|
|
365
|
+
|
366
|
+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
|
367
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
|
368
|
+
</a>
|
369
|
+
<div class="section" id="account-reconcile-oca">
|
370
|
+
<h1>Account Reconcile Oca</h1>
|
366
371
|
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
367
372
|
!! This file is generated by oca-gen-addon-readme !!
|
368
373
|
!! changes will be overwritten. !!
|
369
374
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
370
|
-
!! source digest: sha256:
|
375
|
+
!! source digest: sha256:894ac73fcdcf7f6bcd7cdffbc1022b9b8c1a87e9bc35bd48d2eefb5e8ff9a1a4
|
371
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/
|
377
|
+
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-reconcile/tree/18.0/account_reconcile_oca"><img alt="OCA/account-reconcile" src="https://img.shields.io/badge/github-OCA%2Faccount--reconcile-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-reconcile-18-0/account-reconcile-18-0-account_reconcile_oca"><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-reconcile&target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
373
378
|
<p>This addon allows to reconcile bank statements and account marked as
|
374
379
|
reconcile.</p>
|
375
380
|
<p><strong>Table of contents</strong></p>
|
@@ -391,28 +396,28 @@ reconcile.</p>
|
|
391
396
|
</ul>
|
392
397
|
</div>
|
393
398
|
<div class="section" id="usage">
|
394
|
-
<
|
399
|
+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
|
395
400
|
<div class="section" id="bank-reconcile">
|
396
|
-
<
|
401
|
+
<h3><a class="toc-backref" href="#toc-entry-2">Bank reconcile</a></h3>
|
397
402
|
<p>Access Invoicing / Dashboard with a user with Full Acounting
|
398
403
|
capabilities. Select reconcile on the journal of your choice.</p>
|
399
404
|
</div>
|
400
405
|
<div class="section" id="account-reconcile">
|
401
|
-
<
|
406
|
+
<h3><a class="toc-backref" href="#toc-entry-3">Account reconcile</a></h3>
|
402
407
|
<p>Access Invoicing / Accounting / Actions / Reconcile All the possible
|
403
408
|
reconcile options will show and you will be able to reconcile properly.
|
404
409
|
You can access the same widget from accounts and Partners.</p>
|
405
410
|
</div>
|
406
411
|
</div>
|
407
412
|
<div class="section" id="known-issues-roadmap">
|
408
|
-
<
|
413
|
+
<h2><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h2>
|
409
414
|
<p>The following bugs are already detected:</p>
|
410
415
|
<ul class="simple">
|
411
416
|
<li>Creation of activities on the chatter do show automatically</li>
|
412
417
|
</ul>
|
413
418
|
</div>
|
414
419
|
<div class="section" id="bug-tracker">
|
415
|
-
<
|
420
|
+
<h2><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h2>
|
416
421
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-reconcile/issues">GitHub Issues</a>.
|
417
422
|
In case of trouble, please check there if your issue has already been reported.
|
418
423
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
@@ -420,22 +425,22 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
420
425
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
421
426
|
</div>
|
422
427
|
<div class="section" id="credits">
|
423
|
-
<
|
428
|
+
<h2><a class="toc-backref" href="#toc-entry-6">Credits</a></h2>
|
424
429
|
<div class="section" id="authors">
|
425
|
-
<
|
430
|
+
<h3><a class="toc-backref" href="#toc-entry-7">Authors</a></h3>
|
426
431
|
<ul class="simple">
|
427
432
|
<li>CreuBlanca</li>
|
428
433
|
<li>Dixmit</li>
|
429
434
|
</ul>
|
430
435
|
</div>
|
431
436
|
<div class="section" id="contributors">
|
432
|
-
<
|
437
|
+
<h3><a class="toc-backref" href="#toc-entry-8">Contributors</a></h3>
|
433
438
|
<ul class="simple">
|
434
439
|
<li>Enric Tobella</li>
|
435
440
|
</ul>
|
436
441
|
</div>
|
437
442
|
<div class="section" id="maintainers">
|
438
|
-
<
|
443
|
+
<h3><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h3>
|
439
444
|
<p>This module is maintained by the OCA.</p>
|
440
445
|
<a class="reference external image-reference" href="https://odoo-community.org">
|
441
446
|
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
@@ -450,5 +455,6 @@ promote its widespread use.</p>
|
|
450
455
|
</div>
|
451
456
|
</div>
|
452
457
|
</div>
|
458
|
+
</div>
|
453
459
|
</body>
|
454
460
|
</html>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: odoo-addon-account_reconcile_oca
|
3
|
-
Version: 18.0.1.0.
|
3
|
+
Version: 18.0.1.0.7
|
4
4
|
Requires-Python: >=3.10
|
5
5
|
Requires-Dist: odoo-addon-account_reconcile_model_oca==18.0.*
|
6
6
|
Requires-Dist: odoo-addon-account_statement_base==18.0.*
|
@@ -15,6 +15,10 @@ Classifier: Framework :: Odoo
|
|
15
15
|
Classifier: Framework :: Odoo :: 18.0
|
16
16
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
17
17
|
|
18
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
19
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
20
|
+
:alt: Odoo Community Association
|
21
|
+
|
18
22
|
=====================
|
19
23
|
Account Reconcile Oca
|
20
24
|
=====================
|
@@ -24,13 +28,13 @@ Account Reconcile Oca
|
|
24
28
|
!! This file is generated by oca-gen-addon-readme !!
|
25
29
|
!! changes will be overwritten. !!
|
26
30
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
27
|
-
!! source digest: sha256:
|
31
|
+
!! source digest: sha256:894ac73fcdcf7f6bcd7cdffbc1022b9b8c1a87e9bc35bd48d2eefb5e8ff9a1a4
|
28
32
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
29
33
|
|
30
34
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
31
35
|
:target: https://odoo-community.org/page/development-status
|
32
36
|
:alt: Beta
|
33
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
37
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
34
38
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
35
39
|
:alt: License: AGPL-3
|
36
40
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--reconcile-lightgray.png?logo=github
|
@@ -1,6 +1,6 @@
|
|
1
|
-
odoo/addons/account_reconcile_oca/README.rst,sha256=
|
1
|
+
odoo/addons/account_reconcile_oca/README.rst,sha256=0AiwLriQJDP6S6kRfCB7-1D2RhkdAHVYmm5JlitNwC0,3868
|
2
2
|
odoo/addons/account_reconcile_oca/__init__.py,sha256=vqRYeBgCVZMpZhYvILSxVsNLC9V7zDnvxMnKU8RQP94,55
|
3
|
-
odoo/addons/account_reconcile_oca/__manifest__.py,sha256=
|
3
|
+
odoo/addons/account_reconcile_oca/__manifest__.py,sha256=Q3ZYlXUL2ROOsGGj0vXwxifIEAcbLMtH6DKoBZw4sE0,1821
|
4
4
|
odoo/addons/account_reconcile_oca/hooks.py,sha256=SfJ-GlIGYL1kf8xhQs5qDqwNnE8S9Gs-5dP3vOD-IMM,182
|
5
5
|
odoo/addons/account_reconcile_oca/demo/demo.xml,sha256=UKHgUXdDr54NsxdYk5czOdD-kmJas-8zlq5D7VQtIh4,203
|
6
6
|
odoo/addons/account_reconcile_oca/i18n/account_reconcile_oca.pot,sha256=7E0r7rTg0-V3WUD39GZWUt-bNj__DbE0z_w6iHkepa8,25592
|
@@ -22,7 +22,7 @@ odoo/addons/account_reconcile_oca/models/account_bank_statement.py,sha256=CFqlLL
|
|
22
22
|
odoo/addons/account_reconcile_oca/models/account_bank_statement_line.py,sha256=TJitx34RXPJumRl3seIDdZuoSi81npytSg92Fnm_uSw,53116
|
23
23
|
odoo/addons/account_reconcile_oca/models/account_journal.py,sha256=PXXoGnByO7ve9_G09tnn95HKJoLvXM1pDxHDdd7bpU4,1359
|
24
24
|
odoo/addons/account_reconcile_oca/models/account_move_line.py,sha256=PfdU6cfrKjKMqL_qGqNdyPUWg-frGQ6nR5uCoYtW38M,1212
|
25
|
-
odoo/addons/account_reconcile_oca/models/account_reconcile_abstract.py,sha256=
|
25
|
+
odoo/addons/account_reconcile_oca/models/account_reconcile_abstract.py,sha256=4YUkMb3HZA7fj1YuojLh4RNzn8AW36I1G_CJuEKbRaA,5099
|
26
26
|
odoo/addons/account_reconcile_oca/models/res_company.py,sha256=IaSLPwHJZre5RYPVW8V6mnSoxltS_w0GUN1Ev-cfcB4,354
|
27
27
|
odoo/addons/account_reconcile_oca/models/res_config_settings.py,sha256=AuenxX0UfqYWWP-QvtB0irSf_JuWVh4a9QylPfl-Lxc,325
|
28
28
|
odoo/addons/account_reconcile_oca/readme/CONTRIBUTORS.md,sha256=subC7gWq_kRC_nJfLRfrI_IXlNoGgWaq9Es5qXuMa1w,16
|
@@ -32,7 +32,7 @@ odoo/addons/account_reconcile_oca/readme/USAGE.md,sha256=yNLGo35X7TW2TLyJqHU-gdQ
|
|
32
32
|
odoo/addons/account_reconcile_oca/security/ir.model.access.csv,sha256=XfN2EKOoChlEDonVd5DtodVAQyRbShiJ8nrXx6EwNmM,339
|
33
33
|
odoo/addons/account_reconcile_oca/security/security.xml,sha256=i978n9S9IyLCKqJRvw4gBy8mQBf2-QTPyVu8cRyDuVc,385
|
34
34
|
odoo/addons/account_reconcile_oca/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
35
|
-
odoo/addons/account_reconcile_oca/static/description/index.html,sha256=
|
35
|
+
odoo/addons/account_reconcile_oca/static/description/index.html,sha256=DAHjqCWLd8JayKIqyZ8VtgYb6p-d9PcWGk-YLXOxkN8,14006
|
36
36
|
odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_controller.esm.js,sha256=Zyk9E7M_dpuqXyB8-TQhRFPGozQA9dCyEsht4_UJWbM,4871
|
37
37
|
odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_kanban_record.esm.js,sha256=8kQb0XINafwaiW3jaogkqIijYChliJHXPj0Kr6Sp6Vk,446
|
38
38
|
odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_renderer.esm.js,sha256=SjwJu1wXFRJ_-fIOFqG0DO0KfkErSTVoW1uFHzsKoP0,2096
|
@@ -61,7 +61,7 @@ odoo/addons/account_reconcile_oca/views/account_journal.xml,sha256=kO9TjjowUBV-4
|
|
61
61
|
odoo/addons/account_reconcile_oca/views/account_move.xml,sha256=DmtEGKT5R8QwI_xEAZH1l8tC6pe-GlIQtb4tikHK3z0,971
|
62
62
|
odoo/addons/account_reconcile_oca/views/account_move_line.xml,sha256=a1AqrG0ppplhiAWXabwjbLrvFCatBHys2xNoHxtTgCE,5324
|
63
63
|
odoo/addons/account_reconcile_oca/views/res_config_settings.xml,sha256=uO3fyDQanxF_UfJ2ggc4H9t6gO2cKGMh08IOQemoudc,803
|
64
|
-
odoo_addon_account_reconcile_oca-18.0.1.0.
|
65
|
-
odoo_addon_account_reconcile_oca-18.0.1.0.
|
66
|
-
odoo_addon_account_reconcile_oca-18.0.1.0.
|
67
|
-
odoo_addon_account_reconcile_oca-18.0.1.0.
|
64
|
+
odoo_addon_account_reconcile_oca-18.0.1.0.7.dist-info/METADATA,sha256=yKhbTvjqjW9knKmZyU_xMHJAwJlx13G0UANVxjZeBBw,4525
|
65
|
+
odoo_addon_account_reconcile_oca-18.0.1.0.7.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
66
|
+
odoo_addon_account_reconcile_oca-18.0.1.0.7.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
67
|
+
odoo_addon_account_reconcile_oca-18.0.1.0.7.dist-info/RECORD,,
|
File without changes
|