From c502a685bba3b951684bc1c630f9b8f33fe6e17c Mon Sep 17 00:00:00 2001 From: Sergio Teruel Date: Sat, 8 Feb 2020 09:43:06 +0100 Subject: [PATCH] [MIG] partner_phonecall_schedule: Migration to v13.0 [UPD] Update partner_phonecall_schedule.pot --- partner_phonecall_schedule/README.rst | 10 ++++---- partner_phonecall_schedule/__manifest__.py | 2 +- .../i18n/partner_phonecall_schedule.pot | 7 +++--- .../static/description/index.html | 6 ++--- .../views/res_partner_view.xml | 25 ++++++++----------- 5 files changed, 22 insertions(+), 28 deletions(-) diff --git a/partner_phonecall_schedule/README.rst b/partner_phonecall_schedule/README.rst index 76574682c..a5099f73a 100644 --- a/partner_phonecall_schedule/README.rst +++ b/partner_phonecall_schedule/README.rst @@ -14,13 +14,13 @@ Partner phonecalls schedule :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github - :target: https://github.com/OCA/partner-contact/tree/12.0/partner_phonecall_schedule + :target: https://github.com/OCA/partner-contact/tree/13.0/partner_phonecall_schedule :alt: OCA/partner-contact .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_phonecall_schedule + :target: https://translation.odoo-community.org/projects/partner-contact-13-0/partner-contact-13-0-partner_phonecall_schedule :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/134/12.0 + :target: https://runbot.odoo-community.org/runbot/134/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -55,7 +55,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -90,6 +90,6 @@ 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/partner-contact `_ project on GitHub. +This module is part of the `OCA/partner-contact `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/partner_phonecall_schedule/__manifest__.py b/partner_phonecall_schedule/__manifest__.py index 4a7735c2e..cc897e5a2 100644 --- a/partner_phonecall_schedule/__manifest__.py +++ b/partner_phonecall_schedule/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Partner phonecalls schedule", "summary": "Track the time and days your partners expect phone calls", - "version": "12.0.1.0.0", + "version": "13.0.1.0.0", "category": "Customer Relationship Management", "website": "https://github.com/OCA/partner-contact", "author": "Tecnativa, Odoo Community Association (OCA)", diff --git a/partner_phonecall_schedule/i18n/partner_phonecall_schedule.pot b/partner_phonecall_schedule/i18n/partner_phonecall_schedule.pot index 6a678d3e0..539b2a039 100644 --- a/partner_phonecall_schedule/i18n/partner_phonecall_schedule.pot +++ b/partner_phonecall_schedule/i18n/partner_phonecall_schedule.pot @@ -1,12 +1,12 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * partner_phonecall_schedule +# * partner_phonecall_schedule # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 12.0\n" +"Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: <>\n" +"Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -63,4 +63,3 @@ msgstr "" #: model:ir.model.fields,field_description:partner_phonecall_schedule.field_res_users__phonecall_calendar_ids msgid "Phonecall schedule" msgstr "" - diff --git a/partner_phonecall_schedule/static/description/index.html b/partner_phonecall_schedule/static/description/index.html index 4c8244951..80200f031 100644 --- a/partner_phonecall_schedule/static/description/index.html +++ b/partner_phonecall_schedule/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/partner-contact Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/partner-contact Translate me on Weblate Try me on Runbot

If you know the best moment to call your partners, use this addon to keep track of it and be able to filter partners that you can comfortably call now.

Table of contents

@@ -404,7 +404,7 @@ track of it and be able to filter partners that you can comfortably call now.

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

+feedback.

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

@@ -433,7 +433,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

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/partner-contact project on GitHub.

+

This module is part of the OCA/partner-contact project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/partner_phonecall_schedule/views/res_partner_view.xml b/partner_phonecall_schedule/views/res_partner_view.xml index 7ea0f7032..bcfc2fe80 100644 --- a/partner_phonecall_schedule/views/res_partner_view.xml +++ b/partner_phonecall_schedule/views/res_partner_view.xml @@ -1,15 +1,12 @@ - + - - Partner phonecall schedule res.partner - - + + - - - + + + - Partner phonecall availability res.partner - - + + + domain="[('phonecall_available', '=', True)]" + /> -