odoo-addon-account-commission 15.0.3.3.0__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.
- odoo/addons/account_commission/README.rst +1 -1
- odoo/addons/account_commission/__manifest__.py +1 -1
- odoo/addons/account_commission/migrations/15.0.2.0.0/post-migration.py +19 -0
- odoo/addons/account_commission/static/description/index.html +8 -5
- odoo/addons/account_commission/views/account_move_views.xml +1 -1
- {odoo_addon_account_commission-15.0.3.3.0.dist-info → odoo_addon_account_commission-15.0.3.3.1.dist-info}/METADATA +3 -6
- {odoo_addon_account_commission-15.0.3.3.0.dist-info → odoo_addon_account_commission-15.0.3.3.1.dist-info}/RECORD +9 -8
- {odoo_addon_account_commission-15.0.3.3.0.dist-info → odoo_addon_account_commission-15.0.3.3.1.dist-info}/WHEEL +0 -0
- {odoo_addon_account_commission-15.0.3.3.0.dist-info → odoo_addon_account_commission-15.0.3.3.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:3458893c850a5d11a9b824a1d4ab58f867561d2f64dc17514126eca224b036ba
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Copyright 2024 Tecnativa - Pedro M. Baeza
|
|
2
|
+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
3
|
+
from openupgradelib import openupgrade
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
@openupgrade.migrate()
|
|
7
|
+
def migrate(env, version):
|
|
8
|
+
"""Fill new invoice_agent_line_id many2one from the old many2many agent_line
|
|
9
|
+
equivalent table. This table always contain only one record on standard use.
|
|
10
|
+
"""
|
|
11
|
+
openupgrade.logged_query(
|
|
12
|
+
env.cr,
|
|
13
|
+
"""
|
|
14
|
+
UPDATE commission_settlement_line csl
|
|
15
|
+
SET invoice_agent_line_id = agent_line_id
|
|
16
|
+
FROM settlement_agent_line_rel rel
|
|
17
|
+
WHERE rel.settlement_id = csl.id
|
|
18
|
+
""",
|
|
19
|
+
)
|
|
@@ -8,10 +8,11 @@
|
|
|
8
8
|
|
|
9
9
|
/*
|
|
10
10
|
:Author: David Goodger (goodger@python.org)
|
|
11
|
-
:Id: $Id: html4css1.css
|
|
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:
|
|
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:
|
|
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&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"
|
|
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,12 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
|
-
Name: odoo-addon-
|
|
3
|
-
Version: 15.0.3.3.
|
|
2
|
+
Name: odoo-addon-account_commission
|
|
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)
|
|
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 :: 15.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:
|
|
26
|
+
!! source digest: sha256:3458893c850a5d11a9b824a1d4ab58f867561d2f64dc17514126eca224b036ba
|
|
28
27
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
29
28
|
|
|
30
29
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -176,5 +175,3 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
|
|
176
175
|
This module is part of the `OCA/commission <https://github.com/OCA/commission/tree/15.0/account_commission>`_ project on GitHub.
|
|
177
176
|
|
|
178
177
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
179
|
-
|
|
180
|
-
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
odoo/addons/account_commission/README.rst,sha256=
|
|
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=
|
|
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
|
|
7
7
|
odoo/addons/account_commission/i18n/ja.po,sha256=ry3KLF4mKnN8qZBXL4Spty6vBs9NF8oc1m6u8YRwh7I,24539
|
|
8
|
+
odoo/addons/account_commission/migrations/15.0.2.0.0/post-migration.py,sha256=6jR095CURI5kZiKYkEmQqJZTGaomu_6WOqF88t7wA8I,626
|
|
8
9
|
odoo/addons/account_commission/models/__init__.py,sha256=NAnZVtdmEwISK51Ipnoin5jHE3_bVPLsNghvuFcM3NI,88
|
|
9
10
|
odoo/addons/account_commission/models/account_move.py,sha256=wPUjxq86pW93ILQdf5UR4IuwIQanUjvv9Ks-TFCSz4E,9326
|
|
10
11
|
odoo/addons/account_commission/models/commission.py,sha256=OHzmB5iH-h4oQf5JQGV4EFpNOkAHxC1_0-j0g-8nDXE,576
|
|
@@ -20,10 +21,10 @@ odoo/addons/account_commission/security/account_commission_security.xml,sha256=p
|
|
|
20
21
|
odoo/addons/account_commission/security/ir.model.access.csv,sha256=c0k8cFhVg1A4XCaUQ-mzJdLIotKKt1ltIYznK8ELhYE,883
|
|
21
22
|
odoo/addons/account_commission/static/description/icon.png,sha256=ydxSIUuHSeE4CfMVsEzLjKKVdX4RicuPj8VGM2rBpBg,8219
|
|
22
23
|
odoo/addons/account_commission/static/description/icon.svg,sha256=96b_cQ-F1XuDU6S5mDi9ioe0d22Vwn30uBDQ_3ZSi5w,17220
|
|
23
|
-
odoo/addons/account_commission/static/description/index.html,sha256=
|
|
24
|
+
odoo/addons/account_commission/static/description/index.html,sha256=H-45xYehj_SlPFyc6DDcq1lOyDg4Wp89C3MKQAnCxm0,17055
|
|
24
25
|
odoo/addons/account_commission/tests/__init__.py,sha256=bxd564RH-TWEpEJWbbc558dPFEJZCsH9JM8JF3-PMUM,38
|
|
25
26
|
odoo/addons/account_commission/tests/test_account_commission.py,sha256=sMIZ5VMJ459LiemxK_aPZDS2dwz_xuPvbQHk_b7BMIA,27847
|
|
26
|
-
odoo/addons/account_commission/views/account_move_views.xml,sha256=
|
|
27
|
+
odoo/addons/account_commission/views/account_move_views.xml,sha256=kDrDTgsK9bXTXpNv1MeCoHZZBYx2ISINid-Jo6scltE,6647
|
|
27
28
|
odoo/addons/account_commission/views/commission_settlement_views.xml,sha256=jLyChFXOLPE5wqtbRuq6Nh7CxFh5MoTOFDWklE1ZRjc,3523
|
|
28
29
|
odoo/addons/account_commission/views/commission_views.xml,sha256=oY2-WJ-lEn3gCoFMqStKObGT3LRkBxMmANm2MRhYuRE,614
|
|
29
30
|
odoo/addons/account_commission/views/report_settlement_templates.xml,sha256=xr0G0Og9iKCcnB08QA0fy0dT_P90pVZ4w6OuJ_NVx2U,1781
|
|
@@ -31,7 +32,7 @@ odoo/addons/account_commission/wizards/__init__.py,sha256=ddwjnl0fpZTw56iNQmRcDJ
|
|
|
31
32
|
odoo/addons/account_commission/wizards/commission_make_settle.py,sha256=Me1_y1AtiUU4KnxAHFsyBmZW_5XqCc6cH6Xr08lx8ik,1543
|
|
32
33
|
odoo/addons/account_commission/wizards/wizard_invoice.py,sha256=Aga0kHWTtd5F7GehmRrqfwDaFkMlPXVIzEA0jlWTDiE,3259
|
|
33
34
|
odoo/addons/account_commission/wizards/wizard_invoice.xml,sha256=QDGpFCICqhAu6uO7ksQihj0UPGxuQL7MeE3mNx4Xy_A,2161
|
|
34
|
-
odoo_addon_account_commission-15.0.3.3.
|
|
35
|
-
odoo_addon_account_commission-15.0.3.3.
|
|
36
|
-
odoo_addon_account_commission-15.0.3.3.
|
|
37
|
-
odoo_addon_account_commission-15.0.3.3.
|
|
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,,
|
|
File without changes
|