odoo-addon-account-reconcile-oca 16.0.2.0.7__py3-none-any.whl → 16.0.2.0.8__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.
@@ -7,7 +7,7 @@ Account Reconcile Oca
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:4d5c73a4cd98fd5d9d575232799656af8b9d64e0bbf4e7238bfa326f2d498966
10
+ !! source digest: sha256:255da133dc67baf6fc0b831ec959cc999d4cdd2757a9a14a16c30a4738a56f34
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -5,7 +5,7 @@
5
5
  "name": "Account Reconcile Oca",
6
6
  "summary": """
7
7
  Reconcile addons for Odoo CE accounting""",
8
- "version": "16.0.2.0.7",
8
+ "version": "16.0.2.0.8",
9
9
  "license": "AGPL-3",
10
10
  "author": "CreuBlanca,Dixmit,Odoo Community Association (OCA)",
11
11
  "maintainers": ["etobella"],
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: Odoo Server 16.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "PO-Revision-Date: 2024-09-11 03:06+0000\n"
9
+ "PO-Revision-Date: 2024-11-13 16:06+0000\n"
10
10
  "Last-Translator: Rodrigo Sottomaior Macedo "
11
11
  "<sottomaiormacedotec@sottomaiormacedo.tech>\n"
12
12
  "Language-Team: none\n"
@@ -300,7 +300,7 @@ msgstr "Está completo"
300
300
  #. module: account_reconcile_oca
301
301
  #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_bank_statement_line__manual_in_currency
302
302
  msgid "Is Manual in Currency?"
303
- msgstr ""
303
+ msgstr "O Manual está em circulação?"
304
304
 
305
305
  #. module: account_reconcile_oca
306
306
  #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_account_reconcile__is_reconciled
@@ -511,6 +511,7 @@ class AccountBankStatementLine(models.Model):
511
511
  "line_currency_id": self.company_id.currency_id.id,
512
512
  "currency_id": self.company_id.currency_id.id,
513
513
  "currency_amount": amount,
514
+ "name": line.get("name") or self.payment_ref,
514
515
  }
515
516
  )
516
517
  reconcile_auxiliary_id += 1
@@ -367,7 +367,7 @@ 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:4d5c73a4cd98fd5d9d575232799656af8b9d64e0bbf4e7238bfa326f2d498966
370
+ !! source digest: sha256:255da133dc67baf6fc0b831ec959cc999d4cdd2757a9a14a16c30a4738a56f34
371
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
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/16.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-16-0/account-reconcile-16-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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373
373
  <p>This addon allows to reconcile bank statements and account marked as <cite>reconcile</cite>.</p>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-account_reconcile_oca
3
- Version: 16.0.2.0.7
3
+ Version: 16.0.2.0.8
4
4
  Summary: Reconcile addons for Odoo CE accounting
5
5
  Home-page: https://github.com/OCA/account-reconcile
6
6
  Author: CreuBlanca,Dixmit,Odoo Community Association (OCA)
@@ -23,7 +23,7 @@ Account Reconcile Oca
23
23
  !! This file is generated by oca-gen-addon-readme !!
24
24
  !! changes will be overwritten. !!
25
25
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
26
- !! source digest: sha256:4d5c73a4cd98fd5d9d575232799656af8b9d64e0bbf4e7238bfa326f2d498966
26
+ !! source digest: sha256:255da133dc67baf6fc0b831ec959cc999d4cdd2757a9a14a16c30a4738a56f34
27
27
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
28
 
29
29
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -1,6 +1,6 @@
1
- odoo/addons/account_reconcile_oca/README.rst,sha256=vLblM-kv2e8lt06y2HBwn7uBMNHUjv5M_1hIbZOJ6-M,3709
1
+ odoo/addons/account_reconcile_oca/README.rst,sha256=OT9nrPVJhc9_FrICOcQeKsPKN_97bVKqP_bZGFgfFdc,3709
2
2
  odoo/addons/account_reconcile_oca/__init__.py,sha256=vqRYeBgCVZMpZhYvILSxVsNLC9V7zDnvxMnKU8RQP94,55
3
- odoo/addons/account_reconcile_oca/__manifest__.py,sha256=0uLH5oxmJWQV1DZXwk9MT-3ULLXZ-Wo57UuicidhU1I,1826
3
+ odoo/addons/account_reconcile_oca/__manifest__.py,sha256=s242F3KhGJLrhw-n5UZLhEA4edL4qjiGebCpuoRt3jQ,1826
4
4
  odoo/addons/account_reconcile_oca/hooks.py,sha256=l2-vYiPh-Wu_4Hi3GvfoUmc527S-Jozb07-DbP6LzDA,187
5
5
  odoo/addons/account_reconcile_oca/demo/demo.xml,sha256=6k0uK-H1aBiyogVNhQMQfFGL5zUfUGV2M-sSV6LHeUs,204
6
6
  odoo/addons/account_reconcile_oca/i18n/account_reconcile_oca.pot,sha256=UOXZfULkd2lLxY1q6OJb-D4C8KqXV1U-7eG_52CP5lU,26737
@@ -11,14 +11,14 @@ odoo/addons/account_reconcile_oca/i18n/hr.po,sha256=lNsev7ujXBBUT0N1gd3Bv2O7K3uz
11
11
  odoo/addons/account_reconcile_oca/i18n/it.po,sha256=X_U3jXzdqKSMEZQJPD7QfkGE8wItoP2rOuRF85sfgTA,29527
12
12
  odoo/addons/account_reconcile_oca/i18n/nl.po,sha256=qHH17d-YwYH90p5BDCR2bUP2N5yopAQ-9ok_kUaj-9w,28815
13
13
  odoo/addons/account_reconcile_oca/i18n/pt.po,sha256=XeMjva43FfT4jQ3mcGzd6Dr4dwqde6Pni8TWn0otfl8,29164
14
- odoo/addons/account_reconcile_oca/i18n/pt_BR.po,sha256=9wwSUfgwwt11ioG0M4mCdlt8vM5t8E2S4EQsuNOfPFw,29611
14
+ odoo/addons/account_reconcile_oca/i18n/pt_BR.po,sha256=0vRACQ3-UnrFJh3Npv9LlWCeANYM_anOsdSwUNiXBjo,29642
15
15
  odoo/addons/account_reconcile_oca/i18n/sv.po,sha256=aHozw_7rtEPrdtsgiz0gVu78gPX_eRGdjNc4w4ps3K0,29167
16
16
  odoo/addons/account_reconcile_oca/i18n/tr.po,sha256=h26NnXK18YlnqdnekoerWgp22TdwjacB0suUJnQqmy8,29290
17
17
  odoo/addons/account_reconcile_oca/migrations/16.0.1.2.0/pre-migration.py,sha256=Z_OLx-fclggJUAtYpepXRAAc68AizrIN6MWtl4zp0Qw,642
18
18
  odoo/addons/account_reconcile_oca/models/__init__.py,sha256=28wbZjUZa30uHQY10BMJtKQ_BqJgwLQMQvB9uv0H_fY,282
19
19
  odoo/addons/account_reconcile_oca/models/account_account_reconcile.py,sha256=Bgp4aHX6nSjm8OaRn380Bf5LcQ-Yo4nFt9CzzlExykc,6780
20
20
  odoo/addons/account_reconcile_oca/models/account_bank_statement.py,sha256=JuIl9m0FzsoD_29Vb4TiXYoqFLd6gjSvntpRB_JrVLU,463
21
- odoo/addons/account_reconcile_oca/models/account_bank_statement_line.py,sha256=M_C3P3qeEPeHcYwzDsYlKB8ODOiduAjDpHCeVE9eNTY,39386
21
+ odoo/addons/account_reconcile_oca/models/account_bank_statement_line.py,sha256=5cRQHfEQdCf2JOEElqa80IBRf0cvrNe_4NsfDjMhADo,39452
22
22
  odoo/addons/account_reconcile_oca/models/account_journal.py,sha256=prdylwu2cX8MQUCRUGJfPWeCu8R6MNgLvHqPscqwloQ,995
23
23
  odoo/addons/account_reconcile_oca/models/account_move_line.py,sha256=yLNHitduzhS5ShrWWw31S5zirIadFsG8ga1gtXehRTc,1213
24
24
  odoo/addons/account_reconcile_oca/models/account_reconcile_abstract.py,sha256=jRboiVtRZmFBoZB2OQU4FOK4wwv7WLwjtX00XUO3FzA,3916
@@ -30,7 +30,7 @@ odoo/addons/account_reconcile_oca/readme/ROADMAP.rst,sha256=MlQ8cFQmu5MzBoFW2WP_
30
30
  odoo/addons/account_reconcile_oca/readme/USAGE.rst,sha256=npPsx_C8T-JuCEJiTK4V44_5Io1j4ltO831T3yHFuCs,396
31
31
  odoo/addons/account_reconcile_oca/security/ir.model.access.csv,sha256=XfN2EKOoChlEDonVd5DtodVAQyRbShiJ8nrXx6EwNmM,339
32
32
  odoo/addons/account_reconcile_oca/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
33
- odoo/addons/account_reconcile_oca/static/description/index.html,sha256=L96YF6yXU7KPmr_fmJRZCvwB7ZPEVQ7Hhn3LvLgdYY8,13829
33
+ odoo/addons/account_reconcile_oca/static/description/index.html,sha256=gXLW9aYblnZcmPH1JpPrijdMTD60DMwYeQZT6xai70Y,13829
34
34
  odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_controller.esm.js,sha256=Q_WFfEwl2q0Nr6cugeIt0ziVTZ7oFxM7UdcPzFP6FEs,4856
35
35
  odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_kanban_record.esm.js,sha256=ewNK1VQgFZWccTiyJMKYkOG6KtbHHVnI2pdNy9kjkig,467
36
36
  odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_renderer.esm.js,sha256=jm7p1yKiSw7oz32IZ_uwjFOMMz77sxicv-zPomVVt4U,2157
@@ -61,7 +61,7 @@ odoo/addons/account_reconcile_oca/views/account_journal.xml,sha256=WQGxMPgl4Um-I
61
61
  odoo/addons/account_reconcile_oca/views/account_move.xml,sha256=qMXpycJJfaztyToulMmLY1NF2UDL2lcZM-m1tTiAoRY,995
62
62
  odoo/addons/account_reconcile_oca/views/account_move_line.xml,sha256=BfObEwM6vXHMtxOFMOGDdCPOWO4ybz3w1_fm4_ufqM0,5274
63
63
  odoo/addons/account_reconcile_oca/views/res_config_settings.xml,sha256=hL06Z_0Eg96LU6ta7VHRaheUDehJ6tVexBjU6X52Vng,1412
64
- odoo_addon_account_reconcile_oca-16.0.2.0.7.dist-info/METADATA,sha256=CrSaywXCx6lqSmCYwKe5vOORIBqYoZbhjJVT11ol_wc,4322
65
- odoo_addon_account_reconcile_oca-16.0.2.0.7.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
66
- odoo_addon_account_reconcile_oca-16.0.2.0.7.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
67
- odoo_addon_account_reconcile_oca-16.0.2.0.7.dist-info/RECORD,,
64
+ odoo_addon_account_reconcile_oca-16.0.2.0.8.dist-info/METADATA,sha256=L37nZGvsBvisyAiruhcvaQlxNzYu7yRJQlAvvbaE5cE,4322
65
+ odoo_addon_account_reconcile_oca-16.0.2.0.8.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
66
+ odoo_addon_account_reconcile_oca-16.0.2.0.8.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
67
+ odoo_addon_account_reconcile_oca-16.0.2.0.8.dist-info/RECORD,,