diff --git a/README.md b/README.md index 3c5979ed6..7399d128d 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[account_commission](account_commission/) | 15.0.3.0.1 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Account commissions -[commission](commission/) | 15.0.3.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Commissions +[account_commission](account_commission/) | 15.0.3.1.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Account commissions +[commission](commission/) | 15.0.3.1.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Commissions [commission_formula](commission_formula/) | 15.0.1.0.0 | | Commissions computed by formulas [hr_commission](hr_commission/) | 15.0.1.0.1 | | HR commissions [sale_commission](sale_commission/) | 15.0.2.1.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Sales commissions diff --git a/account_commission/README.rst b/account_commission/README.rst index f60aa99b6..6a298fccf 100644 --- a/account_commission/README.rst +++ b/account_commission/README.rst @@ -7,7 +7,7 @@ Account commissions !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:555492991c4d7a73f70b5a165d1ca04c3e7c394d16f3b29e33f6d45e173bab0d + !! source digest: sha256:13ba3c13ba5785ebf446dfba2ac84a2a13f9390274c47cd21f027994806b79c7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_commission/__manifest__.py b/account_commission/__manifest__.py index 97c896a9e..5634219f4 100644 --- a/account_commission/__manifest__.py +++ b/account_commission/__manifest__.py @@ -3,7 +3,7 @@ # Copyright 2014-2022 Tecnativa - Pedro M. Baeza { "name": "Account commissions", - "version": "15.0.3.0.1", + "version": "15.0.3.1.0", "author": "Tecnativa, Odoo Community Association (OCA)", "category": "Sales Management", "license": "AGPL-3", diff --git a/account_commission/static/description/index.html b/account_commission/static/description/index.html index 849f68e23..273d1b0e5 100644 --- a/account_commission/static/description/index.html +++ b/account_commission/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Account commissions

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:555492991c4d7a73f70b5a165d1ca04c3e7c394d16f3b29e33f6d45e173bab0d +!! source digest: sha256:13ba3c13ba5785ebf446dfba2ac84a2a13f9390274c47cd21f027994806b79c7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/commission Translate me on Weblate Try me on Runboat

This module adds the function to calculate commissions in invoices (account moves).

diff --git a/commission/README.rst b/commission/README.rst index b2ebcad21..ce3865870 100644 --- a/commission/README.rst +++ b/commission/README.rst @@ -2,12 +2,12 @@ Commissions =========== -.. +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b0d96afe970a763dfc6983695d25c7154aef2ac70ed9aa0db960833cbfcc4f95 + !! source digest: sha256:a56cd342a9ab9f11d7b39cfe028dec32ed4ee02478a73da7195fe5aac015a541 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -176,7 +176,7 @@ promote its widespread use. Current `maintainer `__: -|maintainer-pedrobaeza| +|maintainer-pedrobaeza| This module is part of the `OCA/commission `_ project on GitHub. diff --git a/commission/__manifest__.py b/commission/__manifest__.py index 05e513596..2a249367b 100644 --- a/commission/__manifest__.py +++ b/commission/__manifest__.py @@ -3,7 +3,7 @@ # Copyright 2014-2022 Tecnativa - Pedro M. Baeza { "name": "Commissions", - "version": "15.0.3.0.0", + "version": "15.0.3.1.0", "author": "Tecnativa, Odoo Community Association (OCA)", "category": "Invoicing", "license": "AGPL-3", diff --git a/commission/static/description/index.html b/commission/static/description/index.html index 56b9b93fd..168b4dcd8 100644 --- a/commission/static/description/index.html +++ b/commission/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Commissions

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:b0d96afe970a763dfc6983695d25c7154aef2ac70ed9aa0db960833cbfcc4f95 +!! source digest: sha256:a56cd342a9ab9f11d7b39cfe028dec32ed4ee02478a73da7195fe5aac015a541 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/commission Translate me on Weblate Try me on Runboat

This module provides the base functions for commission operations to enable the