odoo-addon-account-commission 16.0.2.4.0.6__py3-none-any.whl → 16.0.2.4.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 commissions
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:8ba2b2321dee20dece1882cb3f664fb78a27b4fbccb785d1f5410b7d009889c6
10
+ !! source digest: sha256:bda63ea3d16fba1affee8000f6d752f015829cf1993207e14543cac5569ccd06
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -3,7 +3,7 @@
3
3
  # Copyright 2014-2022 Tecnativa - Pedro M. Baeza
4
4
  {
5
5
  "name": "Account commissions",
6
- "version": "16.0.2.4.0",
6
+ "version": "16.0.2.4.1",
7
7
  "author": "Tecnativa, Odoo Community Association (OCA)",
8
8
  "category": "Sales Management",
9
9
  "license": "AGPL-3",
@@ -163,7 +163,9 @@ class CommissionSettlement(models.Model):
163
163
  class SettlementLine(models.Model):
164
164
  _inherit = "commission.settlement.line"
165
165
 
166
- invoice_agent_line_id = fields.Many2one(comodel_name="account.invoice.line.agent")
166
+ invoice_agent_line_id = fields.Many2one(
167
+ comodel_name="account.invoice.line.agent", index=True
168
+ )
167
169
  invoice_line_id = fields.Many2one(
168
170
  comodel_name="account.move.line",
169
171
  store=True,
@@ -8,10 +8,11 @@
8
8
 
9
9
  /*
10
10
  :Author: David Goodger (goodger@python.org)
11
- :Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11
+ :Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
12
12
  :Copyright: This stylesheet has been placed in the public domain.
13
13
 
14
14
  Default cascading style sheet for the HTML output of Docutils.
15
+ Despite the name, some widely supported CSS2 features are used.
15
16
 
16
17
  See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
17
18
  customize this style sheet.
@@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
274
275
  margin-left: 2em ;
275
276
  margin-right: 2em }
276
277
 
277
- pre.code .ln { color: grey; } /* line numbers */
278
+ pre.code .ln { color: gray; } /* line numbers */
278
279
  pre.code, code { background-color: #eeeeee }
279
280
  pre.code .comment, code .comment { color: #5C6576 }
280
281
  pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@ span.option {
300
301
  span.pre {
301
302
  white-space: pre }
302
303
 
303
- span.problematic {
304
+ span.problematic, pre.problematic {
304
305
  color: red }
305
306
 
306
307
  span.section-subtitle {
@@ -366,7 +367,7 @@ ul.auto-toc {
366
367
  !! This file is generated by oca-gen-addon-readme !!
367
368
  !! changes will be overwritten. !!
368
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369
- !! source digest: sha256:8ba2b2321dee20dece1882cb3f664fb78a27b4fbccb785d1f5410b7d009889c6
370
+ !! source digest: sha256:bda63ea3d16fba1affee8000f6d752f015829cf1993207e14543cac5569ccd06
370
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371
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/commission/tree/16.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-16-0/commission-16-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&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372
373
  <p>This module adds the function to calculate commissions in invoices (account moves).</p>
@@ -490,7 +491,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
490
491
  <div class="section" id="maintainers">
491
492
  <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
492
493
  <p>This module is maintained by the OCA.</p>
493
- <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
494
+ <a class="reference external image-reference" href="https://odoo-community.org">
495
+ <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
496
+ </a>
494
497
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
495
498
  mission is to support the collaborative development of Odoo features and
496
499
  promote its widespread use.</p>
@@ -1,12 +1,11 @@
1
1
  Metadata-Version: 2.1
2
- Name: odoo-addon-account-commission
3
- Version: 16.0.2.4.0.6
2
+ Name: odoo-addon-account_commission
3
+ Version: 16.0.2.4.1
4
4
  Summary: Account commissions
5
5
  Home-page: https://github.com/OCA/commission
6
6
  Author: Tecnativa, Odoo Community Association (OCA)
7
7
  Author-email: support@odoo-community.org
8
8
  License: AGPL-3
9
- Platform: UNKNOWN
10
9
  Classifier: Programming Language :: Python
11
10
  Classifier: Framework :: Odoo
12
11
  Classifier: Framework :: Odoo :: 16.0
@@ -24,7 +23,7 @@ Account commissions
24
23
  !! This file is generated by oca-gen-addon-readme !!
25
24
  !! changes will be overwritten. !!
26
25
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
- !! source digest: sha256:8ba2b2321dee20dece1882cb3f664fb78a27b4fbccb785d1f5410b7d009889c6
26
+ !! source digest: sha256:bda63ea3d16fba1affee8000f6d752f015829cf1993207e14543cac5569ccd06
28
27
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29
28
 
30
29
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -180,5 +179,3 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
180
179
  This module is part of the `OCA/commission <https://github.com/OCA/commission/tree/16.0/account_commission>`_ project on GitHub.
181
180
 
182
181
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
183
-
184
-
@@ -1,6 +1,6 @@
1
- odoo/addons/account_commission/README.rst,sha256=bErZvikPOqrQGBT6A3nzp-6zxTR7yM1iEgW0ZW1rmfA,6161
1
+ odoo/addons/account_commission/README.rst,sha256=qMUWVeKAx3gRUKVCADNgisbDSRDX-iS7tVqT5FVg8hg,6161
2
2
  odoo/addons/account_commission/__init__.py,sha256=8JG3SPnwMlgXTppOwkp3YTgDDQGo7U7veMEMpG1bL_c,64
3
- odoo/addons/account_commission/__manifest__.py,sha256=42FSmeQcbUVKDo30soNfVD5vJa7S9PjlYgLJ4lrIkUg,893
3
+ odoo/addons/account_commission/__manifest__.py,sha256=HUR22OL49OaWFijdIXBtqxvdFp3rTFjXqTuN7nlJ2Y0,893
4
4
  odoo/addons/account_commission/data/menuitem_data.xml,sha256=OX8KpilSn3zWf9cMNiJLDO7aV_vtaH6GTIyMZWDxYqM,361
5
5
  odoo/addons/account_commission/i18n/account_commission.pot,sha256=YM_lHjaDADe8EjFteiOtG5wRZutjZuvuXy8P7hCbZRU,21969
6
6
  odoo/addons/account_commission/i18n/es.po,sha256=LpIYITZRhwsIS9g0vHTFn2y9UQB42-LtKtD9ZKEWOJ8,25330
@@ -13,7 +13,7 @@ odoo/addons/account_commission/i18n/pt_BR.po,sha256=r9XZOLIDWDr-iqm4tUoySIOGuPXX
13
13
  odoo/addons/account_commission/models/__init__.py,sha256=NAnZVtdmEwISK51Ipnoin5jHE3_bVPLsNghvuFcM3NI,88
14
14
  odoo/addons/account_commission/models/account_move.py,sha256=6P9SkOsurOvxTY4eA3hv72pHK95u1wYrkVYsLkSyJz4,9198
15
15
  odoo/addons/account_commission/models/commission.py,sha256=OHzmB5iH-h4oQf5JQGV4EFpNOkAHxC1_0-j0g-8nDXE,576
16
- odoo/addons/account_commission/models/commission_settlement.py,sha256=zlC641aN3U_13O0qVp2fPuHHMXnEhMS_Q-RbD4z4JU8,7177
16
+ odoo/addons/account_commission/models/commission_settlement.py,sha256=6Iew1OVN6hK_p3mGzJdwuMZVRqyPPvqe6Lw4EUrnCd4,7203
17
17
  odoo/addons/account_commission/readme/CONFIGURE.rst,sha256=vUEhtDTSXiZc88gXBuQZIcSkM3CbkmzQQwdVgJfnbSA,466
18
18
  odoo/addons/account_commission/readme/CONTRIBUTORS.rst,sha256=Z8obkoMhHL_8ftRejdtx1bByqZJCUWVpQmSwAoAOtVQ,685
19
19
  odoo/addons/account_commission/readme/DESCRIPTION.rst,sha256=dLMZSNYGysvHiOC7Untw2leoCloADPLcrkIoE8FDEVI,208
@@ -25,7 +25,7 @@ odoo/addons/account_commission/security/account_commission_security.xml,sha256=p
25
25
  odoo/addons/account_commission/security/ir.model.access.csv,sha256=c0k8cFhVg1A4XCaUQ-mzJdLIotKKt1ltIYznK8ELhYE,883
26
26
  odoo/addons/account_commission/static/description/icon.png,sha256=ydxSIUuHSeE4CfMVsEzLjKKVdX4RicuPj8VGM2rBpBg,8219
27
27
  odoo/addons/account_commission/static/description/icon.svg,sha256=96b_cQ-F1XuDU6S5mDi9ioe0d22Vwn30uBDQ_3ZSi5w,17220
28
- odoo/addons/account_commission/static/description/index.html,sha256=lWfH_040z49S9We93KfBmNA7fTkr2W8UEHAiyKE2Ixo,17090
28
+ odoo/addons/account_commission/static/description/index.html,sha256=eS5cxzIgvD5UVU2Qfgp1C6CidoVk53J-3Fg243rryxc,17173
29
29
  odoo/addons/account_commission/tests/__init__.py,sha256=bxd564RH-TWEpEJWbbc558dPFEJZCsH9JM8JF3-PMUM,38
30
30
  odoo/addons/account_commission/tests/test_account_commission.py,sha256=AMkGc0mPvdB9tIMBVec0w-zoE9pnapEteD8xFCJziOE,28724
31
31
  odoo/addons/account_commission/views/account_move_views.xml,sha256=N6PGXNMSxgpwaz5HtydDTRX0stu3QzTX5vBICCksP9s,6600
@@ -36,7 +36,7 @@ odoo/addons/account_commission/wizards/__init__.py,sha256=ddwjnl0fpZTw56iNQmRcDJ
36
36
  odoo/addons/account_commission/wizards/commission_make_settle.py,sha256=k7yztap0JSa5q-QH71GXd0WFaUG639ETaAKrqdH8UE0,1717
37
37
  odoo/addons/account_commission/wizards/wizard_invoice.py,sha256=SumDW3606uLS4d6L2rKjQbwdvfmIYovKark-EUMTve0,3162
38
38
  odoo/addons/account_commission/wizards/wizard_invoice.xml,sha256=Afx90Mccl0EjLzZ2dJa2dOikYhWxIY5tQ7objmca8gc,2292
39
- odoo_addon_account_commission-16.0.2.4.0.6.dist-info/METADATA,sha256=juU4DFE7SXuv7xfD3dklzi4LijawxYI8Q885cHdr_Pk,6749
40
- odoo_addon_account_commission-16.0.2.4.0.6.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
41
- odoo_addon_account_commission-16.0.2.4.0.6.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
42
- odoo_addon_account_commission-16.0.2.4.0.6.dist-info/RECORD,,
39
+ odoo_addon_account_commission-16.0.2.4.1.dist-info/METADATA,sha256=QcbKixVCfpF6vWRyyvoLso-NjTAxB0PzN3s1nyCAab8,6727
40
+ odoo_addon_account_commission-16.0.2.4.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
41
+ odoo_addon_account_commission-16.0.2.4.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
42
+ odoo_addon_account_commission-16.0.2.4.1.dist-info/RECORD,,