diff --git a/user_weather_map/__manifest__.py b/user_weather_map/__manifest__.py index c54b788ae..2ab4b1c42 100644 --- a/user_weather_map/__manifest__.py +++ b/user_weather_map/__manifest__.py @@ -22,7 +22,7 @@ # ############################################################################## { - 'name': 'User Weather Map', + 'name': 'User Weather Notification', 'version': '10.0.1.0', 'summary': """Get User's Weather From OpenWeatherMap Automatically.""", 'description': """Get User's Weather and Temperature From OpenWeatherMap Automatically.""", diff --git a/user_weather_map/__manifest__.py~ b/user_weather_map/__manifest__.py~ new file mode 100644 index 000000000..c54b788ae --- /dev/null +++ b/user_weather_map/__manifest__.py~ @@ -0,0 +1,48 @@ +# -*- coding: utf-8 -*- + +############################################################################## +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2017-TODAY Cybrosys Technologies(). +# Author: Nikhil krishnan() +# you can modify it under the terms of the GNU LESSER +# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# +# It is forbidden to publish, distribute, sublicense, or sell copies +# of the Software or modified copies of the Software. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# +# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE +# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. +# If not, see . +# +############################################################################## +{ + 'name': 'User Weather Map', + 'version': '10.0.1.0', + 'summary': """Get User's Weather From OpenWeatherMap Automatically.""", + 'description': """Get User's Weather and Temperature From OpenWeatherMap Automatically.""", + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'http://www.cybrosys.com', + 'category': 'Tools', + 'depends': ['base'], + 'external_dependencies': {'python': ['pytemperature']}, + 'license': 'LGPL-3', + 'data': [ + 'security/ir.model.access.csv', + 'views/weather_template.xml', + 'views/weather_conf.xml', + ], + 'demo': [], + 'qweb': [ + "static/src/xml/weather_topbar.xml", + ], + 'images': ['static/description/banner.jpg'], + 'installable': True, + 'auto_install': False, +} diff --git a/user_weather_map/static/description/index.html b/user_weather_map/static/description/index.html index 158622eed..4f0ccb01f 100644 --- a/user_weather_map/static/description/index.html +++ b/user_weather_map/static/description/index.html @@ -1,222 +1,233 @@ -
-
-

User Weather Notification

-

Real time Weather updates

-

Cybrosys Technologies

-
-

Features:

-
    -
  •    The user will get the weather notification.
  • -
  • -    The user can configure their weather notification. -
  • -
-
-
-

Required:

-
    -
  •    Account in Open Weather Map and its API Key.
  • -
  • -    'pytemperature' python package is needed. please install in ubuntu by using ==> pip install pytemperature. -
  • -
-
-
-
- -
-
-

Overview

+
-
-

- As we know, many industries are depending on weather conditions like manufacturing, - Event Management, Construction etc. So we believe our concept of weather module can be used - in these industries to understand and plan their works according to the weather condition. - This module is a starter to think and explore the opportunity to bring the advanced features - in Odoo. -

-
+

User Weather Notification

+

Real time Weather updates

+

Cybrosys Technologies

+
+

Features:

+
    +
  •    The user will get the weather notification.
  • +
  • +    The user can configure their weather notification. +
  • +
+
+
+

Required:

+
    +
  •    Account in Open Weather Map and its API Key.
  • +
  • +    'pytemperature' python package is needed. please install in ubuntu by using ==> pip install pytemperature. +
  • +
+
-
-
+ - -
-
-

Weather notification in Odoo

-
-
-
- -
+
+
+

Overview

+
+
+

+ As we know, many industries are depending on weather conditions like manufacturing, + Event Management, Construction etc. So we believe our concept of weather module can be used + in these industries to understand and plan their works according to the weather condition. + This module is a starter to think and explore the opportunity to bring the advanced features + in Odoo. +

+
+
+
-
-

-

- User can easily find the weather report from a single click. Summary of the weather - conditions is displayed on the weather board. The user will easily get weather updates, - state of climate and current temperature etc.. -

-
-
-
-
-
-
-

Enjoy advanced and automated weather update

-

The most advanced weather notification in a very simple user interface -

-

- Avoid search for weather updates, get it in a single click. - This module integrates the weather into the Odoo system. -

-
-
- -

- Users -

-
-

- Nowadays everyone is searching temperature and weather conditions in their city or any other - location by using search engines, here we have a very flexible way to find out it easily through - our module without any surfing. -

-
-
-
- -

- Settings -

-
-

- User can specify their current location or any location by providing address or coordinates. -

-
-
-
- - - -

- Open Weather Map -

-
-

- openweathermap.org is providing weather APIs calls and response. Odoo is using this API and provides - you the best result by the help of our application. -

-
-
-
+
+
+

Weather notification in Odoo

+
+
+
+ +
+
-
-
-

How to configure your weather?

+
+

+

+ User can easily find the weather report from a single click. Summary of the weather + conditions is displayed on the weather board. The user will easily get weather updates, + state of climate and current temperature etc.. +

+
+
+
+
+ +
-
-
- +

Enjoy advanced and automated weather update

+

The most advanced weather notification in a very simple user interface +

+

+ Avoid search for weather updates, get it in a single click. + This module integrates the weather into the Odoo system. +

+
+
+ +

+ Users +

-

- Click on the setting () button. +

+ Nowadays everyone is searching temperature and weather conditions in their city or any other + location by using search engines, here we have a very flexible way to find out it easily through + our module without any surfing.

-
-
- +
+
+ +

+ Settings +

-
-
-

- Users can give address of the place or coordinates by selecting the type, -

- If you are selecting the address type, please provide the address and If it is coordinate, - then give the correct longitude and latitude. -

+

+ User can specify their current location or any location by providing address or coordinates.

-

- Provide the correct API key received from the OpenWeatherMap site. +

+
+
+ + + +

+ Open Weather Map +

+
+

+ openweathermap.org is providing weather APIs calls and response. Odoo is using this API and provides + you the best result by the help of our application.

-
-
-
+ -
-
-

How to get API KEY?

-
- Click on the Sing up (
-
-
-
- +
+
+

How to configure your weather?

+
+
+
+ +
+

+ Click on the setting () button. +

+
+
+
+ +
+
+
+

+ Users can give address of the place or coordinates by selecting the type, +

+ If you are selecting the address type, please provide the address and If it is coordinate, + then give the correct longitude and latitude. +

+

+

+ Provide the correct API key received from the OpenWeatherMap site. +

+
-
-
- It will go to the account creation page of Open Weather Map -
+
+
+ +
-
-
- +

How to get API KEY?

+
+ Click on the Sing up (
+
+
+
+ +
+
+
- Fill the required fields and create an account. -
-
-
-
- +
+ It will go to the account creation page of Open Weather Map +
+
+
+
+ +
+
+
- Once we created the account, we can use the default API Key providing by Open Weather Map or - else you have an option for generating your own API Key manually. +
+ Fill the required fields and create an account. +
+
+
+
+ +
+
+
+
+
-
-
- +
+ Once we created the account, we can use the default API Key providing by Open Weather Map or + else you have an option for generating your own API Key manually. +
+
+
+
+ +
-
-
- -
-

Need Any Help?

-
+
+

Need Any Help?

+ - -
+