odoo-addon-account-commission 15.0.3.3.0.1__py3-none-any.whl → 15.0.3.3.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:a54acf8b8311d933604140598d1a26f163fdfe5fdd0545e4456aeb1501d352a9
10
+ !! source digest: sha256:3458893c850a5d11a9b824a1d4ab58f867561d2f64dc17514126eca224b036ba
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": "15.0.3.3.0",
6
+ "version": "15.0.3.3.1",
7
7
  "author": "Tecnativa, Odoo Community Association (OCA)",
8
8
  "category": "Sales Management",
9
9
  "license": "AGPL-3",
@@ -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:a54acf8b8311d933604140598d1a26f163fdfe5fdd0545e4456aeb1501d352a9
370
+ !! source digest: sha256:3458893c850a5d11a9b824a1d4ab58f867561d2f64dc17514126eca224b036ba
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/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&amp;target_branch=15.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>
@@ -486,7 +487,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
486
487
  <div class="section" id="maintainers">
487
488
  <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
488
489
  <p>This module is maintained by the OCA.</p>
489
- <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
490
+ <a class="reference external image-reference" href="https://odoo-community.org">
491
+ <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
492
+ </a>
490
493
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
491
494
  mission is to support the collaborative development of Odoo features and
492
495
  promote its widespread use.</p>
@@ -31,7 +31,7 @@
31
31
  attrs="{'invisible': [('agent_ids', '=', [])], 'readonly': [('any_settled', '=', True)]}"
32
32
  >
33
33
  <field name="any_settled" invisible="1" />
34
- <field name="commission_free" force_save="1" />
34
+ <field name="commission_free" force_save="1" readonly="1" />
35
35
  <field
36
36
  name="agent_ids"
37
37
  attrs="{'readonly': [('commission_free', '=', True)]}"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-account_commission
3
- Version: 15.0.3.3.0.1
3
+ Version: 15.0.3.3.1
4
4
  Summary: Account commissions
5
5
  Home-page: https://github.com/OCA/commission
6
6
  Author: Tecnativa, Odoo Community Association (OCA)
@@ -23,7 +23,7 @@ Account commissions
23
23
  !! This file is generated by oca-gen-addon-readme !!
24
24
  !! changes will be overwritten. !!
25
25
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
26
- !! source digest: sha256:a54acf8b8311d933604140598d1a26f163fdfe5fdd0545e4456aeb1501d352a9
26
+ !! source digest: sha256:3458893c850a5d11a9b824a1d4ab58f867561d2f64dc17514126eca224b036ba
27
27
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
28
 
29
29
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -1,6 +1,6 @@
1
- odoo/addons/account_commission/README.rst,sha256=UeUEgEYjb0aVrZWKSxprggiJw1vzg7tQ9GKYi8BgUeU,6099
1
+ odoo/addons/account_commission/README.rst,sha256=ATxZMzHgg8AE2RIZ2q-eT-TLv29WMh_W8ubD2uuxBGU,6099
2
2
  odoo/addons/account_commission/__init__.py,sha256=8JG3SPnwMlgXTppOwkp3YTgDDQGo7U7veMEMpG1bL_c,64
3
- odoo/addons/account_commission/__manifest__.py,sha256=FBvr3CiTqFPXbv1u9RnfqSsVTXbblTSfZdphSLAPJTM,893
3
+ odoo/addons/account_commission/__manifest__.py,sha256=3XSj3cwMkVY2cSte9oZLeIOEPBljAgNWK94trylLo1M,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=xIGxWuQUMHF44VsPgaMyCpwxI3b4t97uK5bcPkoMITs,21893
6
6
  odoo/addons/account_commission/i18n/es.po,sha256=Ax2Uo2zrYXsaS1YkMySHDGmBfYyQGqMyIjXr3GuJ_P0,24736
@@ -21,10 +21,10 @@ odoo/addons/account_commission/security/account_commission_security.xml,sha256=p
21
21
  odoo/addons/account_commission/security/ir.model.access.csv,sha256=c0k8cFhVg1A4XCaUQ-mzJdLIotKKt1ltIYznK8ELhYE,883
22
22
  odoo/addons/account_commission/static/description/icon.png,sha256=ydxSIUuHSeE4CfMVsEzLjKKVdX4RicuPj8VGM2rBpBg,8219
23
23
  odoo/addons/account_commission/static/description/icon.svg,sha256=96b_cQ-F1XuDU6S5mDi9ioe0d22Vwn30uBDQ_3ZSi5w,17220
24
- odoo/addons/account_commission/static/description/index.html,sha256=mB6vSwbZuXdko4shgC3qwcLiXcnWs8codRksLwpVIkY,16972
24
+ odoo/addons/account_commission/static/description/index.html,sha256=H-45xYehj_SlPFyc6DDcq1lOyDg4Wp89C3MKQAnCxm0,17055
25
25
  odoo/addons/account_commission/tests/__init__.py,sha256=bxd564RH-TWEpEJWbbc558dPFEJZCsH9JM8JF3-PMUM,38
26
26
  odoo/addons/account_commission/tests/test_account_commission.py,sha256=sMIZ5VMJ459LiemxK_aPZDS2dwz_xuPvbQHk_b7BMIA,27847
27
- odoo/addons/account_commission/views/account_move_views.xml,sha256=4oYr0ErkcbGrYtGLDj0ip3ozC9NCjp4jBJLB9YxC9Sc,6634
27
+ odoo/addons/account_commission/views/account_move_views.xml,sha256=kDrDTgsK9bXTXpNv1MeCoHZZBYx2ISINid-Jo6scltE,6647
28
28
  odoo/addons/account_commission/views/commission_settlement_views.xml,sha256=jLyChFXOLPE5wqtbRuq6Nh7CxFh5MoTOFDWklE1ZRjc,3523
29
29
  odoo/addons/account_commission/views/commission_views.xml,sha256=oY2-WJ-lEn3gCoFMqStKObGT3LRkBxMmANm2MRhYuRE,614
30
30
  odoo/addons/account_commission/views/report_settlement_templates.xml,sha256=xr0G0Og9iKCcnB08QA0fy0dT_P90pVZ4w6OuJ_NVx2U,1781
@@ -32,7 +32,7 @@ odoo/addons/account_commission/wizards/__init__.py,sha256=ddwjnl0fpZTw56iNQmRcDJ
32
32
  odoo/addons/account_commission/wizards/commission_make_settle.py,sha256=Me1_y1AtiUU4KnxAHFsyBmZW_5XqCc6cH6Xr08lx8ik,1543
33
33
  odoo/addons/account_commission/wizards/wizard_invoice.py,sha256=Aga0kHWTtd5F7GehmRrqfwDaFkMlPXVIzEA0jlWTDiE,3259
34
34
  odoo/addons/account_commission/wizards/wizard_invoice.xml,sha256=QDGpFCICqhAu6uO7ksQihj0UPGxuQL7MeE3mNx4Xy_A,2161
35
- odoo_addon_account_commission-15.0.3.3.0.1.dist-info/METADATA,sha256=DeSct7QzGiPvEaWIhaU5LZGI0Q2Xxcdhr0vkbKHMUzI,6666
36
- odoo_addon_account_commission-15.0.3.3.0.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
37
- odoo_addon_account_commission-15.0.3.3.0.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
38
- odoo_addon_account_commission-15.0.3.3.0.1.dist-info/RECORD,,
35
+ odoo_addon_account_commission-15.0.3.3.1.dist-info/METADATA,sha256=oGCth16ce8RN0N4i11rLg9LYLEH-P5_pdJfILeLuU_0,6664
36
+ odoo_addon_account_commission-15.0.3.3.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
37
+ odoo_addon_account_commission-15.0.3.3.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
38
+ odoo_addon_account_commission-15.0.3.3.1.dist-info/RECORD,,