odoo-addon-account-commission 16.0.2.4.1__py3-none-any.whl → 17.0.1.0.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.
Files changed (36) hide show
  1. odoo/addons/account_commission/README.rst +80 -64
  2. odoo/addons/account_commission/__manifest__.py +2 -1
  3. odoo/addons/account_commission/i18n/account_commission.pot +15 -17
  4. odoo/addons/account_commission/i18n/es.po +24 -39
  5. odoo/addons/account_commission/i18n/hr.po +6 -17
  6. odoo/addons/account_commission/i18n/it.po +19 -30
  7. odoo/addons/account_commission/i18n/ja.po +101 -116
  8. odoo/addons/account_commission/i18n/pt.po +27 -33
  9. odoo/addons/account_commission/i18n/pt_BR.po +64 -75
  10. odoo/addons/account_commission/i18n/{fr.po → tr.po} +114 -128
  11. odoo/addons/account_commission/models/account_move.py +2 -29
  12. odoo/addons/account_commission/models/commission.py +1 -1
  13. odoo/addons/account_commission/models/commission_settlement.py +38 -4
  14. odoo/addons/account_commission/readme/CONFIGURE.md +8 -0
  15. odoo/addons/account_commission/readme/CONTRIBUTORS.md +23 -0
  16. odoo/addons/account_commission/readme/{DESCRIPTION.rst → DESCRIPTION.md} +7 -2
  17. odoo/addons/account_commission/readme/USAGE.md +38 -0
  18. odoo/addons/account_commission/security/account_commission_security.xml +4 -0
  19. odoo/addons/account_commission/static/description/index.html +57 -39
  20. odoo/addons/account_commission/tests/test_account_commission.py +72 -155
  21. odoo/addons/account_commission/views/account_move_views.xml +19 -36
  22. odoo/addons/account_commission/views/commission_settlement_views.xml +4 -4
  23. odoo/addons/account_commission/views/commission_views.xml +1 -1
  24. odoo/addons/account_commission/views/grouped_report_settlement_templates.xml +45 -0
  25. odoo/addons/account_commission/views/report_settlement_templates.xml +8 -14
  26. odoo/addons/account_commission/wizards/wizard_invoice.xml +1 -4
  27. odoo_addon_account_commission-17.0.1.0.1.dist-info/METADATA +198 -0
  28. odoo_addon_account_commission-17.0.1.0.1.dist-info/RECORD +43 -0
  29. {odoo_addon_account_commission-16.0.2.4.1.dist-info → odoo_addon_account_commission-17.0.1.0.1.dist-info}/WHEEL +1 -1
  30. odoo_addon_account_commission-17.0.1.0.1.dist-info/top_level.txt +1 -0
  31. odoo/addons/account_commission/readme/CONFIGURE.rst +0 -8
  32. odoo/addons/account_commission/readme/CONTRIBUTORS.rst +0 -25
  33. odoo/addons/account_commission/readme/USAGE.rst +0 -37
  34. odoo_addon_account_commission-16.0.2.4.1.dist-info/METADATA +0 -181
  35. odoo_addon_account_commission-16.0.2.4.1.dist-info/RECORD +0 -42
  36. odoo_addon_account_commission-16.0.2.4.1.dist-info/top_level.txt +0 -1
@@ -1,3 +1,7 @@
1
+ .. image:: https://odoo-community.org/readme-banner-image
2
+ :target: https://odoo-community.org/get-involved?utm_source=readme
3
+ :alt: Odoo Community Association
4
+
1
5
  ===================
2
6
  Account commissions
3
7
  ===================
@@ -7,33 +11,38 @@ Account commissions
7
11
  !! This file is generated by oca-gen-addon-readme !!
8
12
  !! changes will be overwritten. !!
9
13
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:bda63ea3d16fba1affee8000f6d752f015829cf1993207e14543cac5569ccd06
14
+ !! source digest: sha256:4fa8f154e66e62d73a6e19596f65a5ba3cffc5d7861a8f3f4f3c373e8bea39f6
11
15
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
16
 
13
17
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14
18
  :target: https://odoo-community.org/page/development-status
15
19
  :alt: Beta
16
- .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20
+ .. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
17
21
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18
22
  :alt: License: AGPL-3
19
23
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcommission-lightgray.png?logo=github
20
- :target: https://github.com/OCA/commission/tree/16.0/account_commission
24
+ :target: https://github.com/OCA/commission/tree/17.0/account_commission
21
25
  :alt: OCA/commission
22
26
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23
- :target: https://translation.odoo-community.org/projects/commission-16-0/commission-16-0-account_commission
27
+ :target: https://translation.odoo-community.org/projects/commission-17-0/commission-17-0-account_commission
24
28
  :alt: Translate me on Weblate
25
29
  .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26
- :target: https://runboat.odoo-community.org/builds?repo=OCA/commission&target_branch=16.0
30
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/commission&target_branch=17.0
27
31
  :alt: Try me on Runboat
28
32
 
29
33
  |badge1| |badge2| |badge3| |badge4| |badge5|
30
34
 
31
- This module adds the function to calculate commissions in invoices (account moves).
35
+ This module adds the function to calculate commissions in invoices
36
+ (account moves).
32
37
 
33
- It also allows to create vendor bills from settlements for external agents.
38
+ It also allows to create vendor bills from settlements for external
39
+ agents.
34
40
 
35
41
  This module depends on the commission module.
36
42
 
43
+ Additionally, it extends the grouped settlement report from the
44
+ commission module to include a grouping by invoice
45
+
37
46
  **Table of contents**
38
47
 
39
48
  .. contents::
@@ -44,53 +53,55 @@ Configuration
44
53
 
45
54
  For selecting invoice status in commissions:
46
55
 
47
- #. Edit or create a new record to select the invoice status for settling the commissions.
56
+ 1. Edit or create a new record to select the invoice status for settling
57
+ the commissions.
48
58
 
49
- * **Invoice Based**: Commissions are settled when the invoice is issued.
50
- * **Payment Based**: Commissions are settled when the invoice is paid or refunded.
51
- Note that when refunding an invoice, the corresponding reversed commission will
52
- be settled as well, resulting in a 0 net commission between both operations.
59
+ - **Invoice Based**: Commissions are settled when the invoice is
60
+ issued.
61
+ - **Payment Based**: Commissions are settled when the invoice is
62
+ paid.
53
63
 
54
64
  Usage
55
65
  =====
56
66
 
57
67
  For adding commissions on invoices:
58
68
 
59
- #. Go to *Invoicing > Customers > Invoices*.
60
- #. Edit or create a new record.
61
- #. When you have selected a partner, each new invoice line you add will have
62
- the agents and commissions set at customer level.
63
- #. You can add, modify or delete these agents discretely clicking on the
64
- icon with several persons represented, next to the "Commission" field in the
65
- list. This icon will be available only if the line hasn't been invoiced yet.
66
- #. If you have configured your system for editing lines in a popup window,
67
- agents will appear also in this window.
68
- #. The agents icon will be in this ocassion visible when the line hasn't been
69
- settled.
70
- #. You have a button "Regenerate agents" on the bottom of the page
71
- "Invoice Lines" for forcing a recompute of all agents from the partner setup.
72
- This is needed for example when you have changed the partner on the
73
- invoice having already inserted lines.
69
+ 1. Go to *Invoicing > Customers > Invoices*.
70
+ 2. Edit or create a new record.
71
+ 3. When you have selected a partner, each new invoice line you add will
72
+ have the agents and commissions set at customer level.
73
+ 4. You can add, modify or delete these agents discretely clicking on the
74
+ icon with several persons represented, next to the "Commission" field
75
+ in the list. This icon will be available only if the line hasn't been
76
+ invoiced yet.
77
+ 5. If you have configured your system for editing lines in a popup
78
+ window, agents will appear also in this window.
79
+ 6. The agents icon will be in this ocassion visible when the line hasn't
80
+ been settled.
81
+ 7. You have a button "Regenerate agents" on the bottom of the page
82
+ "Invoice Lines" for forcing a recompute of all agents from the
83
+ partner setup. This is needed for example when you have changed the
84
+ partner on the invoice having already inserted lines.
74
85
 
75
86
  For invoicing the settlements (only for external agents):
76
87
 
77
- #. Go to *Invoicing > Commissions > Create Commission Invoices*.
78
- #. On the window that appears, you can select following data:
88
+ 1. Go to *Invoicing > Commissions > Create Commission Invoices*.
89
+ 2. On the window that appears, you can select following data:
79
90
 
80
- * Product. It should be a service product for being coherent.
81
- * Journal: To be selected between existing purchase journals.
82
- * Date: If you want to choose a specific invoice date. You can leave it
83
- blank if you prefer.
84
- * Settlements: For selecting specific settlements to invoice. You can leave
85
- it blank as well for invoicing all the pending settlements.
91
+ - Product. It should be a service product for being coherent.
92
+ - Journal: To be selected between existing purchase journals.
93
+ - Date: If you want to choose a specific invoice date. You can leave
94
+ it blank if you prefer.
95
+ - Settlements: For selecting specific settlements to invoice. You can
96
+ leave it blank as well for invoicing all the pending settlements.
86
97
 
87
98
  If you want to invoice a/some specific settlement/s:
88
99
 
89
- #. Navigate to *Invoicing > Commissions > Invoices Settlements*.
90
- #. Select it/them on the list.
91
- #. Click on *Action > Create Commission Invoices*.
92
- #. You can as well enter in one settlement, and click on the "Make invoice"
93
- button.
100
+ 1. Navigate to *Invoicing > Commissions > Invoices Settlements*.
101
+ 2. Select it/them on the list.
102
+ 3. Click on *Action > Create Commission Invoices*.
103
+ 4. You can as well enter in one settlement, and click on the "Make
104
+ invoice" button.
94
105
 
95
106
  Bug Tracker
96
107
  ===========
@@ -98,7 +109,7 @@ Bug Tracker
98
109
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/commission/issues>`_.
99
110
  In case of trouble, please check there if your issue has already been reported.
100
111
  If you spotted it first, help us to smash it by providing a detailed and welcomed
101
- `feedback <https://github.com/OCA/commission/issues/new?body=module:%20account_commission%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
112
+ `feedback <https://github.com/OCA/commission/issues/new?body=module:%20account_commission%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
102
113
 
103
114
  Do not contact contributors directly about support or help with technical issues.
104
115
 
@@ -106,41 +117,46 @@ Credits
106
117
  =======
107
118
 
108
119
  Authors
109
- ~~~~~~~
120
+ -------
110
121
 
111
122
  * Tecnativa
112
123
 
113
124
  Contributors
114
- ~~~~~~~~~~~~
125
+ ------------
126
+
127
+ - Pexego.
128
+ - Davide Corio <davide.corio@domsense.com>
129
+ - Joao Alfredo Gama Batista <joao.gama@savoirfairelinux.com>
130
+ - Sandy Carter <sandy.carter@savoirfairelinux.com>
131
+ - Giorgio Borelli <giorgio.borelli@abstract.it>
132
+ - Daniel Campos <danielcampos@avanzosc.es>
133
+ - Oihane Crucelaegui <oihanecruce@gmail.com>
134
+ - Nicola Malcontenti <nicola.malcontenti@agilebg.com>
135
+ - Aitor Bouzas <aitor.bouzas@adaptivecity.com>
136
+ - Alexei Rivera <arivera@archeti.com>
137
+ - Mina Samir <minaw349@outlook.com>
138
+ - `Tecnativa <https://www.tecnativa.com>`__:
115
139
 
116
- * Pexego.
117
- * Davide Corio <davide.corio@domsense.com>
118
- * Joao Alfredo Gama Batista <joao.gama@savoirfairelinux.com>
119
- * Sandy Carter <sandy.carter@savoirfairelinux.com>
120
- * Giorgio Borelli <giorgio.borelli@abstract.it>
121
- * Daniel Campos <danielcampos@avanzosc.es>
122
- * Oihane Crucelaegui <oihanecruce@gmail.com>
123
- * Nicola Malcontenti <nicola.malcontenti@agilebg.com>
124
- * Aitor Bouzas <aitor.bouzas@adaptivecity.com>
125
- * Alexei Rivera <arivera@archeti.com>
140
+ - Pedro M. Baeza
141
+ - Manuel Calero
126
142
 
127
- * `Tecnativa <https://www.tecnativa.com>`__:
143
+ - `Quartile <https://www.quartile.co>`__:
128
144
 
129
- * Pedro M. Baeza
130
- * Manuel Calero
131
- * Sergio Teruel
145
+ - Aung Ko Ko Lin
146
+ - Yoshi Tashiro
132
147
 
133
- * `Quartile <https://www.quartile.co>`__:
148
+ - `Studio73 <https://www.studio73.es>`__:
134
149
 
135
- * Aung Ko Ko Lin
136
- * Yoshi Tashiro
150
+ - Ethan Hildick
137
151
 
138
- * `Studio73 <https://www.studio73.es>`__:
152
+ - `Sygel <https://www.sygel.es>`__:
139
153
 
140
- * Ethan Hildick
154
+ - Alberto Martínez
155
+ - Valentín Vinagre
156
+ - Ángel Rivas
141
157
 
142
158
  Maintainers
143
- ~~~~~~~~~~~
159
+ -----------
144
160
 
145
161
  This module is maintained by the OCA.
146
162
 
@@ -160,6 +176,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
160
176
 
161
177
  |maintainer-pedrobaeza|
162
178
 
163
- This module is part of the `OCA/commission <https://github.com/OCA/commission/tree/16.0/account_commission>`_ project on GitHub.
179
+ This module is part of the `OCA/commission <https://github.com/OCA/commission/tree/17.0/account_commission>`_ project on GitHub.
164
180
 
165
181
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -3,7 +3,7 @@
3
3
  # Copyright 2014-2022 Tecnativa - Pedro M. Baeza
4
4
  {
5
5
  "name": "Account commissions",
6
- "version": "16.0.2.4.1",
6
+ "version": "17.0.1.0.1",
7
7
  "author": "Tecnativa, Odoo Community Association (OCA)",
8
8
  "category": "Sales Management",
9
9
  "license": "AGPL-3",
@@ -21,6 +21,7 @@
21
21
  "views/commission_settlement_views.xml",
22
22
  "views/commission_views.xml",
23
23
  "views/report_settlement_templates.xml",
24
+ "views/grouped_report_settlement_templates.xml",
24
25
  "report/commission_analysis_view.xml",
25
26
  "wizards/wizard_invoice.xml",
26
27
  ],
@@ -4,7 +4,7 @@
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: Odoo Server 16.0\n"
7
+ "Project-Id-Version: Odoo Server 17.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "Last-Translator: \n"
10
10
  "Language-Team: \n"
@@ -28,6 +28,11 @@ msgstr ""
28
28
  msgid "<strong>Settlement invoice:</strong>"
29
29
  msgstr ""
30
30
 
31
+ #. module: account_commission
32
+ #: model_terms:ir.ui.view,arch_db:account_commission.grouped_report_settlement_document
33
+ msgid "<strong>Total</strong>"
34
+ msgstr ""
35
+
31
36
  #. module: account_commission
32
37
  #: model:ir.model.fields,field_description:account_commission.field_account_invoice_line_agent__agent_id
33
38
  #: model:ir.model.fields,field_description:account_commission.field_invoice_commission_analysis_report__agent_id
@@ -59,7 +64,6 @@ msgstr ""
59
64
 
60
65
  #. module: account_commission
61
66
  #: model:ir.model.fields,field_description:account_commission.field_invoice_commission_analysis_report__amount
62
- #: model_terms:ir.ui.view,arch_db:account_commission.report_settlement_document
63
67
  msgid "Amount"
64
68
  msgstr ""
65
69
 
@@ -173,7 +177,6 @@ msgid "Currency"
173
177
  msgstr ""
174
178
 
175
179
  #. module: account_commission
176
- #: model_terms:ir.ui.view,arch_db:account_commission.report_settlement_document
177
180
  #: model_terms:ir.ui.view,arch_db:account_commission.view_invoice_commission_analysis_search
178
181
  msgid "Customer"
179
182
  msgstr ""
@@ -183,11 +186,6 @@ msgstr ""
183
186
  msgid "Date"
184
187
  msgstr ""
185
188
 
186
- #. module: account_commission
187
- #: model_terms:ir.ui.view,arch_db:account_commission.report_settlement_document
188
- msgid "Description"
189
- msgstr ""
190
-
191
189
  #. module: account_commission
192
190
  #: model:ir.model.fields,field_description:account_commission.field_account_invoice_line_agent__display_name
193
191
  #: model:ir.model.fields,field_description:account_commission.field_commission_make_invoice__display_name
@@ -244,7 +242,7 @@ msgstr ""
244
242
 
245
243
  #. module: account_commission
246
244
  #: model:ir.model.fields,field_description:account_commission.field_account_invoice_line_agent__invoice_id
247
- #: model_terms:ir.ui.view,arch_db:account_commission.report_settlement_document
245
+ #: model_terms:ir.ui.view,arch_db:account_commission.grouped_report_settlement_document
248
246
  msgid "Invoice"
249
247
  msgstr ""
250
248
 
@@ -294,6 +292,11 @@ msgstr ""
294
292
  msgid "Invoice exception"
295
293
  msgstr ""
296
294
 
295
+ #. module: account_commission
296
+ #: model_terms:ir.ui.view,arch_db:account_commission.report_settlement_document
297
+ msgid "Invoice line"
298
+ msgstr ""
299
+
297
300
  #. module: account_commission
298
301
  #: model:ir.model.fields.selection,name:account_commission.selection__commission_settlement__state__invoiced
299
302
  #: model_terms:ir.ui.view,arch_db:account_commission.view_invoice_commission_analysis_search
@@ -321,13 +324,6 @@ msgstr ""
321
324
  msgid "Journal Item"
322
325
  msgstr ""
323
326
 
324
- #. module: account_commission
325
- #: model:ir.model.fields,field_description:account_commission.field_account_invoice_line_agent____last_update
326
- #: model:ir.model.fields,field_description:account_commission.field_commission_make_invoice____last_update
327
- #: model:ir.model.fields,field_description:account_commission.field_invoice_commission_analysis_report____last_update
328
- msgid "Last Modified on"
329
- msgstr ""
330
-
331
327
  #. module: account_commission
332
328
  #: model:ir.model.fields,field_description:account_commission.field_account_invoice_line_agent__write_uid
333
329
  #: model:ir.model.fields,field_description:account_commission.field_commission_make_invoice__write_uid
@@ -382,6 +378,7 @@ msgstr ""
382
378
 
383
379
  #. module: account_commission
384
380
  #: model:ir.model.fields,field_description:account_commission.field_invoice_commission_analysis_report__partner_id
381
+ #: model_terms:ir.ui.view,arch_db:account_commission.grouped_report_settlement_document
385
382
  msgid "Partner"
386
383
  msgstr ""
387
384
 
@@ -439,7 +436,7 @@ msgstr ""
439
436
  msgid ""
440
437
  "Select the invoice status for settling the commissions:\n"
441
438
  "* 'Invoice Based': Commissions are settled when the invoice is issued.\n"
442
- "* 'Payment Based': Commissions are settled when the invoice is paid (or refunded)."
439
+ "* 'Payment Based': Commissions are settled when the invoice is paid."
443
440
  msgstr ""
444
441
 
445
442
  #. module: account_commission
@@ -506,6 +503,7 @@ msgstr ""
506
503
 
507
504
  #. module: account_commission
508
505
  #: model:ir.model.fields,field_description:account_commission.field_invoice_commission_analysis_report__price_subtotal
506
+ #: model_terms:ir.ui.view,arch_db:account_commission.grouped_report_settlement_document
509
507
  msgid "Subtotal"
510
508
  msgstr ""
511
509
 
@@ -6,15 +6,15 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: Odoo Server 16.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "PO-Revision-Date: 2024-05-09 15:35+0000\n"
10
- "Last-Translator: Sergio Ariel Ameghino <ariel.ameghino@gmail.com>\n"
9
+ "PO-Revision-Date: 2025-04-28 09:23+0000\n"
10
+ "Last-Translator: Javier Iza Ca <javier.izaguirre@sygel.es>\n"
11
11
  "Language-Team: none\n"
12
12
  "Language: es\n"
13
13
  "MIME-Version: 1.0\n"
14
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
15
  "Content-Transfer-Encoding: \n"
16
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
- "X-Generator: Weblate 4.17\n"
17
+ "X-Generator: Weblate 5.10.4\n"
18
18
 
19
19
  #. module: account_commission
20
20
  #: model:ir.model.fields,field_description:account_commission.field_invoice_commission_analysis_report__quantity
@@ -62,7 +62,6 @@ msgstr "Agentes/Comisiones relacionados con la línea de factura."
62
62
 
63
63
  #. module: account_commission
64
64
  #: model:ir.model.fields,field_description:account_commission.field_invoice_commission_analysis_report__amount
65
- #: model_terms:ir.ui.view,arch_db:account_commission.report_settlement_document
66
65
  msgid "Amount"
67
66
  msgstr "Importe"
68
67
 
@@ -176,7 +175,6 @@ msgid "Currency"
176
175
  msgstr "Divisa"
177
176
 
178
177
  #. module: account_commission
179
- #: model_terms:ir.ui.view,arch_db:account_commission.report_settlement_document
180
178
  #: model_terms:ir.ui.view,arch_db:account_commission.view_invoice_commission_analysis_search
181
179
  msgid "Customer"
182
180
  msgstr "Cliente"
@@ -186,11 +184,6 @@ msgstr "Cliente"
186
184
  msgid "Date"
187
185
  msgstr "Fecha"
188
186
 
189
- #. module: account_commission
190
- #: model_terms:ir.ui.view,arch_db:account_commission.report_settlement_document
191
- msgid "Description"
192
- msgstr "Descripción"
193
-
194
187
  #. module: account_commission
195
188
  #: model:ir.model.fields,field_description:account_commission.field_account_invoice_line_agent__display_name
196
189
  #: model:ir.model.fields,field_description:account_commission.field_commission_make_invoice__display_name
@@ -247,7 +240,6 @@ msgstr "ID (identificación)"
247
240
 
248
241
  #. module: account_commission
249
242
  #: model:ir.model.fields,field_description:account_commission.field_account_invoice_line_agent__invoice_id
250
- #: model_terms:ir.ui.view,arch_db:account_commission.report_settlement_document
251
243
  msgid "Invoice"
252
244
  msgstr "Factura"
253
245
 
@@ -297,6 +289,11 @@ msgstr "Fecha de facturación"
297
289
  msgid "Invoice exception"
298
290
  msgstr "Excepción de factura"
299
291
 
292
+ #. module: account_commission
293
+ #: model_terms:ir.ui.view,arch_db:account_commission.report_settlement_document
294
+ msgid "Invoice line"
295
+ msgstr "Línea de factura"
296
+
300
297
  #. module: account_commission
301
298
  #: model:ir.model.fields.selection,name:account_commission.selection__commission_settlement__state__invoiced
302
299
  #: model_terms:ir.ui.view,arch_db:account_commission.view_invoice_commission_analysis_search
@@ -324,13 +321,6 @@ msgstr "Entrada diaria"
324
321
  msgid "Journal Item"
325
322
  msgstr "Artículo diario"
326
323
 
327
- #. module: account_commission
328
- #: model:ir.model.fields,field_description:account_commission.field_account_invoice_line_agent____last_update
329
- #: model:ir.model.fields,field_description:account_commission.field_commission_make_invoice____last_update
330
- #: model:ir.model.fields,field_description:account_commission.field_invoice_commission_analysis_report____last_update
331
- msgid "Last Modified on"
332
- msgstr "Última Modificación el"
333
-
334
324
  #. module: account_commission
335
325
  #: model:ir.model.fields,field_description:account_commission.field_account_invoice_line_agent__write_uid
336
326
  #: model:ir.model.fields,field_description:account_commission.field_commission_make_invoice__write_uid
@@ -341,7 +331,7 @@ msgstr "actualizado por última vez por"
341
331
  #: model:ir.model.fields,field_description:account_commission.field_account_invoice_line_agent__write_date
342
332
  #: model:ir.model.fields,field_description:account_commission.field_commission_make_invoice__write_date
343
333
  msgid "Last Updated on"
344
- msgstr "Última Actualización el"
334
+ msgstr "última Actualización el"
345
335
 
346
336
  #. module: account_commission
347
337
  #: model:ir.model,name:account_commission.model_commission_settlement_line
@@ -442,14 +432,12 @@ msgstr "Facturas de Ventas"
442
432
  msgid ""
443
433
  "Select the invoice status for settling the commissions:\n"
444
434
  "* 'Invoice Based': Commissions are settled when the invoice is issued.\n"
445
- "* 'Payment Based': Commissions are settled when the invoice is paid (or "
446
- "refunded)."
435
+ "* 'Payment Based': Commissions are settled when the invoice is paid."
447
436
  msgstr ""
448
437
  "Seleccione el estado de la factura para liquidar las comisiones:\n"
449
- "* 'Basado en factura': Las comisiones se liquidan cuando se emite la factura."
450
- "\n"
451
- "* 'Basado en Pago': Las comisiones se liquidan cuando se paga (o reembolsa) "
452
- "la factura."
438
+ "* 'Basado en factura': Las comisiones se liquidan cuando se emite la "
439
+ "factura.\n"
440
+ "* Pago\": Las comisiones se liquidan cuando se paga la factura."
453
441
 
454
442
  #. module: account_commission
455
443
  #: model:ir.model.fields,field_description:account_commission.field_account_invoice_line_agent__settled
@@ -511,7 +499,7 @@ msgstr "Estado"
511
499
  #. module: account_commission
512
500
  #: model_terms:ir.ui.view,arch_db:account_commission.view_invoice_commission_analysis_search
513
501
  msgid "Status"
514
- msgstr "Situación"
502
+ msgstr "Estado"
515
503
 
516
504
  #. module: account_commission
517
505
  #: model:ir.model.fields,field_description:account_commission.field_invoice_commission_analysis_report__price_subtotal
@@ -540,10 +528,11 @@ msgid ""
540
528
  "product category, aget, etc. Use this report to perform analysis on invoice "
541
529
  "lines agents not beeing settled yet."
542
530
  msgstr ""
543
- "Este informe realiza un análisis de sus comisiones añadidas en líneas de "
544
- "factura. Puede comprobar el importe y las líneas que se liquidarán por "
545
- "fecha, producto, categoría de producto, edad, etc. Utilice este informe para "
546
- "analizar las líneas de factura que aún no han sido liquidadas."
531
+ "Este informe realiza un análisis de las comisiones añadidas en las líneas de "
532
+ "factura. Puede consultar el importe y los detalles de las líneas que se "
533
+ "liquidarán según criterios como fecha, producto, categoría de producto, "
534
+ "antigüedad, entre otros. Utilice este informe para analizar las líneas de "
535
+ "factura que aún no han sido liquidadas."
547
536
 
548
537
  #. module: account_commission
549
538
  #: model:ir.model.fields,field_description:account_commission.field_invoice_commission_analysis_report__price_unit
@@ -597,15 +586,11 @@ msgstr "Análisis de comisión facturada"
597
586
  msgid "invoices Commission Analysis"
598
587
  msgstr "Análisis de Comisiones facturadas"
599
588
 
600
- #~ msgid ""
601
- #~ "Select the invoice status for settling the commissions:\n"
602
- #~ "* 'Invoice Based': Commissions are settled when the invoice is issued.\n"
603
- #~ "* 'Payment Based': Commissions are settled when the invoice is paid."
604
- #~ msgstr ""
605
- #~ "Seleccione el estado de la factura para liquidar las comisiones:\n"
606
- #~ "* 'Basado en factura': Las comisiones se liquidan cuando se emite la "
607
- #~ "factura.\n"
608
- #~ "* Pago\": Las comisiones se liquidan cuando se paga la factura."
589
+ #~ msgid "Description"
590
+ #~ msgstr "Descripci??n"
591
+
592
+ #~ msgid "Last Modified on"
593
+ #~ msgstr "??ltima Modificaci??n el"
609
594
 
610
595
  #~ msgid "_Cancel"
611
596
  #~ msgstr "_Cancelar"
@@ -61,7 +61,6 @@ msgstr ""
61
61
 
62
62
  #. module: account_commission
63
63
  #: model:ir.model.fields,field_description:account_commission.field_invoice_commission_analysis_report__amount
64
- #: model_terms:ir.ui.view,arch_db:account_commission.report_settlement_document
65
64
  msgid "Amount"
66
65
  msgstr ""
67
66
 
@@ -175,7 +174,6 @@ msgid "Currency"
175
174
  msgstr ""
176
175
 
177
176
  #. module: account_commission
178
- #: model_terms:ir.ui.view,arch_db:account_commission.report_settlement_document
179
177
  #: model_terms:ir.ui.view,arch_db:account_commission.view_invoice_commission_analysis_search
180
178
  msgid "Customer"
181
179
  msgstr ""
@@ -185,11 +183,6 @@ msgstr ""
185
183
  msgid "Date"
186
184
  msgstr ""
187
185
 
188
- #. module: account_commission
189
- #: model_terms:ir.ui.view,arch_db:account_commission.report_settlement_document
190
- msgid "Description"
191
- msgstr ""
192
-
193
186
  #. module: account_commission
194
187
  #: model:ir.model.fields,field_description:account_commission.field_account_invoice_line_agent__display_name
195
188
  #: model:ir.model.fields,field_description:account_commission.field_commission_make_invoice__display_name
@@ -246,7 +239,6 @@ msgstr ""
246
239
 
247
240
  #. module: account_commission
248
241
  #: model:ir.model.fields,field_description:account_commission.field_account_invoice_line_agent__invoice_id
249
- #: model_terms:ir.ui.view,arch_db:account_commission.report_settlement_document
250
242
  msgid "Invoice"
251
243
  msgstr ""
252
244
 
@@ -296,6 +288,11 @@ msgstr ""
296
288
  msgid "Invoice exception"
297
289
  msgstr ""
298
290
 
291
+ #. module: account_commission
292
+ #: model_terms:ir.ui.view,arch_db:account_commission.report_settlement_document
293
+ msgid "Invoice line"
294
+ msgstr ""
295
+
299
296
  #. module: account_commission
300
297
  #: model:ir.model.fields.selection,name:account_commission.selection__commission_settlement__state__invoiced
301
298
  #: model_terms:ir.ui.view,arch_db:account_commission.view_invoice_commission_analysis_search
@@ -323,13 +320,6 @@ msgstr ""
323
320
  msgid "Journal Item"
324
321
  msgstr ""
325
322
 
326
- #. module: account_commission
327
- #: model:ir.model.fields,field_description:account_commission.field_account_invoice_line_agent____last_update
328
- #: model:ir.model.fields,field_description:account_commission.field_commission_make_invoice____last_update
329
- #: model:ir.model.fields,field_description:account_commission.field_invoice_commission_analysis_report____last_update
330
- msgid "Last Modified on"
331
- msgstr ""
332
-
333
323
  #. module: account_commission
334
324
  #: model:ir.model.fields,field_description:account_commission.field_account_invoice_line_agent__write_uid
335
325
  #: model:ir.model.fields,field_description:account_commission.field_commission_make_invoice__write_uid
@@ -441,8 +431,7 @@ msgstr ""
441
431
  msgid ""
442
432
  "Select the invoice status for settling the commissions:\n"
443
433
  "* 'Invoice Based': Commissions are settled when the invoice is issued.\n"
444
- "* 'Payment Based': Commissions are settled when the invoice is paid (or "
445
- "refunded)."
434
+ "* 'Payment Based': Commissions are settled when the invoice is paid."
446
435
  msgstr ""
447
436
 
448
437
  #. module: account_commission