Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
3e85ea4
[ADD] sale_commission_delegated_partner
etobella Feb 4, 2021
769a6a2
Added translation using Weblate (Portuguese)
pedrocs-exo Mar 3, 2021
ca58826
Translated using Weblate (Portuguese)
pedrocs-exo Mar 3, 2021
e197165
Added translation using Weblate (Portuguese (Brazil))
marcelsavegnago Mar 15, 2021
1e7332c
Translated using Weblate (Portuguese (Brazil))
marcelsavegnago Mar 15, 2021
af24eda
Added translation using Weblate (Spanish)
anasuarez1 Mar 17, 2021
512d817
Translated using Weblate (Spanish)
anasuarez1 Mar 17, 2021
795a043
[IMP] sale_commission_delegated_partner: black, isort, prettier
olgamarcocb Jul 12, 2021
7326e04
[MIG] sale_commission_delegated_partner: Migration to 13.0
olgamarcocb Jul 12, 2021
625997e
[IMP] sale_commission_delegated_partner: Fix grouper
etobella Oct 28, 2021
076cd16
[MIG] sale_commission_delegated_partner: Migration to 14.0
olgamarcocb Jan 3, 2022
61fcf0b
[UPD] Update sale_commission_delegated_partner.pot
Oct 1, 2022
0cf9d07
[IMP] sale_commission_delegated_partner: Improve readme
kluna1998 Oct 17, 2022
cd445cb
Update translation files
weblate Oct 9, 2023
7bc7c56
Translated using Weblate (Spanish)
Ivorra78 Dec 13, 2023
c2565d3
Added translation using Weblate (Italian)
mymage Dec 10, 2024
e5a0960
Translated using Weblate (Italian)
mymage Jan 20, 2025
2ba2041
[MIG] commission_delegated_partner: Migration to 16.0
etobella Jan 21, 2025
3b01a52
[UPD] Update commission_delegated_partner.pot
Feb 3, 2025
5374df0
[IMP] commission_delegated_partner: pre-commit auto fixes
BhaveshHeliconia Feb 17, 2025
915fc1d
[MIG] commission_delegated_partner: Migration to 17.0
BhaveshHeliconia Feb 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 89 additions & 0 deletions commission_delegated_partner/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
================================
Sale Commission Delegate Partner
================================

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

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
: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/17.0/commission_delegated_partner
:alt: OCA/commission
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/commission-17-0/commission-17-0-commission_delegated_partner
: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=17.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

Allows to delegate the invoice from the agent to a related partner

**Table of contents**

.. contents::
:local:

Configuration
=============

For adding delegated partner:

1. Go to Sales > Commission Management > Agents.
2. Edit or create new record.
3. Go to the page Agent information.
4. Select or edit delegated agent.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/commission/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 <https://github.com/OCA/commission/issues/new?body=module:%20commission_delegated_partner%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Credits
=======

Authors
-------

* Creu Blanca

Contributors
------------

- Enric Tobella <etobella@creublanca.es>
- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__

- Bhavesh Heliconia

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

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 <https://github.com/OCA/commission/tree/17.0/commission_delegated_partner>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions commission_delegated_partner/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
15 changes: 15 additions & 0 deletions commission_delegated_partner/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright 2021 Creu Blanca
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Sale Commission Delegate Partner",
"summary": """
Allow to delegate the invoices of agent to a delegate partner""",
"version": "17.0.1.0.0",
"license": "AGPL-3",
"author": "Creu Blanca,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/commission",
"depends": ["account_commission"],
"data": ["views/res_partner.xml"],
"demo": [],
}
42 changes: 42 additions & 0 deletions commission_delegated_partner/i18n/commission_delegated_partner.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * commission_delegated_partner
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: commission_delegated_partner
#. odoo-python
#: code:addons/commission_delegated_partner/models/commission_settlement.py:0
#, python-format
msgid "Agent: %s"
msgstr ""

#. module: commission_delegated_partner
#: model:ir.model,name:commission_delegated_partner.model_res_partner
msgid "Contact"
msgstr ""

#. module: commission_delegated_partner
#: model:ir.model.fields,field_description:commission_delegated_partner.field_res_partner__delegated_agent_id
#: model:ir.model.fields,field_description:commission_delegated_partner.field_res_users__delegated_agent_id
msgid "Delegated Agent"
msgstr ""

#. module: commission_delegated_partner
#: model:ir.model.fields,field_description:commission_delegated_partner.field_commission_settlement__invoice_partner_id
msgid "Invoice Partner"
msgstr ""

#. module: commission_delegated_partner
#: model:ir.model,name:commission_delegated_partner.model_commission_settlement
msgid "Settlement"
msgstr ""
54 changes: 54 additions & 0 deletions commission_delegated_partner/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_commission_delegated_partner
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-12-13 11:29+0000\n"
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
"Language-Team: none\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: commission_delegated_partner
#. odoo-python
#: code:addons/commission_delegated_partner/models/commission_settlement.py:0
#, python-format
msgid "Agent: %s"
msgstr "Agente: %s"

#. module: commission_delegated_partner
#: model:ir.model,name:commission_delegated_partner.model_res_partner
msgid "Contact"
msgstr "Contacto"

#. module: commission_delegated_partner
#: model:ir.model.fields,field_description:commission_delegated_partner.field_res_partner__delegated_agent_id
#: model:ir.model.fields,field_description:commission_delegated_partner.field_res_users__delegated_agent_id
msgid "Delegated Agent"
msgstr "Agente delegado"

#. module: commission_delegated_partner
#: model:ir.model.fields,field_description:commission_delegated_partner.field_commission_settlement__invoice_partner_id
msgid "Invoice Partner"
msgstr "Factura Socio"

#. module: commission_delegated_partner
#: model:ir.model,name:commission_delegated_partner.model_commission_settlement
msgid "Settlement"
msgstr "Liquidación"

#~ msgid "Display Name"
#~ msgstr "Mostrar Nombre"

#~ msgid "ID"
#~ msgstr "ID"

#~ msgid "Last Modified on"
#~ msgstr "Última Modificación el"
54 changes: 54 additions & 0 deletions commission_delegated_partner/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_commission_delegated_partner
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2025-01-20 11:06+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.6.2\n"

#. module: commission_delegated_partner
#. odoo-python
#: code:addons/commission_delegated_partner/models/commission_settlement.py:0
#, python-format
msgid "Agent: %s"
msgstr "Agente: %s"

#. module: commission_delegated_partner
#: model:ir.model,name:commission_delegated_partner.model_res_partner
msgid "Contact"
msgstr "Contatto"

#. module: commission_delegated_partner
#: model:ir.model.fields,field_description:commission_delegated_partner.field_res_partner__delegated_agent_id
#: model:ir.model.fields,field_description:commission_delegated_partner.field_res_users__delegated_agent_id
msgid "Delegated Agent"
msgstr "Agente delegato"

#. module: commission_delegated_partner
#: model:ir.model.fields,field_description:commission_delegated_partner.field_commission_settlement__invoice_partner_id
msgid "Invoice Partner"
msgstr "Partner fattura"

#. module: commission_delegated_partner
#: model:ir.model,name:commission_delegated_partner.model_commission_settlement
msgid "Settlement"
msgstr "Liquidazione"

#~ msgid "Display Name"
#~ msgstr "Nome visualizzato"

#~ msgid "ID"
#~ msgstr "ID"

#~ msgid "Last Modified on"
#~ msgstr "Ultima modifica il"
45 changes: 45 additions & 0 deletions commission_delegated_partner/i18n/pt.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_commission_delegated_partner
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-03-03 13:45+0000\n"
"Last-Translator: Pedro Castro Silva <pedrocs@exo.pt>\n"
"Language-Team: none\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.3.2\n"

#. module: commission_delegated_partner
#. odoo-python
#: code:addons/commission_delegated_partner/models/commission_settlement.py:0
#, python-format
msgid "Agent: %s"
msgstr "Agente: %s"

#. module: commission_delegated_partner
#: model:ir.model,name:commission_delegated_partner.model_res_partner
msgid "Contact"
msgstr "Contacto"

#. module: commission_delegated_partner
#: model:ir.model.fields,field_description:commission_delegated_partner.field_res_partner__delegated_agent_id
#: model:ir.model.fields,field_description:commission_delegated_partner.field_res_users__delegated_agent_id
msgid "Delegated Agent"
msgstr "Agente Delegado"

#. module: commission_delegated_partner
#: model:ir.model.fields,field_description:commission_delegated_partner.field_commission_settlement__invoice_partner_id
msgid "Invoice Partner"
msgstr ""

#. module: commission_delegated_partner
#: model:ir.model,name:commission_delegated_partner.model_commission_settlement
msgid "Settlement"
msgstr "Comissionamento"
45 changes: 45 additions & 0 deletions commission_delegated_partner/i18n/pt_BR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_commission_delegated_partner
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-03-15 08:45+0000\n"
"Last-Translator: Marcel Savegnago <marcel.savegnago@gmail.com>\n"
"Language-Team: none\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.3.2\n"

#. module: commission_delegated_partner
#. odoo-python
#: code:addons/commission_delegated_partner/models/commission_settlement.py:0
#, python-format
msgid "Agent: %s"
msgstr "Agente: %s"

#. module: commission_delegated_partner
#: model:ir.model,name:commission_delegated_partner.model_res_partner
msgid "Contact"
msgstr "Contato"

#. module: commission_delegated_partner
#: model:ir.model.fields,field_description:commission_delegated_partner.field_res_partner__delegated_agent_id
#: model:ir.model.fields,field_description:commission_delegated_partner.field_res_users__delegated_agent_id
msgid "Delegated Agent"
msgstr "Agente Delegado"

#. module: commission_delegated_partner
#: model:ir.model.fields,field_description:commission_delegated_partner.field_commission_settlement__invoice_partner_id
msgid "Invoice Partner"
msgstr ""

#. module: commission_delegated_partner
#: model:ir.model,name:commission_delegated_partner.model_commission_settlement
msgid "Settlement"
msgstr "Abatimento"
Loading
Loading