odoo-addon-account-reconcile-oca 17.0.1.5.8__py3-none-any.whl → 18.0.1.0.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.
Files changed (40) hide show
  1. odoo/addons/account_reconcile_oca/README.rst +6 -6
  2. odoo/addons/account_reconcile_oca/__manifest__.py +1 -1
  3. odoo/addons/account_reconcile_oca/demo/demo.xml +0 -1
  4. odoo/addons/account_reconcile_oca/i18n/account_reconcile_oca.pot +6 -26
  5. odoo/addons/account_reconcile_oca/models/account_account_reconcile.py +6 -8
  6. odoo/addons/account_reconcile_oca/models/account_bank_statement_line.py +22 -16
  7. odoo/addons/account_reconcile_oca/models/account_reconcile_abstract.py +1 -1
  8. odoo/addons/account_reconcile_oca/static/description/index.html +4 -4
  9. odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_controller.esm.js +2 -3
  10. odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_kanban_record.esm.js +0 -2
  11. odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_renderer.esm.js +0 -2
  12. odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_view.esm.js +0 -2
  13. odoo/addons/account_reconcile_oca/static/src/js/reconcile_form/reconcile_form_controller.esm.js +1 -3
  14. odoo/addons/account_reconcile_oca/static/src/js/reconcile_form/reconcile_form_notebook.esm.js +0 -1
  15. odoo/addons/account_reconcile_oca/static/src/js/reconcile_form/reconcile_form_renderer.esm.js +0 -2
  16. odoo/addons/account_reconcile_oca/static/src/js/reconcile_form/reconcile_form_view.esm.js +0 -2
  17. odoo/addons/account_reconcile_oca/static/src/js/reconcile_manual/reconcile_manual_controller.esm.js +2 -2
  18. odoo/addons/account_reconcile_oca/static/src/js/reconcile_manual/reconcile_manual_view.esm.js +0 -2
  19. odoo/addons/account_reconcile_oca/static/src/js/reconcile_move_line/reconcile_move_line_controller.esm.js +0 -2
  20. odoo/addons/account_reconcile_oca/static/src/js/reconcile_move_line/reconcile_move_line_renderer.esm.js +0 -2
  21. odoo/addons/account_reconcile_oca/static/src/js/reconcile_move_line/reconcile_move_line_view.esm.js +0 -2
  22. odoo/addons/account_reconcile_oca/static/src/js/widgets/reconcile_chatter_field.esm.js +2 -4
  23. odoo/addons/account_reconcile_oca/static/src/js/widgets/reconcile_data_widget.esm.js +2 -1
  24. odoo/addons/account_reconcile_oca/static/src/js/widgets/reconcile_move_line_widget.esm.js +0 -2
  25. odoo/addons/account_reconcile_oca/static/src/js/widgets/selection_badge_uncheck.esm.js +0 -1
  26. odoo/addons/account_reconcile_oca/static/src/xml/reconcile.xml +3 -3
  27. odoo/addons/account_reconcile_oca/tests/test_account_reconcile.py +32 -55
  28. odoo/addons/account_reconcile_oca/tests/test_bank_account_reconcile.py +31 -28
  29. odoo/addons/account_reconcile_oca/views/account_account.xml +3 -5
  30. odoo/addons/account_reconcile_oca/views/account_account_reconcile.xml +13 -20
  31. odoo/addons/account_reconcile_oca/views/account_bank_statement.xml +0 -2
  32. odoo/addons/account_reconcile_oca/views/account_bank_statement_line.xml +66 -71
  33. odoo/addons/account_reconcile_oca/views/account_journal.xml +8 -12
  34. odoo/addons/account_reconcile_oca/views/account_move.xml +0 -4
  35. odoo/addons/account_reconcile_oca/views/account_move_line.xml +23 -24
  36. odoo/addons/account_reconcile_oca/views/res_config_settings.xml +0 -4
  37. {odoo_addon_account_reconcile_oca-17.0.1.5.8.dist-info → odoo_addon_account_reconcile_oca-18.0.1.0.1.dist-info}/METADATA +11 -11
  38. {odoo_addon_account_reconcile_oca-17.0.1.5.8.dist-info → odoo_addon_account_reconcile_oca-18.0.1.0.1.dist-info}/RECORD +40 -40
  39. {odoo_addon_account_reconcile_oca-17.0.1.5.8.dist-info → odoo_addon_account_reconcile_oca-18.0.1.0.1.dist-info}/WHEEL +0 -0
  40. {odoo_addon_account_reconcile_oca-17.0.1.5.8.dist-info → odoo_addon_account_reconcile_oca-18.0.1.0.1.dist-info}/top_level.txt +0 -0
@@ -1,9 +1,9 @@
1
- odoo/addons/account_reconcile_oca/README.rst,sha256=wdZoi3I4ln_Uqyl2qJkTlXe6Njf_vydButVbXHvLt1s,3703
1
+ odoo/addons/account_reconcile_oca/README.rst,sha256=00dayRaqVuF5-1pxNMzLhmKiit_LMNDGTxAZuUDK-_Y,3703
2
2
  odoo/addons/account_reconcile_oca/__init__.py,sha256=vqRYeBgCVZMpZhYvILSxVsNLC9V7zDnvxMnKU8RQP94,55
3
- odoo/addons/account_reconcile_oca/__manifest__.py,sha256=j0OwxsqzvtOr60RoxxCX7_5qz6A_YnS7gVQFTeQet98,1865
3
+ odoo/addons/account_reconcile_oca/__manifest__.py,sha256=yueZO8mxuMOtQIfz3OMQq9GpguZWkKhkF3ZWSWzDKws,1865
4
4
  odoo/addons/account_reconcile_oca/hooks.py,sha256=SfJ-GlIGYL1kf8xhQs5qDqwNnE8S9Gs-5dP3vOD-IMM,182
5
- odoo/addons/account_reconcile_oca/demo/demo.xml,sha256=6k0uK-H1aBiyogVNhQMQfFGL5zUfUGV2M-sSV6LHeUs,204
6
- odoo/addons/account_reconcile_oca/i18n/account_reconcile_oca.pot,sha256=vlHVCktaX5SroaT7L5nLHEXHkronUJWhXo5iF0U9eX4,25864
5
+ odoo/addons/account_reconcile_oca/demo/demo.xml,sha256=UKHgUXdDr54NsxdYk5czOdD-kmJas-8zlq5D7VQtIh4,203
6
+ odoo/addons/account_reconcile_oca/i18n/account_reconcile_oca.pot,sha256=5gK02FBQjnhlqJdk3LOxlr9YCBFDG9W9Rbee0WYw-IM,25428
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=kmNZdQsnSQRgILsasQ-xwDD-UIYfkql_v_AFdVI9tMY,28785
9
9
  odoo/addons/account_reconcile_oca/i18n/fr.po,sha256=4g6JXdBwYIK8FUQxV1fsESH632GLv-z4uxgqrdtUwyQ,28143
@@ -17,12 +17,12 @@ odoo/addons/account_reconcile_oca/i18n/tr.po,sha256=I12rf_Ii4DG88OYINIK0DORqwbVo
17
17
  odoo/addons/account_reconcile_oca/i18n/zh.po,sha256=OrZGNmHphcAPo9Sptef1lKJKZbMC8dIuWMqnLYc1uHA,25929
18
18
  odoo/addons/account_reconcile_oca/i18n/zh_CN.po,sha256=E90cE9nDSkUWaP3Ngvj3NG0xTAfcguywhgxlNKmeLZ4,27668
19
19
  odoo/addons/account_reconcile_oca/models/__init__.py,sha256=28wbZjUZa30uHQY10BMJtKQ_BqJgwLQMQvB9uv0H_fY,282
20
- odoo/addons/account_reconcile_oca/models/account_account_reconcile.py,sha256=ytgriYp_tkxeU0TN3_UHMqE6b4wXc0uqGiBjTqKXxVk,7111
20
+ odoo/addons/account_reconcile_oca/models/account_account_reconcile.py,sha256=-M3lrYywAASLysnha1GEXXYkINWARXO3VIEyiRg4yL0,7088
21
21
  odoo/addons/account_reconcile_oca/models/account_bank_statement.py,sha256=CFqlLLtmTqmt5yH3v_pkUfkZezSb1nEhBTu2J5gCjxM,1034
22
- odoo/addons/account_reconcile_oca/models/account_bank_statement_line.py,sha256=J6JXL57qEU9grSEw4c_cvMHoVC-HK9FmeEeGX-hLeGA,52692
22
+ odoo/addons/account_reconcile_oca/models/account_bank_statement_line.py,sha256=uk0IO2i-KbgosN4-xcSNACwtVwnGKsRB6ERzF5lU3uk,52856
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=oQO0dGk4BfQpR3uCAfL5IEUgv-94Blyw9lPRqrzNaDs,5080
25
+ odoo/addons/account_reconcile_oca/models/account_reconcile_abstract.py,sha256=kQ0N2z4HRHCw5UyffrdpCX6mUGAllpcEJ-YCUmSqhKM,5078
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
@@ -31,38 +31,38 @@ 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=OYD8OmR3K8XKTEYK-tQohz5QylpjxwXlk7Ax8fsB4yk,13790
35
- odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_controller.esm.js,sha256=k85Scd4skR5y56TvFVEqB_uf7vCD9Y7RpInETuNBAc8,4891
36
- odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_kanban_record.esm.js,sha256=ewNK1VQgFZWccTiyJMKYkOG6KtbHHVnI2pdNy9kjkig,467
37
- odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_renderer.esm.js,sha256=9NSr3iZ7H_QGTpixW5D4WEJuD_u4KRpdYwRmKqcML_k,2117
38
- odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_view.esm.js,sha256=cVNQ5mpho24LnHPN5uC2aAU8cD729TjaO85z5mq9kag,535
39
- odoo/addons/account_reconcile_oca/static/src/js/reconcile_form/reconcile_form_controller.esm.js,sha256=ndAS5dJiw_mdda-yi6y2_bSxDGbrTsFr4KzDT1ZV8PU,1812
40
- odoo/addons/account_reconcile_oca/static/src/js/reconcile_form/reconcile_form_notebook.esm.js,sha256=csG1CGQJEj3atDyyKSpkhIPUIfOuWJAbS00aYDMFmdY,974
41
- odoo/addons/account_reconcile_oca/static/src/js/reconcile_form/reconcile_form_renderer.esm.js,sha256=4QBWIcvrYTVKnFdKbRLkRtEi0s_bYJYLSwPIZeeAs5s,332
42
- odoo/addons/account_reconcile_oca/static/src/js/reconcile_form/reconcile_form_view.esm.js,sha256=tG43BF1TUtYmCdc89OKnma5210UvIjvomcuxDJ9_8hY,470
43
- odoo/addons/account_reconcile_oca/static/src/js/reconcile_manual/reconcile_manual_controller.esm.js,sha256=JQeFCL7UxM4AhF9LZZAiLGUnHf--ftbS9E4T5CxswDU,1188
44
- odoo/addons/account_reconcile_oca/static/src/js/reconcile_manual/reconcile_manual_view.esm.js,sha256=GXC6xTc3VYTXEZvX-bn9SH2ylQbN_4gXiLeIwuMIfxI,381
45
- odoo/addons/account_reconcile_oca/static/src/js/reconcile_move_line/reconcile_move_line_controller.esm.js,sha256=3mApRNQb-3CXWRkLjjFMiFngTjonx6TPh_E7P2iZH3U,948
46
- odoo/addons/account_reconcile_oca/static/src/js/reconcile_move_line/reconcile_move_line_renderer.esm.js,sha256=TwiLpAbPJtr9VDZs8ZDIVFoieiogueHnpw0n0a1P_Kk,605
47
- odoo/addons/account_reconcile_oca/static/src/js/reconcile_move_line/reconcile_move_line_view.esm.js,sha256=lWr_tCa44oMioQ2iXMhteGoxQOrrY6GxBp4wTnFGlrw,570
48
- odoo/addons/account_reconcile_oca/static/src/js/widgets/reconcile_chatter_field.esm.js,sha256=w8vDPCCovRJRKYZtp1XnlWGNGXDfvoJYuttKF-jpTHw,902
49
- odoo/addons/account_reconcile_oca/static/src/js/widgets/reconcile_data_widget.esm.js,sha256=-m-It4krr0hLeRoM7VtiOdy7ZsutJPxokCY7HZRjfD8,3335
50
- odoo/addons/account_reconcile_oca/static/src/js/widgets/reconcile_move_line_widget.esm.js,sha256=GnKtD-OhQRKuueaK0kcC4XzSYPPNlDqcARQNeJUS3cM,3803
51
- odoo/addons/account_reconcile_oca/static/src/js/widgets/selection_badge_uncheck.esm.js,sha256=yFqG5t4wKA47k-wUMzPuDZ1AvILft6_hucGOz2YHWGE,836
34
+ odoo/addons/account_reconcile_oca/static/description/index.html,sha256=bU0e5s-oU6GzxbVYzd6Nu0sSxMohrkzaczpIpQtvmvk,13790
35
+ odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_controller.esm.js,sha256=Zyk9E7M_dpuqXyB8-TQhRFPGozQA9dCyEsht4_UJWbM,4871
36
+ odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_kanban_record.esm.js,sha256=8kQb0XINafwaiW3jaogkqIijYChliJHXPj0Kr6Sp6Vk,446
37
+ odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_renderer.esm.js,sha256=SjwJu1wXFRJ_-fIOFqG0DO0KfkErSTVoW1uFHzsKoP0,2096
38
+ odoo/addons/account_reconcile_oca/static/src/js/reconcile/reconcile_view.esm.js,sha256=lON7Z1F9I1V9GADvPxRqAbSeGvvGCVHK9A8oXzcFBmQ,514
39
+ odoo/addons/account_reconcile_oca/static/src/js/reconcile_form/reconcile_form_controller.esm.js,sha256=qebq6IIOPVcBMuFvcK0L3Vm2pkLfxLlpi1lujRJg5Cc,1779
40
+ odoo/addons/account_reconcile_oca/static/src/js/reconcile_form/reconcile_form_notebook.esm.js,sha256=La2TfmXUid6xCLdU7XeDPAFxS-iPUhfxCU_zZ-NyJ4U,954
41
+ odoo/addons/account_reconcile_oca/static/src/js/reconcile_form/reconcile_form_renderer.esm.js,sha256=NOXw7s1wQNFjyZelgJli082Fp9J5XSViT6ldOHGKR1A,311
42
+ odoo/addons/account_reconcile_oca/static/src/js/reconcile_form/reconcile_form_view.esm.js,sha256=mlkV1uxrus6sL73-B3zu08Mn9YXUtR2fmkY9BlAMS5I,449
43
+ odoo/addons/account_reconcile_oca/static/src/js/reconcile_manual/reconcile_manual_controller.esm.js,sha256=YiptOsoTjacO9TCOAtHwXGFUJiOeUrxnUOX8pYIfSeI,1286
44
+ odoo/addons/account_reconcile_oca/static/src/js/reconcile_manual/reconcile_manual_view.esm.js,sha256=i9Z1olDLJKAu2xsQOWdqMJrZS5LAL6eFOexoMui46Ck,360
45
+ odoo/addons/account_reconcile_oca/static/src/js/reconcile_move_line/reconcile_move_line_controller.esm.js,sha256=hPVNDqKeGcmj0cr5pqZg-H6lLYMWD_sVCHACpMz80F0,927
46
+ odoo/addons/account_reconcile_oca/static/src/js/reconcile_move_line/reconcile_move_line_renderer.esm.js,sha256=vlDk5Cgjqe1Y-eItfxZfhAKgIi8wNJkNZOH-29mPwxY,584
47
+ odoo/addons/account_reconcile_oca/static/src/js/reconcile_move_line/reconcile_move_line_view.esm.js,sha256=xWcxhNVvUTABPr5GhwAb4ZfPoFfnhD2JtxjZU_LopHI,549
48
+ odoo/addons/account_reconcile_oca/static/src/js/widgets/reconcile_chatter_field.esm.js,sha256=xx5E0kEwFAucyYy5KLD3qvrNhVpCOrwHXc0L9OlnfSs,890
49
+ odoo/addons/account_reconcile_oca/static/src/js/widgets/reconcile_data_widget.esm.js,sha256=KYB7QGmREMwHkA06vus8sdctRZo-MHRZ0LRr90OY7DQ,3384
50
+ odoo/addons/account_reconcile_oca/static/src/js/widgets/reconcile_move_line_widget.esm.js,sha256=eVAzcBgU5UKXihPXPuxu0xAO_LOZ6-4kgClF4p8FoNY,3781
51
+ odoo/addons/account_reconcile_oca/static/src/js/widgets/selection_badge_uncheck.esm.js,sha256=v6QRhT3j-6AOXnoEwKWpZjBqykF_LUnSJU3zITXDrdc,815
52
52
  odoo/addons/account_reconcile_oca/static/src/scss/reconcile.scss,sha256=b6clO2yWT91dEdTE3RcdORFE6dNqqzsXz3S0Rc5afZU,2318
53
- odoo/addons/account_reconcile_oca/static/src/xml/reconcile.xml,sha256=oTMZ-vgK_9-7uISjRTrfQeEjo95NbCCSN18uRYFHFkc,9411
53
+ odoo/addons/account_reconcile_oca/static/src/xml/reconcile.xml,sha256=ypOz0PapRFo_Y7IM8JifJFjpligoc4LGIWmeZeJhOfA,9434
54
54
  odoo/addons/account_reconcile_oca/tests/__init__.py,sha256=8JhP4auByShS8Z_Ik5dShMuWdh1kBlYP_DLI4Ku8XWA,79
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
57
- odoo/addons/account_reconcile_oca/views/account_account.xml,sha256=0RiPmzfRUj54oMYKWM7mLnZL-5IhI5W8fiRruHL0SYc,866
58
- odoo/addons/account_reconcile_oca/views/account_account_reconcile.xml,sha256=2FKosNTl4hVC_yVq8uRzZvMMrXyEttK_YTsdnV8o0NI,7016
59
- odoo/addons/account_reconcile_oca/views/account_bank_statement.xml,sha256=QrjQZ3OTsnbopdLnnsFaZ0f7ncLkOUbtVj9osXdxw5k,2436
60
- odoo/addons/account_reconcile_oca/views/account_bank_statement_line.xml,sha256=CKERtA3HeYQa9BRMxFdxzpXnOweb1x7qwWD2uQJ8q20,22010
61
- odoo/addons/account_reconcile_oca/views/account_journal.xml,sha256=T5tZ5Ev0psYp78f3NkNVJjWMUOssYJ7WzLpsMKyOvI4,3378
62
- odoo/addons/account_reconcile_oca/views/account_move.xml,sha256=BnvchVpOJ31M-kCoe6AHDxHMfrEEgJTPPysxguX3xgE,975
63
- odoo/addons/account_reconcile_oca/views/account_move_line.xml,sha256=Kr_ET1IAat3B8UoW6VPQO3q88JLVdE5-5jpb13ioCbY,5405
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.8.dist-info/METADATA,sha256=adyI6dXyAY4XG-YIJhL3ZjlYanPX1VH6AOpP7iQSjNA,4388
66
- odoo_addon_account_reconcile_oca-17.0.1.5.8.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
67
- odoo_addon_account_reconcile_oca-17.0.1.5.8.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
68
- odoo_addon_account_reconcile_oca-17.0.1.5.8.dist-info/RECORD,,
55
+ odoo/addons/account_reconcile_oca/tests/test_account_reconcile.py,sha256=Q8gaZDJyyzDSzlSe_4UOroCHI_HzWdz19i0C2eLJ7Mg,10310
56
+ odoo/addons/account_reconcile_oca/tests/test_bank_account_reconcile.py,sha256=Vub7ic9_8ciwNbBOmosUT0MVt5MKgmd3UYUkHSDqDeQ,53552
57
+ odoo/addons/account_reconcile_oca/views/account_account.xml,sha256=-2UyFKoQI1ec5YYzz8prYQPrKwZTvFqTTbnloNPP-jE,864
58
+ odoo/addons/account_reconcile_oca/views/account_account_reconcile.xml,sha256=F2RRBKmw3VFHd8TGvfrYLmWkEAzRSwxRbrBBaMhFXeE,6767
59
+ odoo/addons/account_reconcile_oca/views/account_bank_statement.xml,sha256=NI1z1pi23hYawhLCzRL9ZRIWxwWM4BfyY49kv188XzM,2434
60
+ odoo/addons/account_reconcile_oca/views/account_bank_statement_line.xml,sha256=-pk8VPBZvPlADr2w4PevaNUMOV9eS56UeuXKD7sEDnw,21664
61
+ odoo/addons/account_reconcile_oca/views/account_journal.xml,sha256=kO9TjjowUBV-4oNKmxa7KrJ_oqCLnjSsKAosOwvo0Y8,3310
62
+ odoo/addons/account_reconcile_oca/views/account_move.xml,sha256=DmtEGKT5R8QwI_xEAZH1l8tC6pe-GlIQtb4tikHK3z0,971
63
+ odoo/addons/account_reconcile_oca/views/account_move_line.xml,sha256=a1AqrG0ppplhiAWXabwjbLrvFCatBHys2xNoHxtTgCE,5324
64
+ odoo/addons/account_reconcile_oca/views/res_config_settings.xml,sha256=uO3fyDQanxF_UfJ2ggc4H9t6gO2cKGMh08IOQemoudc,803
65
+ odoo_addon_account_reconcile_oca-18.0.1.0.1.dist-info/METADATA,sha256=eYX3hyGeAiMeDybgjgqvOYLMw8wnw7o3ZVf3g_SIm2M,4360
66
+ odoo_addon_account_reconcile_oca-18.0.1.0.1.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
67
+ odoo_addon_account_reconcile_oca-18.0.1.0.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
68
+ odoo_addon_account_reconcile_oca-18.0.1.0.1.dist-info/RECORD,,