Skip to content

Commit 0cf316b

Browse files
committed
[BOT] post-merge updates
1 parent 60f41d5 commit 0cf316b

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ addon | version | maintainers | summary
5151
[partner_ref_unique](partner_ref_unique/) | 18.0.1.0.0 | | Add an unique constraint to partner ref field
5252
[partner_stage](partner_stage/) | 18.0.1.0.1 | [![dreispt](https://github.com/dreispt.png?size=30px)](https://github.com/dreispt) | Add lifecycle Stages to Partners
5353
[partner_title_order](partner_title_order/) | 18.0.1.0.0 | | Makes partner title sortable by sequence
54-
[partner_tz](partner_tz/) | 18.0.1.0.0 | | Remove partner timezone default value and display on form
54+
[partner_tz](partner_tz/) | 18.0.1.0.1 | | Remove partner timezone default value and display on form
5555
[partner_vat_unique](partner_vat_unique/) | 18.0.1.0.0 | | Module to make the VAT number unique for customers and suppliers.
5656
[sale_partner_company_group](sale_partner_company_group/) | 18.0.1.0.0 | | Adds the possibility to add a company group to a company
5757

partner_tz/README.rst

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Partner timezone
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:f0d7484c89a9118a65a7d3cdeebf1b0bf2bb6ec448f40c87fe14c6b6a13a3ea0
10+
!! source digest: sha256:b11aee9214be8e10442b8ef8a737f2526da915bf8cb85b53ac52c4c1f6db038e
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -39,14 +39,14 @@ it provides a few tools function in tools/tz_utils.py.
3939
Known issues / Roadmap
4040
======================
4141

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.
42+
- Odoo default value for timezone field uses the tz set on the connected
43+
user. So if a user creates a partner located in a different timezone
44+
than his own, the created partner will be set in the user's timezone
45+
instead of having the timezone from its own location. Ideally, we
46+
should change this behaviour to get the timezone from the country and
47+
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.
5050

5151
Bug Tracker
5252
===========
@@ -69,22 +69,22 @@ Authors
6969
Contributors
7070
------------
7171

72-
- Akim Juillerat <[email protected]>
73-
- Hiep (Nguyen Hoang) <[email protected]>
74-
- Phuc (Tran Thanh) <[email protected]>
75-
- Denis Roussel <[email protected]>
76-
- `Binhex <https://binhex.cloud/>`__:
72+
- Akim Juillerat <[email protected]>
73+
- Hiep (Nguyen Hoang) <[email protected]>
74+
- Phuc (Tran Thanh) <[email protected]>
75+
- Denis Roussel <[email protected]>
76+
- `Binhex <https://binhex.cloud/>`__:
7777

78-
- Deriman Alonso
78+
- Deriman Alonso
7979

80-
- Khoi (Kien Kim) <[email protected]>
80+
- Khoi (Kien Kim) <[email protected]>
8181

8282
Other credits
8383
-------------
8484

8585
The development of this module has been financially supported by:
8686

87-
- Camptocamp
87+
- Camptocamp
8888

8989
Maintainers
9090
-----------

partner_tz/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Partner timezone",
55
"summary": "Remove partner timezone default value and display on form",
6-
"version": "18.0.1.0.0",
6+
"version": "18.0.1.0.1",
77
"category": "Uncategorized",
88
"website": "https://github.com/OCA/partner-contact",
99
"author": "Camptocamp, Odoo Community Association (OCA)",

partner_tz/static/description/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Partner timezone</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:f0d7484c89a9118a65a7d3cdeebf1b0bf2bb6ec448f40c87fe14c6b6a13a3ea0
370+
!! source digest: sha256:b11aee9214be8e10442b8ef8a737f2526da915bf8cb85b53ac52c4c1f6db038e
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<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/18.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-18-0/partner-contact-18-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&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module displays the timezone field on partner form view. Moreover
@@ -389,12 +389,12 @@ <h1 class="title">Partner timezone</h1>
389389
<div class="section" id="known-issues-roadmap">
390390
<h1><a class="toc-backref" href="#toc-entry-1">Known issues / Roadmap</a></h1>
391391
<ul class="simple">
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.
392+
<li>Odoo default value for timezone field uses the tz set on the connected
393+
user. So if a user creates a partner located in a different timezone
394+
than his own, the created partner will be set in the user’s timezone
395+
instead of having the timezone from its own location. Ideally, we
396+
should change this behaviour to get the timezone from the country and
397+
city of the partner when they are defined.
398398
<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
399399
good starting point.</li>
400400
</ul>

0 commit comments

Comments
 (0)