odoo-addon-account-reconcile-oca 17.0.1.5.13.1__py3-none-any.whl → 17.0.1.5.14.1__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:1efae14a2a21c4617335072fdabae73c8ac34d9b69b4c12f95d9b8f3075978f2
10
+ !! source digest: sha256:24be876b5f3b5cefaf8431a5fd1e40514244feabddce52b0c62a426dc61beb95
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.13",
8
+ "version": "17.0.1.5.14",
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",
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: Odoo Server 17.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "PO-Revision-Date: 2025-02-12 16:06+0000\n"
9
+ "PO-Revision-Date: 2025-06-03 09:27+0000\n"
10
10
  "Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
11
11
  "Language-Team: none\n"
12
12
  "Language: it\n"
@@ -14,7 +14,7 @@ msgstr ""
14
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
15
  "Content-Transfer-Encoding: \n"
16
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
- "X-Generator: Weblate 5.6.2\n"
17
+ "X-Generator: Weblate 5.10.4\n"
18
18
 
19
19
  #. module: account_reconcile_oca
20
20
  #: model_terms:ir.ui.view,arch_db:account_reconcile_oca.bank_statement_line_form_reconcile_view
@@ -49,7 +49,7 @@ msgstr "Sintesi riconciliazione contabile"
49
49
  #. module: account_reconcile_oca
50
50
  #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_account_reconcile__active
51
51
  msgid "Active"
52
- msgstr ""
52
+ msgstr "Attiva"
53
53
 
54
54
  #. module: account_reconcile_oca
55
55
  #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_account_reconcile__add_account_move_line_id
@@ -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>
@@ -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:1efae14a2a21c4617335072fdabae73c8ac34d9b69b4c12f95d9b8f3075978f2
370
+ !! source digest: sha256:24be876b5f3b5cefaf8431a5fd1e40514244feabddce52b0c62a426dc61beb95
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-account_reconcile_oca
3
- Version: 17.0.1.5.13.1
3
+ Version: 17.0.1.5.14.1
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:1efae14a2a21c4617335072fdabae73c8ac34d9b69b4c12f95d9b8f3075978f2
27
+ !! source digest: sha256:24be876b5f3b5cefaf8431a5fd1e40514244feabddce52b0c62a426dc61beb95
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_reconcile_oca/README.rst,sha256=ErCJW6D-UrwlV1UbZpS96CqqtibxbQ21Iqxi_r73HYo,3703
1
+ odoo/addons/account_reconcile_oca/README.rst,sha256=axwtLQytadU0E7ovPI5C-euytzcYUU00yv6acoNTCEE,3703
2
2
  odoo/addons/account_reconcile_oca/__init__.py,sha256=vqRYeBgCVZMpZhYvILSxVsNLC9V7zDnvxMnKU8RQP94,55
3
- odoo/addons/account_reconcile_oca/__manifest__.py,sha256=k_cSjcPCSHL-QdkcHkuyb5aUVfTSRKFck125nvFm63M,1866
3
+ odoo/addons/account_reconcile_oca/__manifest__.py,sha256=RVTHcD7u0M0zNrF2RTmf78JjMSlJ64-NOStrsMcRGGQ,1899
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=BcfAQyKghg_o7ALjpCAMiPLW-CShv_JKszBr_tkMdJc,26028
@@ -8,7 +8,7 @@ odoo/addons/account_reconcile_oca/i18n/ca.po,sha256=RoTNlADuJhgQ_ElabXWViCQJ2Z1C
8
8
  odoo/addons/account_reconcile_oca/i18n/es.po,sha256=7URuRFpoH8vxfbrZiPawHn8fY7JShVIff3y1Lj7KhtI,28949
9
9
  odoo/addons/account_reconcile_oca/i18n/fr.po,sha256=RBaZBVI69TSIKAH1cP6V3oBEqFxuP3cu868Tw1yACpM,28341
10
10
  odoo/addons/account_reconcile_oca/i18n/hr.po,sha256=Evw2YpRZ7uDNgEzGb1GZISknOu0AIzaH_-AMKVY2b5M,27507
11
- odoo/addons/account_reconcile_oca/i18n/it.po,sha256=pu862ZP6hEJ1FtMbxQ_zIq_i7R70iswePO6PFvBbw0U,28761
11
+ odoo/addons/account_reconcile_oca/i18n/it.po,sha256=mlW1mCW-Fsh5BNRU4Yh2qWudRry7tIr6uej8ldSau78,28768
12
12
  odoo/addons/account_reconcile_oca/i18n/nl.po,sha256=UNO8wmXPnMiTrak2mVo6L_ogOJQyOtKkwzmB6TAqIBQ,28148
13
13
  odoo/addons/account_reconcile_oca/i18n/pt.po,sha256=N78a9dT1N0NO90ItXE9a3uwuLgRbK14h014UEd0Jdqk,28363
14
14
  odoo/addons/account_reconcile_oca/i18n/pt_BR.po,sha256=QgMdVHZcFhGVXYMrImm_apEAlPJ0u3R2gJo2QW7Ms4A,28320
@@ -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=KqNuhO8lalZ89kxz2WljjY4rhd0DEPaSICfMvP6vIpE,13790
35
+ odoo/addons/account_reconcile_oca/static/description/index.html,sha256=KR-I6u6FWDUdl9Bm3xgwToaK3AL3JwaDhWiPnWBEpLE,13790
35
36
  odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_controller.esm.js,sha256=k85Scd4skR5y56TvFVEqB_uf7vCD9Y7RpInETuNBAc8,4891
36
37
  odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_kanban_record.esm.js,sha256=ewNK1VQgFZWccTiyJMKYkOG6KtbHHVnI2pdNy9kjkig,467
37
38
  odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_renderer.esm.js,sha256=9NSr3iZ7H_QGTpixW5D4WEJuD_u4KRpdYwRmKqcML_k,2117
@@ -62,7 +63,7 @@ odoo/addons/account_reconcile_oca/views/account_journal.xml,sha256=T5tZ5Ev0psYp7
62
63
  odoo/addons/account_reconcile_oca/views/account_move.xml,sha256=BnvchVpOJ31M-kCoe6AHDxHMfrEEgJTPPysxguX3xgE,975
63
64
  odoo/addons/account_reconcile_oca/views/account_move_line.xml,sha256=Kr_ET1IAat3B8UoW6VPQO3q88JLVdE5-5jpb13ioCbY,5405
64
65
  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.13.1.dist-info/METADATA,sha256=oI6Z15OB7cbDW-YXEJ8h3DQZauYbaGcVd7bqxyAuWXs,4391
66
- odoo_addon_account_reconcile_oca-17.0.1.5.13.1.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
67
- odoo_addon_account_reconcile_oca-17.0.1.5.13.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
68
- odoo_addon_account_reconcile_oca-17.0.1.5.13.1.dist-info/RECORD,,
66
+ odoo_addon_account_reconcile_oca-17.0.1.5.14.1.dist-info/METADATA,sha256=7RbM4r2l-DGMJX-TWDover1BsCJZAlKtb719Z5TAp5E,4391
67
+ odoo_addon_account_reconcile_oca-17.0.1.5.14.1.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
68
+ odoo_addon_account_reconcile_oca-17.0.1.5.14.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
69
+ odoo_addon_account_reconcile_oca-17.0.1.5.14.1.dist-info/RECORD,,