odoo-addon-mgmtsystem-claim 15.0.1.0.0.30__py3-none-any.whl → 15.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.
- odoo/addons/mgmtsystem_claim/README.rst +6 -2
- odoo/addons/mgmtsystem_claim/__manifest__.py +1 -1
- odoo/addons/mgmtsystem_claim/data/claim_sequence.xml +1 -0
- odoo/addons/mgmtsystem_claim/static/description/index.html +25 -17
- {odoo_addon_mgmtsystem_claim-15.0.1.0.0.30.dist-info → odoo_addon_mgmtsystem_claim-15.0.1.0.1.dist-info}/METADATA +11 -10
- {odoo_addon_mgmtsystem_claim-15.0.1.0.0.30.dist-info → odoo_addon_mgmtsystem_claim-15.0.1.0.1.dist-info}/RECORD +8 -8
- {odoo_addon_mgmtsystem_claim-15.0.1.0.0.30.dist-info → odoo_addon_mgmtsystem_claim-15.0.1.0.1.dist-info}/WHEEL +1 -1
- {odoo_addon_mgmtsystem_claim-15.0.1.0.0.30.dist-info → odoo_addon_mgmtsystem_claim-15.0.1.0.1.dist-info}/top_level.txt +0 -0
|
@@ -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
|
Management System - Claim
|
|
3
7
|
=========================
|
|
@@ -7,13 +11,13 @@ Management System - Claim
|
|
|
7
11
|
!! This file is generated by oca-gen-addon-readme !!
|
|
8
12
|
!! changes will be overwritten. !!
|
|
9
13
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
-
!! source digest: sha256:
|
|
14
|
+
!! source digest: sha256:7f55cec218c9494d789ef334719d645fc98e01b1fdaa5a6750cedb875dc0a417
|
|
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/
|
|
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%2Fmanagement--system-lightgray.png?logo=github
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
##############################################################################
|
|
20
20
|
{
|
|
21
21
|
"name": "Management System - Claim",
|
|
22
|
-
"version": "15.0.1.0.
|
|
22
|
+
"version": "15.0.1.0.1",
|
|
23
23
|
"author": "Savoir-faire Linux,Odoo Community Association (OCA)",
|
|
24
24
|
"website": "https://github.com/OCA/management-system",
|
|
25
25
|
"license": "AGPL-3",
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
1
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
2
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4
3
|
<head>
|
|
5
4
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
6
5
|
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
|
|
7
|
-
<title>
|
|
6
|
+
<title>README.rst</title>
|
|
8
7
|
<style type="text/css">
|
|
9
8
|
|
|
10
9
|
/*
|
|
11
10
|
:Author: David Goodger (goodger@python.org)
|
|
12
|
-
:Id: $Id: html4css1.css
|
|
11
|
+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
|
|
13
12
|
:Copyright: This stylesheet has been placed in the public domain.
|
|
14
13
|
|
|
15
14
|
Default cascading style sheet for the HTML output of Docutils.
|
|
15
|
+
Despite the name, some widely supported CSS2 features are used.
|
|
16
16
|
|
|
17
17
|
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
|
18
18
|
customize this style sheet.
|
|
@@ -275,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
|
|
275
275
|
margin-left: 2em ;
|
|
276
276
|
margin-right: 2em }
|
|
277
277
|
|
|
278
|
-
pre.code .ln { color:
|
|
278
|
+
pre.code .ln { color: gray; } /* line numbers */
|
|
279
279
|
pre.code, code { background-color: #eeeeee }
|
|
280
280
|
pre.code .comment, code .comment { color: #5C6576 }
|
|
281
281
|
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
|
@@ -301,7 +301,7 @@ span.option {
|
|
|
301
301
|
span.pre {
|
|
302
302
|
white-space: pre }
|
|
303
303
|
|
|
304
|
-
span.problematic {
|
|
304
|
+
span.problematic, pre.problematic {
|
|
305
305
|
color: red }
|
|
306
306
|
|
|
307
307
|
span.section-subtitle {
|
|
@@ -360,16 +360,21 @@ ul.auto-toc {
|
|
|
360
360
|
</style>
|
|
361
361
|
</head>
|
|
362
362
|
<body>
|
|
363
|
-
<div class="document"
|
|
364
|
-
<h1 class="title">Management System - Claim</h1>
|
|
363
|
+
<div class="document">
|
|
365
364
|
|
|
365
|
+
|
|
366
|
+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
|
|
367
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
|
|
368
|
+
</a>
|
|
369
|
+
<div class="section" id="management-system-claim">
|
|
370
|
+
<h1>Management System - Claim</h1>
|
|
366
371
|
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
367
372
|
!! This file is generated by oca-gen-addon-readme !!
|
|
368
373
|
!! changes will be overwritten. !!
|
|
369
374
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
370
|
-
!! source digest: sha256:
|
|
375
|
+
!! source digest: sha256:7f55cec218c9494d789ef334719d645fc98e01b1fdaa5a6750cedb875dc0a417
|
|
371
376
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
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/
|
|
377
|
+
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/management-system/tree/15.0/mgmtsystem_claim"><img alt="OCA/management-system" src="https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/management-system-15-0/management-system-15-0-mgmtsystem_claim"><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/management-system&target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
373
378
|
<p>This application allows you to track your customers/vendors claims and
|
|
374
379
|
grievances.</p>
|
|
375
380
|
<p>It is fully integrated with the email gateway so that you can create
|
|
@@ -389,7 +394,7 @@ automatically new claims based on incoming emails.</p>
|
|
|
389
394
|
</ul>
|
|
390
395
|
</div>
|
|
391
396
|
<div class="section" id="configuration">
|
|
392
|
-
<
|
|
397
|
+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
|
|
393
398
|
<p>To configure this module, you need to:</p>
|
|
394
399
|
<ul class="simple">
|
|
395
400
|
<li>Go to new menú <strong>“Management System -> Configuration -> Claim -> Stages</strong> and create stages for
|
|
@@ -399,13 +404,13 @@ many categories as you need.</li>
|
|
|
399
404
|
</ul>
|
|
400
405
|
</div>
|
|
401
406
|
<div class="section" id="usage">
|
|
402
|
-
<
|
|
407
|
+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
|
|
403
408
|
<ul class="simple">
|
|
404
409
|
<li>Go to new menu <strong>Management System -> Claims</strong> and create a new claim.</li>
|
|
405
410
|
</ul>
|
|
406
411
|
</div>
|
|
407
412
|
<div class="section" id="bug-tracker">
|
|
408
|
-
<
|
|
413
|
+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
|
|
409
414
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/management-system/issues">GitHub Issues</a>.
|
|
410
415
|
In case of trouble, please check there if your issue has already been reported.
|
|
411
416
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
@@ -413,15 +418,15 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
413
418
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
414
419
|
</div>
|
|
415
420
|
<div class="section" id="credits">
|
|
416
|
-
<
|
|
421
|
+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
|
|
417
422
|
<div class="section" id="authors">
|
|
418
|
-
<
|
|
423
|
+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
|
|
419
424
|
<ul class="simple">
|
|
420
425
|
<li>Savoir-faire Linux</li>
|
|
421
426
|
</ul>
|
|
422
427
|
</div>
|
|
423
428
|
<div class="section" id="contributors">
|
|
424
|
-
<
|
|
429
|
+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
|
|
425
430
|
<ul class="simple">
|
|
426
431
|
<li>Savoir-faire Linux</li>
|
|
427
432
|
<li><a class="reference external" href="https://www.guadaltech.es">Guadaltech</a>:<ul>
|
|
@@ -432,9 +437,11 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
432
437
|
</ul>
|
|
433
438
|
</div>
|
|
434
439
|
<div class="section" id="maintainers">
|
|
435
|
-
<
|
|
440
|
+
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
|
|
436
441
|
<p>This module is maintained by the OCA.</p>
|
|
437
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
|
442
|
+
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
443
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
444
|
+
</a>
|
|
438
445
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
439
446
|
mission is to support the collaborative development of Odoo features and
|
|
440
447
|
promote its widespread use.</p>
|
|
@@ -443,5 +450,6 @@ promote its widespread use.</p>
|
|
|
443
450
|
</div>
|
|
444
451
|
</div>
|
|
445
452
|
</div>
|
|
453
|
+
</div>
|
|
446
454
|
</body>
|
|
447
455
|
</html>
|
|
@@ -1,20 +1,23 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
|
-
Name: odoo-addon-
|
|
3
|
-
Version: 15.0.1.0.
|
|
2
|
+
Name: odoo-addon-mgmtsystem_claim
|
|
3
|
+
Version: 15.0.1.0.1
|
|
4
4
|
Summary: Management System - Claim
|
|
5
5
|
Home-page: https://github.com/OCA/management-system
|
|
6
6
|
Author: Savoir-faire Linux,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
|
|
13
12
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
14
13
|
Requires-Python: >=3.8
|
|
15
|
-
Requires-Dist: odoo-addon-crm-claim
|
|
16
|
-
Requires-Dist: odoo-addon-mgmtsystem
|
|
17
|
-
Requires-Dist: odoo
|
|
14
|
+
Requires-Dist: odoo-addon-crm-claim<15.1dev,>=15.0dev
|
|
15
|
+
Requires-Dist: odoo-addon-mgmtsystem<15.1dev,>=15.0dev
|
|
16
|
+
Requires-Dist: odoo<15.1dev,>=15.0a
|
|
17
|
+
|
|
18
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
|
19
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
|
20
|
+
:alt: Odoo Community Association
|
|
18
21
|
|
|
19
22
|
=========================
|
|
20
23
|
Management System - Claim
|
|
@@ -25,13 +28,13 @@ Management System - Claim
|
|
|
25
28
|
!! This file is generated by oca-gen-addon-readme !!
|
|
26
29
|
!! changes will be overwritten. !!
|
|
27
30
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
28
|
-
!! source digest: sha256:
|
|
31
|
+
!! source digest: sha256:7f55cec218c9494d789ef334719d645fc98e01b1fdaa5a6750cedb875dc0a417
|
|
29
32
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
30
33
|
|
|
31
34
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
32
35
|
:target: https://odoo-community.org/page/development-status
|
|
33
36
|
:alt: Beta
|
|
34
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
|
37
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
35
38
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
36
39
|
:alt: License: AGPL-3
|
|
37
40
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github
|
|
@@ -115,5 +118,3 @@ promote its widespread use.
|
|
|
115
118
|
This module is part of the `OCA/management-system <https://github.com/OCA/management-system/tree/15.0/mgmtsystem_claim>`_ project on GitHub.
|
|
116
119
|
|
|
117
120
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
118
|
-
|
|
119
|
-
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
odoo/addons/mgmtsystem_claim/README.rst,sha256=
|
|
1
|
+
odoo/addons/mgmtsystem_claim/README.rst,sha256=mwijePMCA6xQ42TkzHdSWURF896XmnFXUJbCNA6nEC4,3709
|
|
2
2
|
odoo/addons/mgmtsystem_claim/__init__.py,sha256=x6z6coLX_HH0GusG1FeemCDmFiNNHHsEJI_kCqXowHc,1023
|
|
3
|
-
odoo/addons/mgmtsystem_claim/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/mgmtsystem_claim/__manifest__.py,sha256=EiD42ZfhaB2VC153-d-ftVZmcQS-_mqXtftA2hBxrPI,1719
|
|
4
4
|
odoo/addons/mgmtsystem_claim/data/automated_reminder.xml,sha256=oZYnqT5iHRIGZzhLZYCJPGnXt9VtSzS_g1UNk7RyIk0,641
|
|
5
|
-
odoo/addons/mgmtsystem_claim/data/claim_sequence.xml,sha256=
|
|
5
|
+
odoo/addons/mgmtsystem_claim/data/claim_sequence.xml,sha256=Wl0ycgbggE1qDelnU9peMgWlVU0yJwsGUfVLr4c3mts,343
|
|
6
6
|
odoo/addons/mgmtsystem_claim/data/email_template.xml,sha256=ERf8NKKWE9wROovKuKRf_d3J_puAdwpfnXDKkZO36BM,2176
|
|
7
7
|
odoo/addons/mgmtsystem_claim/data/mgmtsystem_claim_stage.xml,sha256=WCU3kkvpdWS2ej8-3ZjsPxXq550-GlKSSijlGLStSIE,1081
|
|
8
8
|
odoo/addons/mgmtsystem_claim/i18n/de.po,sha256=jSPZqgCPu1IhQFIpbNtXTVFREceSqGmXii5T7wUSTVI,24594
|
|
@@ -26,14 +26,14 @@ odoo/addons/mgmtsystem_claim/readme/USAGE.rst,sha256=Z_KPXFgOZ-Nitp1HdFNqDq0U2eu
|
|
|
26
26
|
odoo/addons/mgmtsystem_claim/security/ir.model.access.csv,sha256=2jpewKjLE02BuS5FxdM_Bt4qtIAT6PxRf0Ea0yRGW9Y,315
|
|
27
27
|
odoo/addons/mgmtsystem_claim/security/mgmtsystem_claim_security.xml,sha256=WhixT1cC2o3NjdwiwYAwE4GdTIQdB6rvpzZHgK1Emc0,465
|
|
28
28
|
odoo/addons/mgmtsystem_claim/static/description/icon.png,sha256=1xiufEjkQfoKXPitFY7FJq4rbmAX-qSAdAE-n9dEN40,2397
|
|
29
|
-
odoo/addons/mgmtsystem_claim/static/description/index.html,sha256
|
|
29
|
+
odoo/addons/mgmtsystem_claim/static/description/index.html,sha256=v8yGB1Hn7m4WzqgtF9X25u6mQWCev8kt9Q8nUsQoosI,13721
|
|
30
30
|
odoo/addons/mgmtsystem_claim/tests/__init__.py,sha256=HFsZJ44j-o1bOoFCJLMdYkQWAPOJMiPMu6RqYJCf-_8,32
|
|
31
31
|
odoo/addons/mgmtsystem_claim/tests/test_create_claim.py,sha256=V6ZtBZs9WAMJddIkl6fi7kcpfxtnysZqvQVJBvqzEAM,3119
|
|
32
32
|
odoo/addons/mgmtsystem_claim/views/menus.xml,sha256=vaYngCjFF70JmLzMFASa4ZuI43xCv8mJTm5qwjUPExU,171
|
|
33
33
|
odoo/addons/mgmtsystem_claim/views/mgmtsystem_claim.xml,sha256=F1ywP-PxeGPbbKNh48C6CRATLwDLKgkfdCemk-gTrbc,11802
|
|
34
34
|
odoo/addons/mgmtsystem_claim/views/mgmtsystem_claim_stage.xml,sha256=Dhs4Fa0co336epf8LrKGQ3U6rJ-2ZD5vo_zqzzupYeY,2113
|
|
35
35
|
odoo/addons/mgmtsystem_claim/views/res_partner_views.xml,sha256=ir69pJpZBaNN3jG6CFPlp5uSDjKHGIbWkS6sMpBdWPc,1246
|
|
36
|
-
odoo_addon_mgmtsystem_claim-15.0.1.0.
|
|
37
|
-
odoo_addon_mgmtsystem_claim-15.0.1.0.
|
|
38
|
-
odoo_addon_mgmtsystem_claim-15.0.1.0.
|
|
39
|
-
odoo_addon_mgmtsystem_claim-15.0.1.0.
|
|
36
|
+
odoo_addon_mgmtsystem_claim-15.0.1.0.1.dist-info/METADATA,sha256=JPAlYx4AFzpkUmBSfoPmcYNupnW1avOSELvKVdZt0M0,4345
|
|
37
|
+
odoo_addon_mgmtsystem_claim-15.0.1.0.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
38
|
+
odoo_addon_mgmtsystem_claim-15.0.1.0.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
39
|
+
odoo_addon_mgmtsystem_claim-15.0.1.0.1.dist-info/RECORD,,
|