odoo-addon-account-commission 15.0.3.2.0__py3-none-any.whl → 15.0.3.2.1.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.
- odoo/addons/account_commission/README.rst +4 -2
- odoo/addons/account_commission/__manifest__.py +1 -1
- odoo/addons/account_commission/i18n/account_commission.pot +1 -1
- odoo/addons/account_commission/i18n/es.po +2 -1
- odoo/addons/account_commission/i18n/ja.po +13 -6
- odoo/addons/account_commission/models/account_move.py +1 -1
- odoo/addons/account_commission/models/commission.py +1 -1
- odoo/addons/account_commission/readme/CONFIGURE.rst +3 -1
- odoo/addons/account_commission/static/description/index.html +4 -2
- odoo/addons/account_commission/tests/test_account_commission.py +143 -0
- {odoo_addon_account_commission-15.0.3.2.0.dist-info → odoo_addon_account_commission-15.0.3.2.1.1.dist-info}/METADATA +5 -3
- {odoo_addon_account_commission-15.0.3.2.0.dist-info → odoo_addon_account_commission-15.0.3.2.1.1.dist-info}/RECORD +14 -14
- {odoo_addon_account_commission-15.0.3.2.0.dist-info → odoo_addon_account_commission-15.0.3.2.1.1.dist-info}/WHEEL +0 -0
- {odoo_addon_account_commission-15.0.3.2.0.dist-info → odoo_addon_account_commission-15.0.3.2.1.1.dist-info}/top_level.txt +0 -0
|
@@ -7,7 +7,7 @@ Account commissions
|
|
|
7
7
|
!! This file is generated by oca-gen-addon-readme !!
|
|
8
8
|
!! changes will be overwritten. !!
|
|
9
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
-
!! source digest: sha256:
|
|
10
|
+
!! source digest: sha256:2d1fc36a01e43ea64154a3aa40ad9f4284ad401f2e3ee88114020157480a49e7
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -47,7 +47,9 @@ For selecting invoice status in commissions:
|
|
|
47
47
|
#. Edit or create a new record to select the invoice status for settling the commissions.
|
|
48
48
|
|
|
49
49
|
* **Invoice Based**: Commissions are settled when the invoice is issued.
|
|
50
|
-
* **Payment Based**: Commissions are settled when the invoice is paid.
|
|
50
|
+
* **Payment Based**: Commissions are settled when the invoice is paid or refunded.
|
|
51
|
+
Note that when refunding an invoice, the corresponding reversed commission will
|
|
52
|
+
be settled as well, resulting in a 0 net commission between both operations.
|
|
51
53
|
|
|
52
54
|
Usage
|
|
53
55
|
=====
|
|
@@ -424,7 +424,7 @@ msgstr ""
|
|
|
424
424
|
msgid ""
|
|
425
425
|
"Select the invoice status for settling the commissions:\n"
|
|
426
426
|
"* 'Invoice Based': Commissions are settled when the invoice is issued.\n"
|
|
427
|
-
"* 'Payment Based': Commissions are settled when the invoice is paid."
|
|
427
|
+
"* 'Payment Based': Commissions are settled when the invoice is paid (or refunded)."
|
|
428
428
|
msgstr ""
|
|
429
429
|
|
|
430
430
|
#. module: account_commission
|
|
@@ -428,7 +428,8 @@ msgstr "Facturas de Venta"
|
|
|
428
428
|
msgid ""
|
|
429
429
|
"Select the invoice status for settling the commissions:\n"
|
|
430
430
|
"* 'Invoice Based': Commissions are settled when the invoice is issued.\n"
|
|
431
|
-
"* 'Payment Based': Commissions are settled when the invoice is paid
|
|
431
|
+
"* 'Payment Based': Commissions are settled when the invoice is paid (or "
|
|
432
|
+
"refunded)."
|
|
432
433
|
msgstr ""
|
|
433
434
|
|
|
434
435
|
#. module: account_commission
|
|
@@ -62,6 +62,7 @@ msgstr "請求書明細に関連するエージェント/コミッション。"
|
|
|
62
62
|
|
|
63
63
|
#. module: account_commission
|
|
64
64
|
#: model:ir.model.fields,field_description:account_commission.field_invoice_commission_analysis_report__amount
|
|
65
|
+
#: model_terms:ir.ui.view,arch_db:account_commission.report_settlement_document
|
|
65
66
|
msgid "Amount"
|
|
66
67
|
msgstr "金額"
|
|
67
68
|
|
|
@@ -168,6 +169,7 @@ msgid "Currency"
|
|
|
168
169
|
msgstr "通貨"
|
|
169
170
|
|
|
170
171
|
#. module: account_commission
|
|
172
|
+
#: model_terms:ir.ui.view,arch_db:account_commission.report_settlement_document
|
|
171
173
|
#: model_terms:ir.ui.view,arch_db:account_commission.view_invoice_commission_analysis_search
|
|
172
174
|
msgid "Customer"
|
|
173
175
|
msgstr "顧客"
|
|
@@ -177,6 +179,11 @@ msgstr "顧客"
|
|
|
177
179
|
msgid "Date"
|
|
178
180
|
msgstr "日付"
|
|
179
181
|
|
|
182
|
+
#. module: account_commission
|
|
183
|
+
#: model_terms:ir.ui.view,arch_db:account_commission.report_settlement_document
|
|
184
|
+
msgid "Description"
|
|
185
|
+
msgstr ""
|
|
186
|
+
|
|
180
187
|
#. module: account_commission
|
|
181
188
|
#: model:ir.model.fields,field_description:account_commission.field_account_invoice_line_agent__display_name
|
|
182
189
|
#: model:ir.model.fields,field_description:account_commission.field_commission_make_invoice__display_name
|
|
@@ -228,6 +235,7 @@ msgstr "ID"
|
|
|
228
235
|
|
|
229
236
|
#. module: account_commission
|
|
230
237
|
#: model:ir.model.fields,field_description:account_commission.field_account_invoice_line_agent__invoice_id
|
|
238
|
+
#: model_terms:ir.ui.view,arch_db:account_commission.report_settlement_document
|
|
231
239
|
msgid "Invoice"
|
|
232
240
|
msgstr "請求書"
|
|
233
241
|
|
|
@@ -277,11 +285,6 @@ msgstr "請求日"
|
|
|
277
285
|
msgid "Invoice exception"
|
|
278
286
|
msgstr "請求書例外"
|
|
279
287
|
|
|
280
|
-
#. module: account_commission
|
|
281
|
-
#: model_terms:ir.ui.view,arch_db:account_commission.report_settlement_document
|
|
282
|
-
msgid "Invoice line"
|
|
283
|
-
msgstr "請求書明細"
|
|
284
|
-
|
|
285
288
|
#. module: account_commission
|
|
286
289
|
#: model:ir.model.fields.selection,name:account_commission.selection__commission_settlement__state__invoiced
|
|
287
290
|
#: model_terms:ir.ui.view,arch_db:account_commission.view_invoice_commission_analysis_search
|
|
@@ -424,7 +427,8 @@ msgstr "販売請求書"
|
|
|
424
427
|
msgid ""
|
|
425
428
|
"Select the invoice status for settling the commissions:\n"
|
|
426
429
|
"* 'Invoice Based': Commissions are settled when the invoice is issued.\n"
|
|
427
|
-
"* 'Payment Based': Commissions are settled when the invoice is paid
|
|
430
|
+
"* 'Payment Based': Commissions are settled when the invoice is paid (or "
|
|
431
|
+
"refunded)."
|
|
428
432
|
msgstr ""
|
|
429
433
|
|
|
430
434
|
#. module: account_commission
|
|
@@ -577,3 +581,6 @@ msgstr "コミッション請求分析"
|
|
|
577
581
|
#: model_terms:ir.ui.view,arch_db:account_commission.view_invoice_commission_analysis_search
|
|
578
582
|
msgid "invoices Commission Analysis"
|
|
579
583
|
msgstr "コミッション請求分析"
|
|
584
|
+
|
|
585
|
+
#~ msgid "Invoice line"
|
|
586
|
+
#~ msgstr "請求書明細"
|
|
@@ -255,5 +255,5 @@ class AccountInvoiceLineAgent(models.Model):
|
|
|
255
255
|
self.ensure_one()
|
|
256
256
|
return (
|
|
257
257
|
self.commission_id.invoice_state == "paid"
|
|
258
|
-
and self.invoice_id.payment_state not in ["in_payment", "paid"]
|
|
258
|
+
and self.invoice_id.payment_state not in ["in_payment", "paid", "reversed"]
|
|
259
259
|
) or self.invoice_id.state != "posted"
|
|
@@ -12,5 +12,5 @@ class Commission(models.Model):
|
|
|
12
12
|
default="open",
|
|
13
13
|
help="Select the invoice status for settling the commissions:\n"
|
|
14
14
|
"* 'Invoice Based': Commissions are settled when the invoice is issued.\n"
|
|
15
|
-
"* 'Payment Based': Commissions are settled when the invoice is paid.",
|
|
15
|
+
"* 'Payment Based': Commissions are settled when the invoice is paid (or refunded).",
|
|
16
16
|
)
|
|
@@ -3,4 +3,6 @@ For selecting invoice status in commissions:
|
|
|
3
3
|
#. Edit or create a new record to select the invoice status for settling the commissions.
|
|
4
4
|
|
|
5
5
|
* **Invoice Based**: Commissions are settled when the invoice is issued.
|
|
6
|
-
* **Payment Based**: Commissions are settled when the invoice is paid.
|
|
6
|
+
* **Payment Based**: Commissions are settled when the invoice is paid or refunded.
|
|
7
|
+
Note that when refunding an invoice, the corresponding reversed commission will
|
|
8
|
+
be settled as well, resulting in a 0 net commission between both operations.
|
|
@@ -366,7 +366,7 @@ ul.auto-toc {
|
|
|
366
366
|
!! This file is generated by oca-gen-addon-readme !!
|
|
367
367
|
!! changes will be overwritten. !!
|
|
368
368
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
369
|
-
!! source digest: sha256:
|
|
369
|
+
!! source digest: sha256:2d1fc36a01e43ea64154a3aa40ad9f4284ad401f2e3ee88114020157480a49e7
|
|
370
370
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
371
371
|
<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/commission/tree/15.0/account_commission"><img alt="OCA/commission" src="https://img.shields.io/badge/github-OCA%2Fcommission-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/commission-15-0/commission-15-0-account_commission"><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/commission&target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
372
372
|
<p>This module adds the function to calculate commissions in invoices (account moves).</p>
|
|
@@ -392,7 +392,9 @@ ul.auto-toc {
|
|
|
392
392
|
<ol class="arabic simple">
|
|
393
393
|
<li>Edit or create a new record to select the invoice status for settling the commissions.<ul>
|
|
394
394
|
<li><strong>Invoice Based</strong>: Commissions are settled when the invoice is issued.</li>
|
|
395
|
-
<li><strong>Payment Based</strong>: Commissions are settled when the invoice is paid
|
|
395
|
+
<li><strong>Payment Based</strong>: Commissions are settled when the invoice is paid or refunded.
|
|
396
|
+
Note that when refunding an invoice, the corresponding reversed commission will
|
|
397
|
+
be settled as well, resulting in a 0 net commission between both operations.</li>
|
|
396
398
|
</ul>
|
|
397
399
|
</li>
|
|
398
400
|
</ol>
|
|
@@ -497,3 +497,146 @@ class TestAccountCommission(TestCommissionBase):
|
|
|
497
497
|
]
|
|
498
498
|
)
|
|
499
499
|
self.assertEqual(2, len(settlements))
|
|
500
|
+
|
|
501
|
+
def test_invoice_parcial_refund(self):
|
|
502
|
+
commission = self.commission_net_paid
|
|
503
|
+
agent = self.agent_monthly
|
|
504
|
+
today = fields.Date.today()
|
|
505
|
+
# Create an invoice
|
|
506
|
+
invoice = self._create_invoice(agent, commission, today, currency=None)
|
|
507
|
+
invoice.action_post()
|
|
508
|
+
# Register payment for invoice
|
|
509
|
+
payment_journal = self.env["account.journal"].search(
|
|
510
|
+
[("type", "=", "cash"), ("company_id", "=", invoice.company_id.id)],
|
|
511
|
+
limit=1,
|
|
512
|
+
)
|
|
513
|
+
register_payments = (
|
|
514
|
+
self.env["account.payment.register"]
|
|
515
|
+
.with_context(active_ids=invoice.id, active_model="account.move")
|
|
516
|
+
.create({"journal_id": payment_journal.id})
|
|
517
|
+
)
|
|
518
|
+
register_payments.action_create_payments()
|
|
519
|
+
# Make a parcial refund for the invoice
|
|
520
|
+
move_reversal = (
|
|
521
|
+
self.env["account.move.reversal"]
|
|
522
|
+
.with_context(active_model="account.move", active_ids=invoice.id)
|
|
523
|
+
.create(
|
|
524
|
+
{
|
|
525
|
+
"reason": "no reason",
|
|
526
|
+
"refund_method": "refund",
|
|
527
|
+
"journal_id": invoice.journal_id.id,
|
|
528
|
+
}
|
|
529
|
+
)
|
|
530
|
+
)
|
|
531
|
+
refund = self.env["account.move"].browse(
|
|
532
|
+
move_reversal.reverse_moves()["res_id"]
|
|
533
|
+
)
|
|
534
|
+
refund.write(
|
|
535
|
+
{
|
|
536
|
+
"invoice_line_ids": [
|
|
537
|
+
(
|
|
538
|
+
1,
|
|
539
|
+
refund.invoice_line_ids[:1].id,
|
|
540
|
+
{"price_unit": refund.invoice_line_ids[:1].price_unit - 2},
|
|
541
|
+
)
|
|
542
|
+
]
|
|
543
|
+
}
|
|
544
|
+
)
|
|
545
|
+
refund.action_post()
|
|
546
|
+
# Register payment for the refund
|
|
547
|
+
register_payments = (
|
|
548
|
+
self.env["account.payment.register"]
|
|
549
|
+
.with_context(active_ids=refund.id, active_model="account.move")
|
|
550
|
+
.create({"journal_id": payment_journal.id})
|
|
551
|
+
)
|
|
552
|
+
register_payments.action_create_payments()
|
|
553
|
+
# check settlement creation. The commission must be (5 - 3) * 0.1 = 0.4
|
|
554
|
+
self._settle_agent_invoice(agent, 1)
|
|
555
|
+
settlements = self.settle_model.search([("agent_id", "=", agent.id)])
|
|
556
|
+
self.assertEqual(2, len(settlements.line_ids))
|
|
557
|
+
self.assertEqual(0.4, sum(settlements.mapped("total")))
|
|
558
|
+
|
|
559
|
+
def test_invoice_full_refund(self):
|
|
560
|
+
commission = self.commission_net_paid
|
|
561
|
+
agent = self.agent_monthly
|
|
562
|
+
today = fields.Date.today()
|
|
563
|
+
# Create an invoice and refund it
|
|
564
|
+
invoice = self._create_invoice(agent, commission, today, currency=None)
|
|
565
|
+
invoice.action_post()
|
|
566
|
+
move_reversal = (
|
|
567
|
+
self.env["account.move.reversal"]
|
|
568
|
+
.with_context(active_model="account.move", active_ids=invoice.id)
|
|
569
|
+
.create(
|
|
570
|
+
{
|
|
571
|
+
"reason": "no reason",
|
|
572
|
+
"refund_method": "cancel",
|
|
573
|
+
"journal_id": invoice.journal_id.id,
|
|
574
|
+
}
|
|
575
|
+
)
|
|
576
|
+
)
|
|
577
|
+
move_reversal.reverse_moves()
|
|
578
|
+
# check settlement creation. The commission must be: (5 - 5) * 0.1 = 0
|
|
579
|
+
self._settle_agent_invoice(agent, 1)
|
|
580
|
+
settlements = self.settle_model.search(
|
|
581
|
+
[
|
|
582
|
+
("agent_id", "=", agent.id),
|
|
583
|
+
]
|
|
584
|
+
)
|
|
585
|
+
self.assertEqual(2, len(settlements.line_ids))
|
|
586
|
+
self.assertEqual(0, sum(settlements.mapped("total")))
|
|
587
|
+
|
|
588
|
+
def test_invoice_modify_refund(self):
|
|
589
|
+
commission = self.commission_net_paid
|
|
590
|
+
agent = self.agent_monthly
|
|
591
|
+
today = fields.Date.today()
|
|
592
|
+
# Create an invoice
|
|
593
|
+
invoice = self._create_invoice(agent, commission, today, currency=None)
|
|
594
|
+
invoice.action_post()
|
|
595
|
+
# Create a full refund and a new invoice
|
|
596
|
+
move_reversal = (
|
|
597
|
+
self.env["account.move.reversal"]
|
|
598
|
+
.with_context(active_model="account.move", active_ids=invoice.id)
|
|
599
|
+
.create(
|
|
600
|
+
{
|
|
601
|
+
"reason": "no reason",
|
|
602
|
+
"refund_method": "modify",
|
|
603
|
+
"journal_id": invoice.journal_id.id,
|
|
604
|
+
}
|
|
605
|
+
)
|
|
606
|
+
)
|
|
607
|
+
invoice2 = self.env["account.move"].browse(
|
|
608
|
+
move_reversal.reverse_moves()["res_id"]
|
|
609
|
+
)
|
|
610
|
+
invoice2.write(
|
|
611
|
+
{
|
|
612
|
+
"invoice_line_ids": [
|
|
613
|
+
(
|
|
614
|
+
1,
|
|
615
|
+
invoice2.invoice_line_ids[:1].id,
|
|
616
|
+
{"price_unit": invoice2.invoice_line_ids[:1].price_unit - 2},
|
|
617
|
+
)
|
|
618
|
+
]
|
|
619
|
+
}
|
|
620
|
+
)
|
|
621
|
+
invoice2.action_post()
|
|
622
|
+
# Register payment for the new invoice
|
|
623
|
+
payment_journal = self.env["account.journal"].search(
|
|
624
|
+
[("type", "=", "cash"), ("company_id", "=", invoice.company_id.id)],
|
|
625
|
+
limit=1,
|
|
626
|
+
)
|
|
627
|
+
register_payments = (
|
|
628
|
+
self.env["account.payment.register"]
|
|
629
|
+
.with_context(active_ids=invoice2.id, active_model="account.move")
|
|
630
|
+
.create({"journal_id": payment_journal.id})
|
|
631
|
+
)
|
|
632
|
+
register_payments.action_create_payments()
|
|
633
|
+
|
|
634
|
+
# check settlement creation. The commission must be (5 - 5 + 3) * 0.1 = 0.6
|
|
635
|
+
self._settle_agent_invoice(agent, 1)
|
|
636
|
+
settlements = self.settle_model.search(
|
|
637
|
+
[
|
|
638
|
+
("agent_id", "=", agent.id),
|
|
639
|
+
]
|
|
640
|
+
)
|
|
641
|
+
self.assertEqual(3, len(settlements.line_ids))
|
|
642
|
+
self.assertEqual(0.6, sum(settlements.mapped("total")))
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-account-commission
|
|
3
|
-
Version: 15.0.3.2.
|
|
3
|
+
Version: 15.0.3.2.1.1
|
|
4
4
|
Summary: Account commissions
|
|
5
5
|
Home-page: https://github.com/OCA/commission
|
|
6
6
|
Author: Tecnativa, Odoo Community Association (OCA)
|
|
@@ -24,7 +24,7 @@ Account commissions
|
|
|
24
24
|
!! This file is generated by oca-gen-addon-readme !!
|
|
25
25
|
!! changes will be overwritten. !!
|
|
26
26
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
27
|
-
!! source digest: sha256:
|
|
27
|
+
!! source digest: sha256:2d1fc36a01e43ea64154a3aa40ad9f4284ad401f2e3ee88114020157480a49e7
|
|
28
28
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
29
29
|
|
|
30
30
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -64,7 +64,9 @@ For selecting invoice status in commissions:
|
|
|
64
64
|
#. Edit or create a new record to select the invoice status for settling the commissions.
|
|
65
65
|
|
|
66
66
|
* **Invoice Based**: Commissions are settled when the invoice is issued.
|
|
67
|
-
* **Payment Based**: Commissions are settled when the invoice is paid.
|
|
67
|
+
* **Payment Based**: Commissions are settled when the invoice is paid or refunded.
|
|
68
|
+
Note that when refunding an invoice, the corresponding reversed commission will
|
|
69
|
+
be settled as well, resulting in a 0 net commission between both operations.
|
|
68
70
|
|
|
69
71
|
Usage
|
|
70
72
|
=====
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
odoo/addons/account_commission/README.rst,sha256=
|
|
1
|
+
odoo/addons/account_commission/README.rst,sha256=uTXjA782HiJ6PqU7FDQY48aC8JKDRzxauKykcj-jcvg,6081
|
|
2
2
|
odoo/addons/account_commission/__init__.py,sha256=8JG3SPnwMlgXTppOwkp3YTgDDQGo7U7veMEMpG1bL_c,64
|
|
3
|
-
odoo/addons/account_commission/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/account_commission/__manifest__.py,sha256=KbgMkLiUKOQy2p2zM4KqnYDl8DKklU7Iw6lw-SMZ-wA,893
|
|
4
4
|
odoo/addons/account_commission/data/menuitem_data.xml,sha256=OX8KpilSn3zWf9cMNiJLDO7aV_vtaH6GTIyMZWDxYqM,361
|
|
5
|
-
odoo/addons/account_commission/i18n/account_commission.pot,sha256=
|
|
6
|
-
odoo/addons/account_commission/i18n/es.po,sha256=
|
|
7
|
-
odoo/addons/account_commission/i18n/ja.po,sha256=
|
|
5
|
+
odoo/addons/account_commission/i18n/account_commission.pot,sha256=xIGxWuQUMHF44VsPgaMyCpwxI3b4t97uK5bcPkoMITs,21893
|
|
6
|
+
odoo/addons/account_commission/i18n/es.po,sha256=QYUlVjymZG8dhzbWfihRCwKptY3memesikv2xrJkOV8,24493
|
|
7
|
+
odoo/addons/account_commission/i18n/ja.po,sha256=ry3KLF4mKnN8qZBXL4Spty6vBs9NF8oc1m6u8YRwh7I,24539
|
|
8
8
|
odoo/addons/account_commission/models/__init__.py,sha256=NAnZVtdmEwISK51Ipnoin5jHE3_bVPLsNghvuFcM3NI,88
|
|
9
|
-
odoo/addons/account_commission/models/account_move.py,sha256=
|
|
10
|
-
odoo/addons/account_commission/models/commission.py,sha256=
|
|
9
|
+
odoo/addons/account_commission/models/account_move.py,sha256=wPUjxq86pW93ILQdf5UR4IuwIQanUjvv9Ks-TFCSz4E,9326
|
|
10
|
+
odoo/addons/account_commission/models/commission.py,sha256=OHzmB5iH-h4oQf5JQGV4EFpNOkAHxC1_0-j0g-8nDXE,576
|
|
11
11
|
odoo/addons/account_commission/models/commission_settlement.py,sha256=tQJvLUhuBuKf3mf5yZ0GL4O9ORRiwomIJwYN47WS1mY,7022
|
|
12
|
-
odoo/addons/account_commission/readme/CONFIGURE.rst,sha256=
|
|
12
|
+
odoo/addons/account_commission/readme/CONFIGURE.rst,sha256=vUEhtDTSXiZc88gXBuQZIcSkM3CbkmzQQwdVgJfnbSA,466
|
|
13
13
|
odoo/addons/account_commission/readme/CONTRIBUTORS.rst,sha256=edkIHruglREEhXtRp3s9Y5RRMcv-MvgbB99y1M7TXck,605
|
|
14
14
|
odoo/addons/account_commission/readme/DESCRIPTION.rst,sha256=dLMZSNYGysvHiOC7Untw2leoCloADPLcrkIoE8FDEVI,208
|
|
15
15
|
odoo/addons/account_commission/readme/USAGE.rst,sha256=kyhxu0d4eBImmEfJ4f-blVNPNByzArlsT9SIvLpQFqI,1798
|
|
@@ -20,9 +20,9 @@ odoo/addons/account_commission/security/account_commission_security.xml,sha256=p
|
|
|
20
20
|
odoo/addons/account_commission/security/ir.model.access.csv,sha256=c0k8cFhVg1A4XCaUQ-mzJdLIotKKt1ltIYznK8ELhYE,883
|
|
21
21
|
odoo/addons/account_commission/static/description/icon.png,sha256=ydxSIUuHSeE4CfMVsEzLjKKVdX4RicuPj8VGM2rBpBg,8219
|
|
22
22
|
odoo/addons/account_commission/static/description/icon.svg,sha256=96b_cQ-F1XuDU6S5mDi9ioe0d22Vwn30uBDQ_3ZSi5w,17220
|
|
23
|
-
odoo/addons/account_commission/static/description/index.html,sha256=
|
|
23
|
+
odoo/addons/account_commission/static/description/index.html,sha256=0ULamicEa9O12gerXmK4Wcf12gbh_et9XrT6O8ppYtI,16949
|
|
24
24
|
odoo/addons/account_commission/tests/__init__.py,sha256=bxd564RH-TWEpEJWbbc558dPFEJZCsH9JM8JF3-PMUM,38
|
|
25
|
-
odoo/addons/account_commission/tests/test_account_commission.py,sha256=
|
|
25
|
+
odoo/addons/account_commission/tests/test_account_commission.py,sha256=HGh1VPeA5WvK-FWimr3i6FlcMY2jN23jjcf_NMZbdCQ,26631
|
|
26
26
|
odoo/addons/account_commission/views/account_move_views.xml,sha256=4oYr0ErkcbGrYtGLDj0ip3ozC9NCjp4jBJLB9YxC9Sc,6634
|
|
27
27
|
odoo/addons/account_commission/views/commission_settlement_views.xml,sha256=jLyChFXOLPE5wqtbRuq6Nh7CxFh5MoTOFDWklE1ZRjc,3523
|
|
28
28
|
odoo/addons/account_commission/views/commission_views.xml,sha256=oY2-WJ-lEn3gCoFMqStKObGT3LRkBxMmANm2MRhYuRE,614
|
|
@@ -31,7 +31,7 @@ odoo/addons/account_commission/wizards/__init__.py,sha256=ddwjnl0fpZTw56iNQmRcDJ
|
|
|
31
31
|
odoo/addons/account_commission/wizards/commission_make_settle.py,sha256=Me1_y1AtiUU4KnxAHFsyBmZW_5XqCc6cH6Xr08lx8ik,1543
|
|
32
32
|
odoo/addons/account_commission/wizards/wizard_invoice.py,sha256=Aga0kHWTtd5F7GehmRrqfwDaFkMlPXVIzEA0jlWTDiE,3259
|
|
33
33
|
odoo/addons/account_commission/wizards/wizard_invoice.xml,sha256=QDGpFCICqhAu6uO7ksQihj0UPGxuQL7MeE3mNx4Xy_A,2161
|
|
34
|
-
odoo_addon_account_commission-15.0.3.2.
|
|
35
|
-
odoo_addon_account_commission-15.0.3.2.
|
|
36
|
-
odoo_addon_account_commission-15.0.3.2.
|
|
37
|
-
odoo_addon_account_commission-15.0.3.2.
|
|
34
|
+
odoo_addon_account_commission-15.0.3.2.1.1.dist-info/METADATA,sha256=jI8lcsQMV2MUN7cWN3Q1yDGEefFxE9kKJmWNWOCY9j4,6668
|
|
35
|
+
odoo_addon_account_commission-15.0.3.2.1.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
36
|
+
odoo_addon_account_commission-15.0.3.2.1.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
37
|
+
odoo_addon_account_commission-15.0.3.2.1.1.dist-info/RECORD,,
|
|
File without changes
|