diff --git a/sale_commission_check_deposit/README.rst b/sale_commission_check_deposit/README.rst index b19d0f281..da2a47c7e 100644 --- a/sale_commission_check_deposit/README.rst +++ b/sale_commission_check_deposit/README.rst @@ -17,13 +17,13 @@ Sales commission check deposit :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcommission-lightgray.png?logo=github - :target: https://github.com/OCA/commission/tree/14.0/sale_commission_check_deposit + :target: https://github.com/OCA/commission/tree/16.0/sale_commission_check_deposit :alt: OCA/commission .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/commission-14-0/commission-14-0-sale_commission_check_deposit + :target: https://translation.odoo-community.org/projects/commission-16-0/commission-16-0-sale_commission_check_deposit :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/commission&target_branch=14.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/commission&target_branch=16.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -73,7 +73,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -103,6 +103,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/commission `_ project on GitHub. +This module is part of the `OCA/commission `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/sale_commission_check_deposit/__manifest__.py b/sale_commission_check_deposit/__manifest__.py index 8bb761dbf..0466169f6 100644 --- a/sale_commission_check_deposit/__manifest__.py +++ b/sale_commission_check_deposit/__manifest__.py @@ -1,13 +1,12 @@ # Copyright 2023 Nextev Srl { "name": "Sales commission check deposit", - "version": "14.0.1.0.0", + "version": "16.0.1.0.0", "author": "Nextev Srl," "Odoo Community Association (OCA)", "category": "Sales Management", "license": "AGPL-3", "depends": [ "sale_commission", - "account_check_deposit", ], "website": "https://github.com/OCA/commission", "data": ["views/account_journal_view.xml"], diff --git a/sale_commission_check_deposit/static/description/index.html b/sale_commission_check_deposit/static/description/index.html index ab511ef76..a022d7dae 100644 --- a/sale_commission_check_deposit/static/description/index.html +++ b/sale_commission_check_deposit/static/description/index.html @@ -1,4 +1,3 @@ - @@ -369,7 +368,7 @@

Sales commission check deposit

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:ba0fd3fb9a685120806a47d8a736cf09ff9221c5c2dfb2735cbbbaacb249d517 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

The module allows you to integrate check deposit with agent commissions.

When generating agent commissions, an invoice with checks payment will be taken into consideration only after the number of days set in @@ -423,7 +422,7 @@

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -447,7 +446,7 @@

Maintainers

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

-

This module is part of the OCA/commission project on GitHub.

+

This module is part of the OCA/commission project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/sale_commission_check_deposit/wizard/wizard_check_settle.py b/sale_commission_check_deposit/wizard/wizard_check_settle.py index 5c493e5fb..3cd77b800 100644 --- a/sale_commission_check_deposit/wizard/wizard_check_settle.py +++ b/sale_commission_check_deposit/wizard/wizard_check_settle.py @@ -8,7 +8,7 @@ class SaleCommissionMakeSettle(models.TransientModel): - _inherit = "sale.commission.make.settle" + _inherit = "commission.make.settle" def _get_agent_lines(self, agent, date_to_agent): """