odoo-addon-account-reconcile-oca 17.0.1.5.4__py3-none-any.whl → 17.0.1.5.5.2__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 (27) hide show
  1. odoo/addons/account_reconcile_oca/README.rst +1 -1
  2. odoo/addons/account_reconcile_oca/__manifest__.py +1 -1
  3. odoo/addons/account_reconcile_oca/i18n/account_reconcile_oca.pot +7 -0
  4. odoo/addons/account_reconcile_oca/i18n/ca.po +7 -0
  5. odoo/addons/account_reconcile_oca/i18n/es.po +8 -1
  6. odoo/addons/account_reconcile_oca/i18n/fr.po +7 -0
  7. odoo/addons/account_reconcile_oca/i18n/hr.po +7 -0
  8. odoo/addons/account_reconcile_oca/i18n/it.po +8 -1
  9. odoo/addons/account_reconcile_oca/i18n/nl.po +7 -0
  10. odoo/addons/account_reconcile_oca/i18n/pt.po +7 -0
  11. odoo/addons/account_reconcile_oca/i18n/pt_BR.po +7 -0
  12. odoo/addons/account_reconcile_oca/i18n/sv.po +7 -0
  13. odoo/addons/account_reconcile_oca/i18n/tr.po +7 -0
  14. odoo/addons/account_reconcile_oca/i18n/zh.po +7 -0
  15. odoo/addons/account_reconcile_oca/i18n/zh_CN.po +7 -0
  16. odoo/addons/account_reconcile_oca/models/account_account_reconcile.py +16 -8
  17. odoo/addons/account_reconcile_oca/models/account_bank_statement_line.py +38 -28
  18. odoo/addons/account_reconcile_oca/models/account_reconcile_abstract.py +3 -0
  19. odoo/addons/account_reconcile_oca/static/description/index.html +1 -1
  20. odoo/addons/account_reconcile_oca/static/src/js/reconcile_move_line/reconcile_move_line_controller.esm.js +9 -0
  21. odoo/addons/account_reconcile_oca/static/src/js/reconcile_move_line/reconcile_move_line_view.esm.js +1 -0
  22. odoo/addons/account_reconcile_oca/static/src/js/widgets/reconcile_move_line_widget.esm.js +2 -1
  23. odoo/addons/account_reconcile_oca/static/src/xml/reconcile.xml +3 -0
  24. {odoo_addon_account_reconcile_oca-17.0.1.5.4.dist-info → odoo_addon_account_reconcile_oca-17.0.1.5.5.2.dist-info}/METADATA +2 -2
  25. {odoo_addon_account_reconcile_oca-17.0.1.5.4.dist-info → odoo_addon_account_reconcile_oca-17.0.1.5.5.2.dist-info}/RECORD +27 -27
  26. {odoo_addon_account_reconcile_oca-17.0.1.5.4.dist-info → odoo_addon_account_reconcile_oca-17.0.1.5.5.2.dist-info}/WHEEL +0 -0
  27. {odoo_addon_account_reconcile_oca-17.0.1.5.4.dist-info → odoo_addon_account_reconcile_oca-17.0.1.5.5.2.dist-info}/top_level.txt +0 -0
@@ -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:7b48f8462e4b43596a339d2203f3f4566d5576b9f949ab75dca7f35d781d08c1
10
+ !! source digest: sha256:cf0d778067ac722c5a6d7f65f8fa4b0766076829ba9c9c147cc3718782cc85b0
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.4",
8
+ "version": "17.0.1.5.5",
9
9
  "license": "AGPL-3",
10
10
  "author": "CreuBlanca,Dixmit,Odoo Community Association (OCA)",
11
11
  "maintainers": ["etobella"],
@@ -52,6 +52,13 @@ msgstr ""
52
52
  msgid "Add Bank Statement Line"
53
53
  msgstr ""
54
54
 
55
+ #. module: account_reconcile_oca
56
+ #. odoo-javascript
57
+ #: code:addons/account_reconcile_oca/static/src/xml/reconcile.xml:0
58
+ #, python-format
59
+ msgid "Add all"
60
+ msgstr ""
61
+
55
62
  #. module: account_reconcile_oca
56
63
  #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_bank_statement_line__aggregate_id
57
64
  msgid "Aggregate"
@@ -58,6 +58,13 @@ msgstr "Afegir un apunt comptable"
58
58
  msgid "Add Bank Statement Line"
59
59
  msgstr "Afegir una línea d'extracte bancari"
60
60
 
61
+ #. module: account_reconcile_oca
62
+ #. odoo-javascript
63
+ #: code:addons/account_reconcile_oca/static/src/xml/reconcile.xml:0
64
+ #, python-format
65
+ msgid "Add all"
66
+ msgstr ""
67
+
61
68
  #. module: account_reconcile_oca
62
69
  #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_bank_statement_line__aggregate_id
63
70
  msgid "Aggregate"
@@ -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: 2025-01-29 18:52+0000\n"
9
+ "PO-Revision-Date: 2025-02-12 08:24+0000\n"
10
10
  "Last-Translator: \"Pedro M. Baeza\" <pedro.baeza@tecnativa.com>\n"
11
11
  "Language-Team: none\n"
12
12
  "Language: es\n"
@@ -58,6 +58,13 @@ msgstr "Añadir apunte contable"
58
58
  msgid "Add Bank Statement Line"
59
59
  msgstr "Añadir línea de extracto bancario"
60
60
 
61
+ #. module: account_reconcile_oca
62
+ #. odoo-javascript
63
+ #: code:addons/account_reconcile_oca/static/src/xml/reconcile.xml:0
64
+ #, python-format
65
+ msgid "Add all"
66
+ msgstr "Añadir todo"
67
+
61
68
  #. module: account_reconcile_oca
62
69
  #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_bank_statement_line__aggregate_id
63
70
  msgid "Aggregate"
@@ -58,6 +58,13 @@ msgstr "Ajouter une écriture comptable"
58
58
  msgid "Add Bank Statement Line"
59
59
  msgstr "Ajouter une ligne de relevé de compte"
60
60
 
61
+ #. module: account_reconcile_oca
62
+ #. odoo-javascript
63
+ #: code:addons/account_reconcile_oca/static/src/xml/reconcile.xml:0
64
+ #, python-format
65
+ msgid "Add all"
66
+ msgstr ""
67
+
61
68
  #. module: account_reconcile_oca
62
69
  #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_bank_statement_line__aggregate_id
63
70
  msgid "Aggregate"
@@ -59,6 +59,13 @@ msgstr "Dodaj stavku temeljnice"
59
59
  msgid "Add Bank Statement Line"
60
60
  msgstr "Dodaj stavku izvoda"
61
61
 
62
+ #. module: account_reconcile_oca
63
+ #. odoo-javascript
64
+ #: code:addons/account_reconcile_oca/static/src/xml/reconcile.xml:0
65
+ #, python-format
66
+ msgid "Add all"
67
+ msgstr ""
68
+
62
69
  #. module: account_reconcile_oca
63
70
  #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_bank_statement_line__aggregate_id
64
71
  msgid "Aggregate"
@@ -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: 2024-10-10 10:06+0000\n"
9
+ "PO-Revision-Date: 2025-02-12 16:06+0000\n"
10
10
  "Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
11
11
  "Language-Team: none\n"
12
12
  "Language: it\n"
@@ -58,6 +58,13 @@ msgstr "Aggiungi riga movimento contabile"
58
58
  msgid "Add Bank Statement Line"
59
59
  msgstr "Aggiungi riga estratto conto"
60
60
 
61
+ #. module: account_reconcile_oca
62
+ #. odoo-javascript
63
+ #: code:addons/account_reconcile_oca/static/src/xml/reconcile.xml:0
64
+ #, python-format
65
+ msgid "Add all"
66
+ msgstr "Aggiungi tutto"
67
+
61
68
  #. module: account_reconcile_oca
62
69
  #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_bank_statement_line__aggregate_id
63
70
  msgid "Aggregate"
@@ -58,6 +58,13 @@ msgstr "Toevoegen Boekingsregel"
58
58
  msgid "Add Bank Statement Line"
59
59
  msgstr "Toevoegen Bankafschriftregel"
60
60
 
61
+ #. module: account_reconcile_oca
62
+ #. odoo-javascript
63
+ #: code:addons/account_reconcile_oca/static/src/xml/reconcile.xml:0
64
+ #, python-format
65
+ msgid "Add all"
66
+ msgstr ""
67
+
61
68
  #. module: account_reconcile_oca
62
69
  #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_bank_statement_line__aggregate_id
63
70
  msgid "Aggregate"
@@ -58,6 +58,13 @@ msgstr "Adicionar Linha de Lançamento de Diário"
58
58
  msgid "Add Bank Statement Line"
59
59
  msgstr "Adicionar Linha de Extrato Bancário"
60
60
 
61
+ #. module: account_reconcile_oca
62
+ #. odoo-javascript
63
+ #: code:addons/account_reconcile_oca/static/src/xml/reconcile.xml:0
64
+ #, python-format
65
+ msgid "Add all"
66
+ msgstr ""
67
+
61
68
  #. module: account_reconcile_oca
62
69
  #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_bank_statement_line__aggregate_id
63
70
  msgid "Aggregate"
@@ -58,6 +58,13 @@ msgstr "Add Linha de Movimentação da Conta"
58
58
  msgid "Add Bank Statement Line"
59
59
  msgstr "Add Linha Extrato Bancário"
60
60
 
61
+ #. module: account_reconcile_oca
62
+ #. odoo-javascript
63
+ #: code:addons/account_reconcile_oca/static/src/xml/reconcile.xml:0
64
+ #, python-format
65
+ msgid "Add all"
66
+ msgstr ""
67
+
61
68
  #. module: account_reconcile_oca
62
69
  #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_bank_statement_line__aggregate_id
63
70
  msgid "Aggregate"
@@ -58,6 +58,13 @@ msgstr "Lägg till konto, move_line"
58
58
  msgid "Add Bank Statement Line"
59
59
  msgstr "Lägg till kontoutdragsrad"
60
60
 
61
+ #. module: account_reconcile_oca
62
+ #. odoo-javascript
63
+ #: code:addons/account_reconcile_oca/static/src/xml/reconcile.xml:0
64
+ #, python-format
65
+ msgid "Add all"
66
+ msgstr ""
67
+
61
68
  #. module: account_reconcile_oca
62
69
  #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_bank_statement_line__aggregate_id
63
70
  msgid "Aggregate"
@@ -55,6 +55,13 @@ msgstr ""
55
55
  msgid "Add Bank Statement Line"
56
56
  msgstr ""
57
57
 
58
+ #. module: account_reconcile_oca
59
+ #. odoo-javascript
60
+ #: code:addons/account_reconcile_oca/static/src/xml/reconcile.xml:0
61
+ #, python-format
62
+ msgid "Add all"
63
+ msgstr ""
64
+
58
65
  #. module: account_reconcile_oca
59
66
  #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_bank_statement_line__aggregate_id
60
67
  msgid "Aggregate"
@@ -53,6 +53,13 @@ msgstr ""
53
53
  msgid "Add Bank Statement Line"
54
54
  msgstr ""
55
55
 
56
+ #. module: account_reconcile_oca
57
+ #. odoo-javascript
58
+ #: code:addons/account_reconcile_oca/static/src/xml/reconcile.xml:0
59
+ #, python-format
60
+ msgid "Add all"
61
+ msgstr ""
62
+
56
63
  #. module: account_reconcile_oca
57
64
  #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_bank_statement_line__aggregate_id
58
65
  msgid "Aggregate"
@@ -58,6 +58,13 @@ msgstr "添加会计分录"
58
58
  msgid "Add Bank Statement Line"
59
59
  msgstr "添加银行对账单明细"
60
60
 
61
+ #. module: account_reconcile_oca
62
+ #. odoo-javascript
63
+ #: code:addons/account_reconcile_oca/static/src/xml/reconcile.xml:0
64
+ #, python-format
65
+ msgid "Add all"
66
+ msgstr ""
67
+
61
68
  #. module: account_reconcile_oca
62
69
  #: model:ir.model.fields,field_description:account_reconcile_oca.field_account_bank_statement_line__aggregate_id
63
70
  msgid "Aggregate"
@@ -132,16 +132,17 @@ class AccountAccountReconcile(models.Model):
132
132
  @api.onchange("add_account_move_line_id")
133
133
  def _onchange_add_account_move_line(self):
134
134
  if self.add_account_move_line_id:
135
- data = self.reconcile_data_info
136
- if self.add_account_move_line_id.id not in data["counterparts"]:
137
- data["counterparts"].append(self.add_account_move_line_id.id)
138
- else:
139
- del data["counterparts"][
140
- data["counterparts"].index(self.add_account_move_line_id.id)
141
- ]
142
- self.reconcile_data_info = self._recompute_data(data)
135
+ self._add_account_move_line(self.add_account_move_line_id)
143
136
  self.add_account_move_line_id = False
144
137
 
138
+ def _add_account_move_line(self, move_line, keep_current=False):
139
+ data = self.reconcile_data_info
140
+ if move_line.id not in data["counterparts"]:
141
+ data["counterparts"].append(move_line.id)
142
+ elif not keep_current:
143
+ del data["counterparts"][data["counterparts"].index(move_line.id)]
144
+ self.reconcile_data_info = self._recompute_data(data)
145
+
145
146
  @api.onchange("manual_reference", "manual_delete")
146
147
  def _onchange_manual_reconcile_reference(self):
147
148
  self.ensure_one()
@@ -187,6 +188,13 @@ class AccountAccountReconcile(models.Model):
187
188
  )
188
189
  data_record.unlink()
189
190
 
191
+ def add_multiple_lines(self, domain):
192
+ res = super().add_multiple_lines(domain)
193
+ lines = self.env["account.move.line"].search(domain)
194
+ for line in lines:
195
+ self._add_account_move_line(line, keep_current=True)
196
+ return res
197
+
190
198
 
191
199
  class AccountAccountReconcileData(models.TransientModel):
192
200
  _name = "account.account.reconcile.data"
@@ -194,36 +194,39 @@ class AccountBankStatementLine(models.Model):
194
194
  @api.onchange("add_account_move_line_id")
195
195
  def _onchange_add_account_move_line_id(self):
196
196
  if self.add_account_move_line_id:
197
- data = self.reconcile_data_info["data"]
198
- new_data = []
199
- is_new_line = True
200
- pending_amount = 0.0
201
- currency = self._get_reconcile_currency()
202
- for line in data:
203
- if line["kind"] != "suspense":
204
- pending_amount += self._get_amount_currency(line, currency)
205
- if self.add_account_move_line_id.id in line.get(
206
- "counterpart_line_ids", []
207
- ):
208
- is_new_line = False
209
- else:
197
+ self._add_account_move_line(self.add_account_move_line_id)
198
+ self.add_account_move_line_id = False
199
+
200
+ def _add_account_move_line(self, move_line, keep_current=False):
201
+ data = self.reconcile_data_info["data"]
202
+ new_data = []
203
+ is_new_line = True
204
+ pending_amount = 0.0
205
+ currency = self._get_reconcile_currency()
206
+ for line in data:
207
+ if line["kind"] != "suspense":
208
+ pending_amount += self._get_amount_currency(line, currency)
209
+ if move_line.id in line.get("counterpart_line_ids", []):
210
+ is_new_line = False
211
+ if keep_current:
210
212
  new_data.append(line)
211
- if is_new_line:
212
- reconcile_auxiliary_id, lines = self._get_reconcile_line(
213
- self.add_account_move_line_id,
214
- "other",
215
- is_counterpart=True,
216
- max_amount=currency.round(pending_amount),
217
- move=True,
218
- )
219
- new_data += lines
220
- self.reconcile_data_info = self._recompute_suspense_line(
221
- new_data,
222
- self.reconcile_data_info["reconcile_auxiliary_id"],
223
- self.manual_reference,
213
+ else:
214
+ new_data.append(line)
215
+ if is_new_line:
216
+ reconcile_auxiliary_id, lines = self._get_reconcile_line(
217
+ move_line,
218
+ "other",
219
+ is_counterpart=True,
220
+ max_amount=currency.round(pending_amount),
221
+ move=True,
224
222
  )
225
- self.can_reconcile = self.reconcile_data_info.get("can_reconcile", False)
226
- self.add_account_move_line_id = False
223
+ new_data += lines
224
+ self.reconcile_data_info = self._recompute_suspense_line(
225
+ new_data,
226
+ self.reconcile_data_info["reconcile_auxiliary_id"],
227
+ self.manual_reference,
228
+ )
229
+ self.can_reconcile = self.reconcile_data_info.get("can_reconcile", False)
227
230
 
228
231
  def _recompute_suspense_line(self, data, reconcile_auxiliary_id, manual_reference):
229
232
  can_reconcile = True
@@ -1260,3 +1263,10 @@ class AccountBankStatementLine(models.Model):
1260
1263
  or self.journal_id.currency_id
1261
1264
  or self.company_id.currency_id
1262
1265
  )
1266
+
1267
+ def add_multiple_lines(self, domain):
1268
+ res = super().add_multiple_lines(domain)
1269
+ lines = self.env["account.move.line"].search(domain)
1270
+ for line in lines:
1271
+ self._add_account_move_line(line, keep_current=True)
1272
+ return res
@@ -124,3 +124,6 @@ class AccountReconcileAbstract(models.AbstractModel):
124
124
  if is_counterpart:
125
125
  vals["counterpart_line_ids"] = line.ids
126
126
  return [vals]
127
+
128
+ def add_multiple_lines(self, domain):
129
+ self.ensure_one()
@@ -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:7b48f8462e4b43596a339d2203f3f4566d5576b9f949ab75dca7f35d781d08c1
370
+ !! source digest: sha256:cf0d778067ac722c5a6d7f65f8fa4b0766076829ba9c9c147cc3718782cc85b0
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
@@ -8,6 +8,15 @@ export class ReconcileMoveLineController extends ListController {
8
8
  data[this.props.parentField] = [record.resId, record.display_name];
9
9
  this.props.parentRecord.update(data);
10
10
  }
11
+ async clickAddAll() {
12
+ await this.props.parentRecord.save();
13
+ await this.orm.call(this.props.parentRecord.resModel, "add_multiple_lines", [
14
+ this.props.parentRecord.resIds,
15
+ this.model.root.domain,
16
+ ]);
17
+ await this.props.parentRecord.load();
18
+ this.props.parentRecord.model.notify();
19
+ }
11
20
  }
12
21
 
13
22
  ReconcileMoveLineController.template = `account_reconcile_oca.ReconcileMoveLineController`;
@@ -10,6 +10,7 @@ export const ReconcileMoveLineView = {
10
10
  ...listView,
11
11
  Controller: ReconcileMoveLineController,
12
12
  Renderer: ReconcileMoveLineRenderer,
13
+ buttonTemplate: "reconcile_move_line.ListView.Buttons",
13
14
  };
14
15
 
15
16
  registry.category("views").add("reconcile_move_line", ReconcileMoveLineView);
@@ -31,7 +31,7 @@ export class AccountReconcileMatchWidget extends Component {
31
31
  controlPanel: {
32
32
  // Hiding the control panel buttons
33
33
  "top-left": false,
34
- "bottom-left": false,
34
+ "bottom-left": true,
35
35
  layoutActions: false,
36
36
  },
37
37
  },
@@ -49,6 +49,7 @@ export class AccountReconcileMatchWidget extends Component {
49
49
  searchViewId: false,
50
50
  parentRecord: this.props.record,
51
51
  parentField: this.props.name,
52
+ showButtons: false,
52
53
  };
53
54
  }
54
55
  }
@@ -200,4 +200,7 @@
200
200
  <attribute name="parentField">props.parentField</attribute>
201
201
  </xpath>
202
202
  </t>
203
+ <t t-name="reconcile_move_line.ListView.Buttons">
204
+ <button class="btn btn-primary" t-on-click="clickAddAll">Add all</button>
205
+ </t>
203
206
  </templates>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-account_reconcile_oca
3
- Version: 17.0.1.5.4
3
+ Version: 17.0.1.5.5.2
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:7b48f8462e4b43596a339d2203f3f4566d5576b9f949ab75dca7f35d781d08c1
27
+ !! source digest: sha256:cf0d778067ac722c5a6d7f65f8fa4b0766076829ba9c9c147cc3718782cc85b0
28
28
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29
29
 
30
30
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -1,28 +1,28 @@
1
- odoo/addons/account_reconcile_oca/README.rst,sha256=9cy5LDNzoKV5x490CP1NpNXtrF5WhMnIdaJqMh_ASfo,3703
1
+ odoo/addons/account_reconcile_oca/README.rst,sha256=jbOPi-2QEfjKMaUX22DiotISMY_RTwmf3mtF8VwM0qM,3703
2
2
  odoo/addons/account_reconcile_oca/__init__.py,sha256=vqRYeBgCVZMpZhYvILSxVsNLC9V7zDnvxMnKU8RQP94,55
3
- odoo/addons/account_reconcile_oca/__manifest__.py,sha256=P_Rw_ev5GFEAaW_MBlIAdxHwW7z1wvpqKdUDmJJDZQU,1865
3
+ odoo/addons/account_reconcile_oca/__manifest__.py,sha256=qBF4NpXJS6J9H8OUbaXL0DXRE1ejZYh5-8v8K7p7tYI,1865
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
- odoo/addons/account_reconcile_oca/i18n/account_reconcile_oca.pot,sha256=RnxHPjPpQk_qZs4ZHFvH13KDHnqQO-ppgcUnULeZxwo,25700
7
- odoo/addons/account_reconcile_oca/i18n/ca.po,sha256=VieXzJBnsCZFMkFtMHnOZ9TdkAM7PFvdUfb1y8EOWHM,27750
8
- odoo/addons/account_reconcile_oca/i18n/es.po,sha256=gXi9q9KHVfiEwXHOBQc0AK1sRCiySV6xOrRYHFSu3Kw,28609
9
- odoo/addons/account_reconcile_oca/i18n/fr.po,sha256=g-PLDgIlvOZUoJpmUXPwPBO7WnJ_J4mPxbgB5VlQNes,27979
10
- odoo/addons/account_reconcile_oca/i18n/hr.po,sha256=SyjIq5gCcSflt9TbGxGBqQFRV5rTYfN67jSGR2_l0PM,27179
11
- odoo/addons/account_reconcile_oca/i18n/it.po,sha256=EA7cGFuC4ztU8g6TXOQgIteMC1sC-FgOFDJkT0Bt5-I,28419
12
- odoo/addons/account_reconcile_oca/i18n/nl.po,sha256=qT7hyuaTu3hDU6-uRtuYMTcVjOBWioG1e7pqUJqrFqI,27820
13
- odoo/addons/account_reconcile_oca/i18n/pt.po,sha256=Ib2AgQFxxxmPygW95msaC6pyqOuIiLfMYIGqR2iRX_k,28035
14
- odoo/addons/account_reconcile_oca/i18n/pt_BR.po,sha256=qOARvElNf62nHrrDnaEkxUtZpekPg0yq1yDE8li6wfI,27992
15
- odoo/addons/account_reconcile_oca/i18n/sv.po,sha256=izZDw0WexF_xAkOb2VYvVFRJsxVFphu2jPIcfMHmSIo,27907
16
- odoo/addons/account_reconcile_oca/i18n/tr.po,sha256=jdrItgYAt4JAEpwbuSuy2vAq-Si_qqeufdD_t3QjJ-c,27864
17
- odoo/addons/account_reconcile_oca/i18n/zh.po,sha256=i7HjN44XrHzZ-qIG994NXgaEvjYU10Cw0Jcp7HQGAWk,25765
18
- odoo/addons/account_reconcile_oca/i18n/zh_CN.po,sha256=gHrxzsXR_B6rbs_0iU8_-9doeTZwiy-HmPtFoiiZJ3s,27504
6
+ odoo/addons/account_reconcile_oca/i18n/account_reconcile_oca.pot,sha256=vlHVCktaX5SroaT7L5nLHEXHkronUJWhXo5iF0U9eX4,25864
7
+ odoo/addons/account_reconcile_oca/i18n/ca.po,sha256=aLKybPofjsXOs3bR6uHYEgiycA45l0-I86csQkzjH_U,27914
8
+ odoo/addons/account_reconcile_oca/i18n/es.po,sha256=kmNZdQsnSQRgILsasQ-xwDD-UIYfkql_v_AFdVI9tMY,28785
9
+ odoo/addons/account_reconcile_oca/i18n/fr.po,sha256=4g6JXdBwYIK8FUQxV1fsESH632GLv-z4uxgqrdtUwyQ,28143
10
+ odoo/addons/account_reconcile_oca/i18n/hr.po,sha256=9k2sTA5vHDxDA5B9B2D6eQo4Qws2fTKQqDz7ZkxW3RA,27343
11
+ odoo/addons/account_reconcile_oca/i18n/it.po,sha256=U1jpiyc8Fxmop0UZXEs--D_4nu21aDEaCy4in3sOnIQ,28597
12
+ odoo/addons/account_reconcile_oca/i18n/nl.po,sha256=EEmGh9DiMsQKcNa5Gae6CDyJI1piIYzmzrZEM5XJVy8,27984
13
+ odoo/addons/account_reconcile_oca/i18n/pt.po,sha256=VbXxkp2LC0wUn4g6VyDhKnOOwrX9Zr4RFT3fX7mneks,28199
14
+ odoo/addons/account_reconcile_oca/i18n/pt_BR.po,sha256=eOcKmS0X1d0KHagSIbFWLOphHUQA1j66qFsrHmgZ5bc,28156
15
+ odoo/addons/account_reconcile_oca/i18n/sv.po,sha256=6KmcXKUD3elTgIAH5wXcB7uDVr7SxccKQ7r9LGLv0dI,28071
16
+ odoo/addons/account_reconcile_oca/i18n/tr.po,sha256=I12rf_Ii4DG88OYINIK0DORqwbVo-j-KILkWRs0d0G0,28028
17
+ odoo/addons/account_reconcile_oca/i18n/zh.po,sha256=OrZGNmHphcAPo9Sptef1lKJKZbMC8dIuWMqnLYc1uHA,25929
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=j5tTL1RvlDIYAjrVNf7kt1tf58-TzFL7iqocSfMjo9g,6811
20
+ odoo/addons/account_reconcile_oca/models/account_account_reconcile.py,sha256=ytgriYp_tkxeU0TN3_UHMqE6b4wXc0uqGiBjTqKXxVk,7111
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=CjZvCNLgki-d5g-DHX3TtzmbgKd2TcQ0Ln9_GRf2PSM,51781
22
+ odoo/addons/account_reconcile_oca/models/account_bank_statement_line.py,sha256=6HDmhBoFXZFvWMsNNeEIeL924ZW8GjUXxuwHiSCDykw,52075
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=vtQX3yQqUslslTny7QSbbrh0u4vfsCG4p5MAKHAOlyA,5011
25
+ odoo/addons/account_reconcile_oca/models/account_reconcile_abstract.py,sha256=oQO0dGk4BfQpR3uCAfL5IEUgv-94Blyw9lPRqrzNaDs,5080
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,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=dr22xFUNNb6Hu-T4XpmXmHq6NCPkzVK6EGPDU-zxL08,13790
34
+ odoo/addons/account_reconcile_oca/static/description/index.html,sha256=5laYl8gi3_Bf4nVuM5va-aWOtoHHmFRyQdYVTyrD-4E,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
@@ -42,15 +42,15 @@ odoo/addons/account_reconcile_oca/static/src/js/reconcile_form/reconcile_form_re
42
42
  odoo/addons/account_reconcile_oca/static/src/js/reconcile_form/reconcile_form_view.esm.js,sha256=tG43BF1TUtYmCdc89OKnma5210UvIjvomcuxDJ9_8hY,470
43
43
  odoo/addons/account_reconcile_oca/static/src/js/reconcile_manual/reconcile_manual_controller.esm.js,sha256=JQeFCL7UxM4AhF9LZZAiLGUnHf--ftbS9E4T5CxswDU,1188
44
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=QWLzFB7fNAK1hj_mUGDAeu5J8LmTDj6kOkswtyM5G6s,598
45
+ odoo/addons/account_reconcile_oca/static/src/js/reconcile_move_line/reconcile_move_line_controller.esm.js,sha256=3mApRNQb-3CXWRkLjjFMiFngTjonx6TPh_E7P2iZH3U,948
46
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=TFHNQB-A2wyBlfUHXpqKBt_-ICY0pbO90n4ao9dCVBI,510
47
+ odoo/addons/account_reconcile_oca/static/src/js/reconcile_move_line/reconcile_move_line_view.esm.js,sha256=lWr_tCa44oMioQ2iXMhteGoxQOrrY6GxBp4wTnFGlrw,570
48
48
  odoo/addons/account_reconcile_oca/static/src/js/widgets/reconcile_chatter_field.esm.js,sha256=w8vDPCCovRJRKYZtp1XnlWGNGXDfvoJYuttKF-jpTHw,902
49
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=G5lbsagkTYErqNlPvhW0vfljQWRKI4eI5spDlH3_emk,3772
50
+ odoo/addons/account_reconcile_oca/static/src/js/widgets/reconcile_move_line_widget.esm.js,sha256=GnKtD-OhQRKuueaK0kcC4XzSYPPNlDqcARQNeJUS3cM,3803
51
51
  odoo/addons/account_reconcile_oca/static/src/js/widgets/selection_badge_uncheck.esm.js,sha256=yFqG5t4wKA47k-wUMzPuDZ1AvILft6_hucGOz2YHWGE,836
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=zrLcG1bVWDwjm3PzrStw8MgX9IaTtANDBLVF3X51-ms,9266
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
56
  odoo/addons/account_reconcile_oca/tests/test_bank_account_reconcile.py,sha256=km7zs8uO6wabfryrsg8VLd5yT0AhkRaI0nI_MHOx-Es,53449
@@ -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.4.dist-info/METADATA,sha256=484jst0lJuJFJm_rjELbKOiImdmhPSM3v1gpSqNf3m4,4388
66
- odoo_addon_account_reconcile_oca-17.0.1.5.4.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
67
- odoo_addon_account_reconcile_oca-17.0.1.5.4.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
68
- odoo_addon_account_reconcile_oca-17.0.1.5.4.dist-info/RECORD,,
65
+ odoo_addon_account_reconcile_oca-17.0.1.5.5.2.dist-info/METADATA,sha256=v03Qq7o_a-l_B-GiD07UGLO_4J5Hqq4kkR12yPLybv4,4390
66
+ odoo_addon_account_reconcile_oca-17.0.1.5.5.2.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
67
+ odoo_addon_account_reconcile_oca-17.0.1.5.5.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
68
+ odoo_addon_account_reconcile_oca-17.0.1.5.5.2.dist-info/RECORD,,