odoo-addon-partner-tz 16.0.1.0.0.4__py3-none-any.whl → 17.0.1.0.0.3__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/partner_tz/README.rst +28 -25
- odoo/addons/partner_tz/__manifest__.py +1 -1
- odoo/addons/partner_tz/i18n/it.po +14 -0
- odoo/addons/partner_tz/i18n/partner_tz.pot +1 -1
- odoo/addons/partner_tz/readme/CONTRIBUTORS.md +6 -0
- odoo/addons/partner_tz/readme/{CREDITS.rst → CREDITS.md} +1 -1
- odoo/addons/partner_tz/readme/DESCRIPTION.md +2 -0
- odoo/addons/partner_tz/readme/ROADMAP.md +8 -0
- odoo/addons/partner_tz/static/description/index.html +25 -19
- {odoo_addon_partner_tz-16.0.1.0.0.4.dist-info → odoo_addon_partner_tz-17.0.1.0.0.3.dist-info}/METADATA +34 -34
- odoo_addon_partner_tz-17.0.1.0.0.3.dist-info/RECORD +21 -0
- {odoo_addon_partner_tz-16.0.1.0.0.4.dist-info → odoo_addon_partner_tz-17.0.1.0.0.3.dist-info}/WHEEL +1 -1
- odoo_addon_partner_tz-17.0.1.0.0.3.dist-info/top_level.txt +1 -0
- odoo/addons/partner_tz/readme/CONTRIBUTORS.rst +0 -4
- odoo/addons/partner_tz/readme/DESCRIPTION.rst +0 -2
- odoo/addons/partner_tz/readme/ROADMAP.rst +0 -8
- odoo_addon_partner_tz-16.0.1.0.0.4.dist-info/RECORD +0 -20
- odoo_addon_partner_tz-16.0.1.0.0.4.dist-info/top_level.txt +0 -1
|
@@ -7,7 +7,7 @@ Partner timezone
|
|
|
7
7
|
!! This file is generated by oca-gen-addon-readme !!
|
|
8
8
|
!! changes will be overwritten. !!
|
|
9
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
-
!! source digest: sha256:
|
|
10
|
+
!! source digest: sha256:789236468a52507d130f08cbe10041b186f1a37f77989df31c70645a7e18a34f
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -17,19 +17,19 @@ Partner timezone
|
|
|
17
17
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
18
18
|
:alt: License: AGPL-3
|
|
19
19
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github
|
|
20
|
-
:target: https://github.com/OCA/partner-contact/tree/
|
|
20
|
+
:target: https://github.com/OCA/partner-contact/tree/17.0/partner_tz
|
|
21
21
|
:alt: OCA/partner-contact
|
|
22
22
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
23
|
-
:target: https://translation.odoo-community.org/projects/partner-contact-
|
|
23
|
+
:target: https://translation.odoo-community.org/projects/partner-contact-17-0/partner-contact-17-0-partner_tz
|
|
24
24
|
:alt: Translate me on Weblate
|
|
25
25
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
26
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/partner-contact&target_branch=
|
|
26
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/partner-contact&target_branch=17.0
|
|
27
27
|
:alt: Try me on Runboat
|
|
28
28
|
|
|
29
29
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
30
30
|
|
|
31
|
-
This module displays the timezone field on partner form view.
|
|
32
|
-
|
|
31
|
+
This module displays the timezone field on partner form view. Moreover
|
|
32
|
+
it provides a few tools function in tools/tz_utils.py.
|
|
33
33
|
|
|
34
34
|
**Table of contents**
|
|
35
35
|
|
|
@@ -39,14 +39,14 @@ Moreover it provides a few tools function in `tools/tz_utils.py`.
|
|
|
39
39
|
Known issues / Roadmap
|
|
40
40
|
======================
|
|
41
41
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
42
|
+
- Odoo default value for timezone field uses the tz set on the
|
|
43
|
+
connected user. So if a user creates a partner located in a different
|
|
44
|
+
timezone than his own, the created partner will be set in the user's
|
|
45
|
+
timezone instead of having the timezone from its own location.
|
|
46
|
+
Ideally, we should change this behaviour to get the timezone from the
|
|
47
|
+
country and city of the partner when they are defined.
|
|
48
|
+
http://www.geonames.org/export/web-services.html#timezone might be a
|
|
49
|
+
good starting point.
|
|
50
50
|
|
|
51
51
|
Bug Tracker
|
|
52
52
|
===========
|
|
@@ -54,7 +54,7 @@ Bug Tracker
|
|
|
54
54
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/partner-contact/issues>`_.
|
|
55
55
|
In case of trouble, please check there if your issue has already been reported.
|
|
56
56
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
57
|
-
`feedback <https://github.com/OCA/partner-contact/issues/new?body=module:%20partner_tz%0Aversion:%
|
|
57
|
+
`feedback <https://github.com/OCA/partner-contact/issues/new?body=module:%20partner_tz%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
58
58
|
|
|
59
59
|
Do not contact contributors directly about support or help with technical issues.
|
|
60
60
|
|
|
@@ -62,27 +62,30 @@ Credits
|
|
|
62
62
|
=======
|
|
63
63
|
|
|
64
64
|
Authors
|
|
65
|
-
|
|
65
|
+
-------
|
|
66
66
|
|
|
67
67
|
* Camptocamp
|
|
68
68
|
|
|
69
69
|
Contributors
|
|
70
|
-
|
|
70
|
+
------------
|
|
71
71
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
72
|
+
- Akim Juillerat <akim.juillerat@camptocamp.com>
|
|
73
|
+
- Hiep (Nguyen Hoang) <hiepnh@trobz.com>
|
|
74
|
+
- Phuc (Tran Thanh) <phuc@trobz.com>
|
|
75
|
+
- Denis Roussel <denis.roussel@acsone.eu>
|
|
76
|
+
- `Binhex <https://binhex.cloud/>`__:
|
|
77
|
+
|
|
78
|
+
- Deriman Alonso
|
|
76
79
|
|
|
77
80
|
Other credits
|
|
78
|
-
|
|
81
|
+
-------------
|
|
79
82
|
|
|
80
83
|
The development of this module has been financially supported by:
|
|
81
84
|
|
|
82
|
-
|
|
85
|
+
- Camptocamp
|
|
83
86
|
|
|
84
87
|
Maintainers
|
|
85
|
-
|
|
88
|
+
-----------
|
|
86
89
|
|
|
87
90
|
This module is maintained by the OCA.
|
|
88
91
|
|
|
@@ -94,6 +97,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
|
94
97
|
mission is to support the collaborative development of Odoo features and
|
|
95
98
|
promote its widespread use.
|
|
96
99
|
|
|
97
|
-
This module is part of the `OCA/partner-contact <https://github.com/OCA/partner-contact/tree/
|
|
100
|
+
This module is part of the `OCA/partner-contact <https://github.com/OCA/partner-contact/tree/17.0/partner_tz>`_ project on GitHub.
|
|
98
101
|
|
|
99
102
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
{
|
|
4
4
|
"name": "Partner timezone",
|
|
5
5
|
"summary": "Remove partner timezone default value and display on form",
|
|
6
|
-
"version": "
|
|
6
|
+
"version": "17.0.1.0.0",
|
|
7
7
|
"category": "Uncategorized",
|
|
8
8
|
"website": "https://github.com/OCA/partner-contact",
|
|
9
9
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# Translation of Odoo Server.
|
|
2
|
+
# This file contains the translation of the following modules:
|
|
3
|
+
#
|
|
4
|
+
msgid ""
|
|
5
|
+
msgstr ""
|
|
6
|
+
"Project-Id-Version: Odoo Server 16.0\n"
|
|
7
|
+
"Report-Msgid-Bugs-To: \n"
|
|
8
|
+
"Last-Translator: Automatically generated\n"
|
|
9
|
+
"Language-Team: none\n"
|
|
10
|
+
"Language: it\n"
|
|
11
|
+
"MIME-Version: 1.0\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
"Content-Transfer-Encoding: \n"
|
|
14
|
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
- Odoo default value for timezone field uses the tz set on the connected
|
|
2
|
+
user. So if a user creates a partner located in a different timezone
|
|
3
|
+
than his own, the created partner will be set in the user's timezone
|
|
4
|
+
instead of having the timezone from its own location. Ideally, we
|
|
5
|
+
should change this behaviour to get the timezone from the country and
|
|
6
|
+
city of the partner when they are defined.
|
|
7
|
+
<http://www.geonames.org/export/web-services.html#timezone> might be a
|
|
8
|
+
good starting point.
|
|
@@ -1,4 +1,3 @@
|
|
|
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>
|
|
@@ -9,10 +8,11 @@
|
|
|
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 {
|
|
@@ -367,11 +367,11 @@ ul.auto-toc {
|
|
|
367
367
|
!! This file is generated by oca-gen-addon-readme !!
|
|
368
368
|
!! changes will be overwritten. !!
|
|
369
369
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
370
|
-
!! source digest: sha256:
|
|
370
|
+
!! source digest: sha256:789236468a52507d130f08cbe10041b186f1a37f77989df31c70645a7e18a34f
|
|
371
371
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
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/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/partner-contact/tree/
|
|
373
|
-
<p>This module displays the timezone field on partner form view.
|
|
374
|
-
|
|
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/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/partner-contact/tree/17.0/partner_tz"><img alt="OCA/partner-contact" src="https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/partner-contact-17-0/partner-contact-17-0-partner_tz"><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/partner-contact&target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
373
|
+
<p>This module displays the timezone field on partner form view. Moreover
|
|
374
|
+
it provides a few tools function in tools/tz_utils.py.</p>
|
|
375
375
|
<p><strong>Table of contents</strong></p>
|
|
376
376
|
<div class="contents local topic" id="contents">
|
|
377
377
|
<ul class="simple">
|
|
@@ -389,14 +389,14 @@ Moreover it provides a few tools function in <cite>tools/tz_utils.py</cite>.</p>
|
|
|
389
389
|
<div class="section" id="known-issues-roadmap">
|
|
390
390
|
<h1><a class="toc-backref" href="#toc-entry-1">Known issues / Roadmap</a></h1>
|
|
391
391
|
<ul class="simple">
|
|
392
|
-
<li>Odoo default value for timezone field uses the tz set on the
|
|
393
|
-
So if a user creates a partner located in a different
|
|
394
|
-
the created partner will be set in the user’s
|
|
395
|
-
timezone from its own location.
|
|
396
|
-
Ideally, we should change this behaviour to get the timezone from the
|
|
397
|
-
and city of the partner when they are defined.
|
|
398
|
-
<a class="reference external" href="http://www.geonames.org/export/web-services.html#timezone">http://www.geonames.org/export/web-services.html#timezone</a> might be a
|
|
399
|
-
starting point.</li>
|
|
392
|
+
<li>Odoo default value for timezone field uses the tz set on the
|
|
393
|
+
connected user. So if a user creates a partner located in a different
|
|
394
|
+
timezone than his own, the created partner will be set in the user’s
|
|
395
|
+
timezone instead of having the timezone from its own location.
|
|
396
|
+
Ideally, we should change this behaviour to get the timezone from the
|
|
397
|
+
country and city of the partner when they are defined.
|
|
398
|
+
<a class="reference external" href="http://www.geonames.org/export/web-services.html#timezone">http://www.geonames.org/export/web-services.html#timezone</a> might be a
|
|
399
|
+
good starting point.</li>
|
|
400
400
|
</ul>
|
|
401
401
|
</div>
|
|
402
402
|
<div class="section" id="bug-tracker">
|
|
@@ -404,7 +404,7 @@ starting point.</li>
|
|
|
404
404
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/partner-contact/issues">GitHub Issues</a>.
|
|
405
405
|
In case of trouble, please check there if your issue has already been reported.
|
|
406
406
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
407
|
-
<a class="reference external" href="https://github.com/OCA/partner-contact/issues/new?body=module:%20partner_tz%0Aversion:%
|
|
407
|
+
<a class="reference external" href="https://github.com/OCA/partner-contact/issues/new?body=module:%20partner_tz%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
|
408
408
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
409
409
|
</div>
|
|
410
410
|
<div class="section" id="credits">
|
|
@@ -422,6 +422,10 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
422
422
|
<li>Hiep (Nguyen Hoang) <<a class="reference external" href="mailto:hiepnh@trobz.com">hiepnh@trobz.com</a>></li>
|
|
423
423
|
<li>Phuc (Tran Thanh) <<a class="reference external" href="mailto:phuc@trobz.com">phuc@trobz.com</a>></li>
|
|
424
424
|
<li>Denis Roussel <<a class="reference external" href="mailto:denis.roussel@acsone.eu">denis.roussel@acsone.eu</a>></li>
|
|
425
|
+
<li><a class="reference external" href="https://binhex.cloud/">Binhex</a>:<ul>
|
|
426
|
+
<li>Deriman Alonso</li>
|
|
427
|
+
</ul>
|
|
428
|
+
</li>
|
|
425
429
|
</ul>
|
|
426
430
|
</div>
|
|
427
431
|
<div class="section" id="other-credits">
|
|
@@ -434,11 +438,13 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
434
438
|
<div class="section" id="maintainers">
|
|
435
439
|
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
|
|
436
440
|
<p>This module is maintained by the OCA.</p>
|
|
437
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
|
441
|
+
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
442
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
443
|
+
</a>
|
|
438
444
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
439
445
|
mission is to support the collaborative development of Odoo features and
|
|
440
446
|
promote its widespread use.</p>
|
|
441
|
-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/partner-contact/tree/
|
|
447
|
+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/partner-contact/tree/17.0/partner_tz">OCA/partner-contact</a> project on GitHub.</p>
|
|
442
448
|
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
|
443
449
|
</div>
|
|
444
450
|
</div>
|
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
|
-
Name: odoo-addon-
|
|
3
|
-
Version:
|
|
2
|
+
Name: odoo-addon-partner_tz
|
|
3
|
+
Version: 17.0.1.0.0.3
|
|
4
|
+
Requires-Python: >=3.10
|
|
5
|
+
Requires-Dist: odoo>=17.0a,<17.1dev
|
|
4
6
|
Summary: Remove partner timezone default value and display on form
|
|
5
7
|
Home-page: https://github.com/OCA/partner-contact
|
|
8
|
+
License: AGPL-3
|
|
6
9
|
Author: Camptocamp, Odoo Community Association (OCA)
|
|
7
10
|
Author-email: support@odoo-community.org
|
|
8
|
-
License: AGPL-3
|
|
9
|
-
Platform: UNKNOWN
|
|
10
11
|
Classifier: Programming Language :: Python
|
|
11
12
|
Classifier: Framework :: Odoo
|
|
12
|
-
Classifier: Framework :: Odoo ::
|
|
13
|
+
Classifier: Framework :: Odoo :: 17.0
|
|
13
14
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
14
|
-
Requires-Python: >=3.10
|
|
15
|
-
Requires-Dist: odoo <16.1dev,>=16.0a
|
|
16
15
|
|
|
17
16
|
================
|
|
18
17
|
Partner timezone
|
|
@@ -23,7 +22,7 @@ Partner timezone
|
|
|
23
22
|
!! This file is generated by oca-gen-addon-readme !!
|
|
24
23
|
!! changes will be overwritten. !!
|
|
25
24
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
26
|
-
!! source digest: sha256:
|
|
25
|
+
!! source digest: sha256:789236468a52507d130f08cbe10041b186f1a37f77989df31c70645a7e18a34f
|
|
27
26
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
28
27
|
|
|
29
28
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -33,19 +32,19 @@ Partner timezone
|
|
|
33
32
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
34
33
|
:alt: License: AGPL-3
|
|
35
34
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github
|
|
36
|
-
:target: https://github.com/OCA/partner-contact/tree/
|
|
35
|
+
:target: https://github.com/OCA/partner-contact/tree/17.0/partner_tz
|
|
37
36
|
:alt: OCA/partner-contact
|
|
38
37
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
39
|
-
:target: https://translation.odoo-community.org/projects/partner-contact-
|
|
38
|
+
:target: https://translation.odoo-community.org/projects/partner-contact-17-0/partner-contact-17-0-partner_tz
|
|
40
39
|
:alt: Translate me on Weblate
|
|
41
40
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
42
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/partner-contact&target_branch=
|
|
41
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/partner-contact&target_branch=17.0
|
|
43
42
|
:alt: Try me on Runboat
|
|
44
43
|
|
|
45
44
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
46
45
|
|
|
47
|
-
This module displays the timezone field on partner form view.
|
|
48
|
-
|
|
46
|
+
This module displays the timezone field on partner form view. Moreover
|
|
47
|
+
it provides a few tools function in tools/tz_utils.py.
|
|
49
48
|
|
|
50
49
|
**Table of contents**
|
|
51
50
|
|
|
@@ -55,14 +54,14 @@ Moreover it provides a few tools function in `tools/tz_utils.py`.
|
|
|
55
54
|
Known issues / Roadmap
|
|
56
55
|
======================
|
|
57
56
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
57
|
+
- Odoo default value for timezone field uses the tz set on the
|
|
58
|
+
connected user. So if a user creates a partner located in a different
|
|
59
|
+
timezone than his own, the created partner will be set in the user's
|
|
60
|
+
timezone instead of having the timezone from its own location.
|
|
61
|
+
Ideally, we should change this behaviour to get the timezone from the
|
|
62
|
+
country and city of the partner when they are defined.
|
|
63
|
+
http://www.geonames.org/export/web-services.html#timezone might be a
|
|
64
|
+
good starting point.
|
|
66
65
|
|
|
67
66
|
Bug Tracker
|
|
68
67
|
===========
|
|
@@ -70,7 +69,7 @@ Bug Tracker
|
|
|
70
69
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/partner-contact/issues>`_.
|
|
71
70
|
In case of trouble, please check there if your issue has already been reported.
|
|
72
71
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
73
|
-
`feedback <https://github.com/OCA/partner-contact/issues/new?body=module:%20partner_tz%0Aversion:%
|
|
72
|
+
`feedback <https://github.com/OCA/partner-contact/issues/new?body=module:%20partner_tz%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
74
73
|
|
|
75
74
|
Do not contact contributors directly about support or help with technical issues.
|
|
76
75
|
|
|
@@ -78,27 +77,30 @@ Credits
|
|
|
78
77
|
=======
|
|
79
78
|
|
|
80
79
|
Authors
|
|
81
|
-
|
|
80
|
+
-------
|
|
82
81
|
|
|
83
82
|
* Camptocamp
|
|
84
83
|
|
|
85
84
|
Contributors
|
|
86
|
-
|
|
85
|
+
------------
|
|
87
86
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
87
|
+
- Akim Juillerat <akim.juillerat@camptocamp.com>
|
|
88
|
+
- Hiep (Nguyen Hoang) <hiepnh@trobz.com>
|
|
89
|
+
- Phuc (Tran Thanh) <phuc@trobz.com>
|
|
90
|
+
- Denis Roussel <denis.roussel@acsone.eu>
|
|
91
|
+
- `Binhex <https://binhex.cloud/>`__:
|
|
92
|
+
|
|
93
|
+
- Deriman Alonso
|
|
92
94
|
|
|
93
95
|
Other credits
|
|
94
|
-
|
|
96
|
+
-------------
|
|
95
97
|
|
|
96
98
|
The development of this module has been financially supported by:
|
|
97
99
|
|
|
98
|
-
|
|
100
|
+
- Camptocamp
|
|
99
101
|
|
|
100
102
|
Maintainers
|
|
101
|
-
|
|
103
|
+
-----------
|
|
102
104
|
|
|
103
105
|
This module is maintained by the OCA.
|
|
104
106
|
|
|
@@ -110,8 +112,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
|
110
112
|
mission is to support the collaborative development of Odoo features and
|
|
111
113
|
promote its widespread use.
|
|
112
114
|
|
|
113
|
-
This module is part of the `OCA/partner-contact <https://github.com/OCA/partner-contact/tree/
|
|
115
|
+
This module is part of the `OCA/partner-contact <https://github.com/OCA/partner-contact/tree/17.0/partner_tz>`_ project on GitHub.
|
|
114
116
|
|
|
115
117
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
116
|
-
|
|
117
|
-
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
odoo/addons/partner_tz/README.rst,sha256=3q-N3rv5cw5jEM193S6Lz0Yiri-_awxv_X_US2TWu2k,3747
|
|
2
|
+
odoo/addons/partner_tz/__init__.py,sha256=ve4KKRiLaHG_6_5VlZud4WWu2BR_-TlCy0iGfyM6NZo,20
|
|
3
|
+
odoo/addons/partner_tz/__manifest__.py,sha256=b50WidcvF6W1td5YZyXsj0KRClbDu7zrwUFW4KFQS88,528
|
|
4
|
+
odoo/addons/partner_tz/i18n/it.po,sha256=70bJ8f0IgeWxthAa8dpCCJ2VujuUWH7uSpJBUnYo8GI,411
|
|
5
|
+
odoo/addons/partner_tz/i18n/partner_tz.pot,sha256=MSiEHPDUKhvGZ0dHQExrrZDUtp-bjziejrPpkzYMeWg,341
|
|
6
|
+
odoo/addons/partner_tz/readme/CONTRIBUTORS.md,sha256=LyRfD3h11gQyTIjCAU6g7TEEFa6SFEhaCmz-Xlagj7U,242
|
|
7
|
+
odoo/addons/partner_tz/readme/CREDITS.md,sha256=ftX0Hzt3ydiAJrMwizZP6kNRYUj9z_tLViz7JbgM0fI,80
|
|
8
|
+
odoo/addons/partner_tz/readme/DESCRIPTION.md,sha256=GlSEETFzVe6UHvXr57QJPXhp7a1rWBzIJBftJmL4y4c,126
|
|
9
|
+
odoo/addons/partner_tz/readme/ROADMAP.md,sha256=RQI3heq5Ywnt8nU8ZBhbn-l5MhXEdH8yQtMNKi_QQAo,496
|
|
10
|
+
odoo/addons/partner_tz/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
11
|
+
odoo/addons/partner_tz/static/description/index.html,sha256=e-dBJ6ZnxvqJXIVf1ywLDMBiwZPI1uCIZP4j8VsG7kU,13911
|
|
12
|
+
odoo/addons/partner_tz/tests/__init__.py,sha256=Py-67yMAWchjAzJIPBz3ggJLhUsgF05WA8Gqs9AYiT0,22
|
|
13
|
+
odoo/addons/partner_tz/tests/common.py,sha256=23Afg9uufwnrpThFl27M3ZJ854pku-gLTdbe4Nao6qA,833
|
|
14
|
+
odoo/addons/partner_tz/tests/test_tz.py,sha256=bBKLilcyIF7CB_wnw2xCx-J9xjxE8gO-Z-tQ-yFxncI,2927
|
|
15
|
+
odoo/addons/partner_tz/tools/__init__.py,sha256=MInInfYms95bA-cHQRMdShmSPjdGh6GPuloyGMmnqZo,250
|
|
16
|
+
odoo/addons/partner_tz/tools/tz_utils.py,sha256=8txkUMlnnsgZzle56Z5V0HLvOr6WmbXRcifZi-AGvfw,1957
|
|
17
|
+
odoo/addons/partner_tz/views/res_partner.xml,sha256=vEEYxrcHA1GmR5v2aFuhSPu23FyX_9jybSQTVrO9oQU,467
|
|
18
|
+
odoo_addon_partner_tz-17.0.1.0.0.3.dist-info/METADATA,sha256=ix7-MOz9XnY2Xm1SXSgugpwzhBuOV3NdJkfC3Eg--bE,4294
|
|
19
|
+
odoo_addon_partner_tz-17.0.1.0.0.3.dist-info/WHEEL,sha256=8Rd4enx1PCuyDWP4SABqO5Fv8rpaknqp3VzjoFFLa6c,83
|
|
20
|
+
odoo_addon_partner_tz-17.0.1.0.0.3.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
21
|
+
odoo_addon_partner_tz-17.0.1.0.0.3.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
odoo
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
* Odoo default value for timezone field uses the tz set on the connected user.
|
|
2
|
-
So if a user creates a partner located in a different timezone than his own,
|
|
3
|
-
the created partner will be set in the user's timezone instead of having the
|
|
4
|
-
timezone from its own location.
|
|
5
|
-
Ideally, we should change this behaviour to get the timezone from the country
|
|
6
|
-
and city of the partner when they are defined.
|
|
7
|
-
http://www.geonames.org/export/web-services.html#timezone might be a good
|
|
8
|
-
starting point.
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
odoo/addons/partner_tz/README.rst,sha256=bCkc25hjp7CCuUBauSijPjEiT6jwXVctusRjXxOlmyU,3675
|
|
2
|
-
odoo/addons/partner_tz/__init__.py,sha256=ve4KKRiLaHG_6_5VlZud4WWu2BR_-TlCy0iGfyM6NZo,20
|
|
3
|
-
odoo/addons/partner_tz/__manifest__.py,sha256=6XgNAgDB2emhZgKErZx86iOfQVN5eIWudiaLraujMFk,528
|
|
4
|
-
odoo/addons/partner_tz/i18n/partner_tz.pot,sha256=leB6MlaWiU1sPOdcOTxNVY5KVORnHv0MfD14HgQJIIs,341
|
|
5
|
-
odoo/addons/partner_tz/readme/CONTRIBUTORS.rst,sha256=zRseAS_CqOdq6XGqPRvGCqb3TBNUppPEGA58jsbriSU,169
|
|
6
|
-
odoo/addons/partner_tz/readme/CREDITS.rst,sha256=qJic0c2qWDTloupuq6j69JdIEo70Xpy6-b4MZho00Og,80
|
|
7
|
-
odoo/addons/partner_tz/readme/DESCRIPTION.rst,sha256=AMOqHs8QvI0_21Rhp7QwH6LFRkASlDRuBSDgvWs1ogA,128
|
|
8
|
-
odoo/addons/partner_tz/readme/ROADMAP.rst,sha256=UwlU7b4qx6f8CKiQ9cxTpFyCCUigY3kodYkGudxW6JA,494
|
|
9
|
-
odoo/addons/partner_tz/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
10
|
-
odoo/addons/partner_tz/static/description/index.html,sha256=Wa45mbnfGLa-_sXQAyssEbon6K57_UH_I-zQ6_0QQHg,13765
|
|
11
|
-
odoo/addons/partner_tz/tests/__init__.py,sha256=Py-67yMAWchjAzJIPBz3ggJLhUsgF05WA8Gqs9AYiT0,22
|
|
12
|
-
odoo/addons/partner_tz/tests/common.py,sha256=23Afg9uufwnrpThFl27M3ZJ854pku-gLTdbe4Nao6qA,833
|
|
13
|
-
odoo/addons/partner_tz/tests/test_tz.py,sha256=bBKLilcyIF7CB_wnw2xCx-J9xjxE8gO-Z-tQ-yFxncI,2927
|
|
14
|
-
odoo/addons/partner_tz/tools/__init__.py,sha256=MInInfYms95bA-cHQRMdShmSPjdGh6GPuloyGMmnqZo,250
|
|
15
|
-
odoo/addons/partner_tz/tools/tz_utils.py,sha256=8txkUMlnnsgZzle56Z5V0HLvOr6WmbXRcifZi-AGvfw,1957
|
|
16
|
-
odoo/addons/partner_tz/views/res_partner.xml,sha256=vEEYxrcHA1GmR5v2aFuhSPu23FyX_9jybSQTVrO9oQU,467
|
|
17
|
-
odoo_addon_partner_tz-16.0.1.0.0.4.dist-info/METADATA,sha256=mgNw88ZPwb6QUN8P5Zyk-CuSJl2FO-o7559aG0LpJxc,4243
|
|
18
|
-
odoo_addon_partner_tz-16.0.1.0.0.4.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
19
|
-
odoo_addon_partner_tz-16.0.1.0.0.4.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
20
|
-
odoo_addon_partner_tz-16.0.1.0.0.4.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
odoo
|