odoo-addon-account-reconcile-oca 17.0.1.5.10.2__py3-none-any.whl → 17.0.1.5.11__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:a04cf3a50a24d45df3bb09b47f208328e7b857ea9c5380c3ac996930aa862149
10
+ !! source digest: sha256:a328b029dd4f4f5057f8be27509284ee859c362abae426738e402891f41cf1ea
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": "17.0.1.5.10",
8
+ "version": "17.0.1.5.11",
9
9
  "license": "AGPL-3",
10
10
  "author": "CreuBlanca,Dixmit,Odoo Community Association (OCA)",
11
11
  "maintainers": ["etobella"],
@@ -6,8 +6,8 @@ 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: 2025-04-16 14:24+0000\n"
10
- "Last-Translator: Romain BONNINGUE <bonninguer@gmail.com>\n"
9
+ "PO-Revision-Date: 2025-04-23 12:23+0000\n"
10
+ "Last-Translator: MaxyMoos <maxence@groine.fr>\n"
11
11
  "Language-Team: none\n"
12
12
  "Language: fr\n"
13
13
  "MIME-Version: 1.0\n"
@@ -88,7 +88,7 @@ msgstr "Montant"
88
88
  #. module: account_reconcile_oca
89
89
  #: model_terms:ir.ui.view,arch_db:account_reconcile_oca.bank_statement_line_form_reconcile_view
90
90
  msgid "Amount in Currency"
91
- msgstr ""
91
+ msgstr "Montant en devise"
92
92
 
93
93
  #. module: account_reconcile_oca
94
94
  #. odoo-javascript
@@ -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:a04cf3a50a24d45df3bb09b47f208328e7b857ea9c5380c3ac996930aa862149
370
+ !! source digest: sha256:a328b029dd4f4f5057f8be27509284ee859c362abae426738e402891f41cf1ea
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/17.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-17-0/account-reconcile-17-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=17.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
@@ -1051,12 +1051,12 @@ class TestReconciliationWidget(TestAccountReconciliationCommon):
1051
1051
  def test_partner_name_with_parent(self):
1052
1052
  parent_partner = self.env["res.partner"].create(
1053
1053
  {
1054
- "name": "test",
1054
+ "name": "test-account_reconcile_oca",
1055
1055
  }
1056
1056
  )
1057
1057
  child_partner = self.env["res.partner"].create(
1058
1058
  {
1059
- "name": "test",
1059
+ "name": "test-account_reconcile_oca",
1060
1060
  "parent_id": parent_partner.id,
1061
1061
  "type": "delivery",
1062
1062
  }
@@ -1083,7 +1083,7 @@ class TestReconciliationWidget(TestAccountReconciliationCommon):
1083
1083
  "amount": 100,
1084
1084
  "date": time.strftime("%Y-07-15"),
1085
1085
  "payment_ref": "test",
1086
- "partner_name": "test",
1086
+ "partner_name": "test-account_reconcile_oca",
1087
1087
  }
1088
1088
  )
1089
1089
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-account_reconcile_oca
3
- Version: 17.0.1.5.10.2
3
+ Version: 17.0.1.5.11
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo-addon-account_reconcile_model_oca>=17.0dev,<17.1dev
6
6
  Requires-Dist: odoo-addon-account_statement_base>=17.0dev,<17.1dev
@@ -24,7 +24,7 @@ Account Reconcile Oca
24
24
  !! This file is generated by oca-gen-addon-readme !!
25
25
  !! changes will be overwritten. !!
26
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
- !! source digest: sha256:a04cf3a50a24d45df3bb09b47f208328e7b857ea9c5380c3ac996930aa862149
27
+ !! source digest: sha256:a328b029dd4f4f5057f8be27509284ee859c362abae426738e402891f41cf1ea
28
28
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29
29
 
30
30
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -1,12 +1,12 @@
1
- odoo/addons/account_reconcile_oca/README.rst,sha256=OPpX9j9E4n6M51gVTJzZjYiF3dOfnu2LsAf5tlhHnpk,3703
1
+ odoo/addons/account_reconcile_oca/README.rst,sha256=Lt3yubJKqgQKXgmuWbi1Dvfb_xK3NE3iKecV0Y9odyI,3703
2
2
  odoo/addons/account_reconcile_oca/__init__.py,sha256=vqRYeBgCVZMpZhYvILSxVsNLC9V7zDnvxMnKU8RQP94,55
3
- odoo/addons/account_reconcile_oca/__manifest__.py,sha256=DnPB46J4Y9P04LebJvkyIUGP4QztpxvuChkE0peDVSs,1866
3
+ odoo/addons/account_reconcile_oca/__manifest__.py,sha256=2OF2SpUcpKOFLEY3__BPOA2eYrTREM03pVArmbxArnI,1866
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=6k0uK-H1aBiyogVNhQMQfFGL5zUfUGV2M-sSV6LHeUs,204
6
6
  odoo/addons/account_reconcile_oca/i18n/account_reconcile_oca.pot,sha256=vlHVCktaX5SroaT7L5nLHEXHkronUJWhXo5iF0U9eX4,25864
7
7
  odoo/addons/account_reconcile_oca/i18n/ca.po,sha256=aLKybPofjsXOs3bR6uHYEgiycA45l0-I86csQkzjH_U,27914
8
8
  odoo/addons/account_reconcile_oca/i18n/es.po,sha256=ejSXDXbYAgXqLCVnWhje-po9S3IChH6oSFmzX2yJKfM,28785
9
- odoo/addons/account_reconcile_oca/i18n/fr.po,sha256=X4fsT74csMekOr9X8Q4RXxSdYVfewI88VcVc3slzCVQ,28171
9
+ odoo/addons/account_reconcile_oca/i18n/fr.po,sha256=xRme9H9vUY8YyMaioNFWoWGNt8hYCo1EiZm6o7FV7Ms,28177
10
10
  odoo/addons/account_reconcile_oca/i18n/hr.po,sha256=9k2sTA5vHDxDA5B9B2D6eQo4Qws2fTKQqDz7ZkxW3RA,27343
11
11
  odoo/addons/account_reconcile_oca/i18n/it.po,sha256=U1jpiyc8Fxmop0UZXEs--D_4nu21aDEaCy4in3sOnIQ,28597
12
12
  odoo/addons/account_reconcile_oca/i18n/nl.po,sha256=EEmGh9DiMsQKcNa5Gae6CDyJI1piIYzmzrZEM5XJVy8,27984
@@ -31,7 +31,7 @@ odoo/addons/account_reconcile_oca/readme/ROADMAP.md,sha256=fxR8QnC8BkHyODdPScpgJ
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
33
  odoo/addons/account_reconcile_oca/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
34
- odoo/addons/account_reconcile_oca/static/description/index.html,sha256=1xiwpKkteeKYtp-9vL9fYqubtpUzckmAl6-9yMgv6wU,13790
34
+ odoo/addons/account_reconcile_oca/static/description/index.html,sha256=1j7B8JAWgjHfd1kL6WdgVuZPQw_a7YKOxacl0DpO4rA,13790
35
35
  odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_controller.esm.js,sha256=k85Scd4skR5y56TvFVEqB_uf7vCD9Y7RpInETuNBAc8,4891
36
36
  odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_kanban_record.esm.js,sha256=ewNK1VQgFZWccTiyJMKYkOG6KtbHHVnI2pdNy9kjkig,467
37
37
  odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_renderer.esm.js,sha256=9NSr3iZ7H_QGTpixW5D4WEJuD_u4KRpdYwRmKqcML_k,2117
@@ -53,7 +53,7 @@ odoo/addons/account_reconcile_oca/static/src/scss/reconcile.scss,sha256=b6clO2yW
53
53
  odoo/addons/account_reconcile_oca/static/src/xml/reconcile.xml,sha256=oTMZ-vgK_9-7uISjRTrfQeEjo95NbCCSN18uRYFHFkc,9411
54
54
  odoo/addons/account_reconcile_oca/tests/__init__.py,sha256=8JhP4auByShS8Z_Ik5dShMuWdh1kBlYP_DLI4Ku8XWA,79
55
55
  odoo/addons/account_reconcile_oca/tests/test_account_reconcile.py,sha256=MP5M-NsVhMoYiU675hr1nsvZRRK-4e5KUYMCCKTUHB8,10807
56
- odoo/addons/account_reconcile_oca/tests/test_bank_account_reconcile.py,sha256=km7zs8uO6wabfryrsg8VLd5yT0AhkRaI0nI_MHOx-Es,53449
56
+ odoo/addons/account_reconcile_oca/tests/test_bank_account_reconcile.py,sha256=5Thync7EUKOaSykQf8nYJN2C_LPi_l8ElFCKjJxWE20,53515
57
57
  odoo/addons/account_reconcile_oca/views/account_account.xml,sha256=0RiPmzfRUj54oMYKWM7mLnZL-5IhI5W8fiRruHL0SYc,866
58
58
  odoo/addons/account_reconcile_oca/views/account_account_reconcile.xml,sha256=2FKosNTl4hVC_yVq8uRzZvMMrXyEttK_YTsdnV8o0NI,7016
59
59
  odoo/addons/account_reconcile_oca/views/account_bank_statement.xml,sha256=QrjQZ3OTsnbopdLnnsFaZ0f7ncLkOUbtVj9osXdxw5k,2436
@@ -62,7 +62,7 @@ odoo/addons/account_reconcile_oca/views/account_journal.xml,sha256=T5tZ5Ev0psYp7
62
62
  odoo/addons/account_reconcile_oca/views/account_move.xml,sha256=BnvchVpOJ31M-kCoe6AHDxHMfrEEgJTPPysxguX3xgE,975
63
63
  odoo/addons/account_reconcile_oca/views/account_move_line.xml,sha256=Kr_ET1IAat3B8UoW6VPQO3q88JLVdE5-5jpb13ioCbY,5405
64
64
  odoo/addons/account_reconcile_oca/views/res_config_settings.xml,sha256=PxIqWILg_L_ahR-SDlDWEqWDJKNumPRifFAGF0BG57E,807
65
- odoo_addon_account_reconcile_oca-17.0.1.5.10.2.dist-info/METADATA,sha256=TEjBgUJ356LlpFDupjsoM3dMeUvDJGo3mZPd7M8ZvAI,4391
66
- odoo_addon_account_reconcile_oca-17.0.1.5.10.2.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
67
- odoo_addon_account_reconcile_oca-17.0.1.5.10.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
68
- odoo_addon_account_reconcile_oca-17.0.1.5.10.2.dist-info/RECORD,,
65
+ odoo_addon_account_reconcile_oca-17.0.1.5.11.dist-info/METADATA,sha256=4VzEZApvosB59Fn3pN1iCev2DK7oExQ1V7Ps0NlTiQo,4389
66
+ odoo_addon_account_reconcile_oca-17.0.1.5.11.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
67
+ odoo_addon_account_reconcile_oca-17.0.1.5.11.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
68
+ odoo_addon_account_reconcile_oca-17.0.1.5.11.dist-info/RECORD,,