odoo-addon-account-reconcile-oca 18.0.1.0.5__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.
@@ -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:df0bf9dcf9f950d0b60b70040cc284a440ac3460228b8dfe10553f39c8d9bb5f
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/licence-AGPL--3-blue.png
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.5",
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"],
@@ -18,6 +18,7 @@
18
18
  "data": [
19
19
  "views/res_config_settings.xml",
20
20
  "security/ir.model.access.csv",
21
+ "security/security.xml",
21
22
  "views/account_account_reconcile.xml",
22
23
  "views/account_bank_statement_line.xml",
23
24
  "views/account_move_line.xml",
@@ -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,
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="utf-8" ?>
2
+ <odoo noupdate="1">
3
+ <record id="rule_account_account_reconcile_multi_company" model="ir.rule">
4
+ <field name="name">account.account.reconcile multi-company</field>
5
+ <field name="model_id" ref="model_account_account_reconcile" />
6
+ <field name="domain_force">[('company_id','in',company_ids)]</field>
7
+ </record>
8
+ </odoo>
@@ -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>Account Reconcile Oca</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" id="account-reconcile-oca">
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:df0bf9dcf9f950d0b60b70040cc284a440ac3460228b8dfe10553f39c8d9bb5f
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/licence-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&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
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&amp;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
- <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
399
+ <h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
395
400
  <div class="section" id="bank-reconcile">
396
- <h2><a class="toc-backref" href="#toc-entry-2">Bank reconcile</a></h2>
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
- <h2><a class="toc-backref" href="#toc-entry-3">Account reconcile</a></h2>
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
- <h1><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h1>
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
- <h1><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h1>
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
- <h1><a class="toc-backref" href="#toc-entry-6">Credits</a></h1>
428
+ <h2><a class="toc-backref" href="#toc-entry-6">Credits</a></h2>
424
429
  <div class="section" id="authors">
425
- <h2><a class="toc-backref" href="#toc-entry-7">Authors</a></h2>
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
- <h2><a class="toc-backref" href="#toc-entry-8">Contributors</a></h2>
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
- <h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
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.5
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:df0bf9dcf9f950d0b60b70040cc284a440ac3460228b8dfe10553f39c8d9bb5f
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/licence-AGPL--3-blue.png
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=tWhatz_QzM3Ncpys8-EhfP4eQVHwms6tUcgIrK3sRXk,3703
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=L4BWU5sTJl7MrYi9IHlzXgNtr-wbNENM0k23ETxw6lE,1788
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=kQ0N2z4HRHCw5UyffrdpCX6mUGAllpcEJ-YCUmSqhKM,5078
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
@@ -30,8 +30,9 @@ odoo/addons/account_reconcile_oca/readme/DESCRIPTION.md,sha256=zG0ZonPDBNpqhobe3
30
30
  odoo/addons/account_reconcile_oca/readme/ROADMAP.md,sha256=fxR8QnC8BkHyODdPScpgJZ7K_fXxarzkGTjAk-zCv4M,104
31
31
  odoo/addons/account_reconcile_oca/readme/USAGE.md,sha256=yNLGo35X7TW2TLyJqHU-gdQiXazW8Iu59rI0dpa4WjM,365
32
32
  odoo/addons/account_reconcile_oca/security/ir.model.access.csv,sha256=XfN2EKOoChlEDonVd5DtodVAQyRbShiJ8nrXx6EwNmM,339
33
+ odoo/addons/account_reconcile_oca/security/security.xml,sha256=i978n9S9IyLCKqJRvw4gBy8mQBf2-QTPyVu8cRyDuVc,385
33
34
  odoo/addons/account_reconcile_oca/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
34
- odoo/addons/account_reconcile_oca/static/description/index.html,sha256=tOtktkUNU2O8swfebQmeEVvejB1w0WsNYG2PSTZueHM,13790
35
+ odoo/addons/account_reconcile_oca/static/description/index.html,sha256=DAHjqCWLd8JayKIqyZ8VtgYb6p-d9PcWGk-YLXOxkN8,14006
35
36
  odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_controller.esm.js,sha256=Zyk9E7M_dpuqXyB8-TQhRFPGozQA9dCyEsht4_UJWbM,4871
36
37
  odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_kanban_record.esm.js,sha256=8kQb0XINafwaiW3jaogkqIijYChliJHXPj0Kr6Sp6Vk,446
37
38
  odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_renderer.esm.js,sha256=SjwJu1wXFRJ_-fIOFqG0DO0KfkErSTVoW1uFHzsKoP0,2096
@@ -60,7 +61,7 @@ odoo/addons/account_reconcile_oca/views/account_journal.xml,sha256=kO9TjjowUBV-4
60
61
  odoo/addons/account_reconcile_oca/views/account_move.xml,sha256=DmtEGKT5R8QwI_xEAZH1l8tC6pe-GlIQtb4tikHK3z0,971
61
62
  odoo/addons/account_reconcile_oca/views/account_move_line.xml,sha256=a1AqrG0ppplhiAWXabwjbLrvFCatBHys2xNoHxtTgCE,5324
62
63
  odoo/addons/account_reconcile_oca/views/res_config_settings.xml,sha256=uO3fyDQanxF_UfJ2ggc4H9t6gO2cKGMh08IOQemoudc,803
63
- odoo_addon_account_reconcile_oca-18.0.1.0.5.dist-info/METADATA,sha256=-690de9xYbGu1EjkHySvH0m6vJLkmpDVYyrYmd6f2ok,4360
64
- odoo_addon_account_reconcile_oca-18.0.1.0.5.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
65
- odoo_addon_account_reconcile_oca-18.0.1.0.5.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
66
- odoo_addon_account_reconcile_oca-18.0.1.0.5.dist-info/RECORD,,
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,,