Browse Source

publish muk_web_client_notification - 12.0

pull/115/head
MuK IT GmbH 5 years ago
parent
commit
c6c3bf57e2
  1. 7
      muk_web_client_notification/__init__.py
  2. 9
      muk_web_client_notification/__manifest__.py
  3. 7
      muk_web_client_notification/models/__init__.py
  4. 7
      muk_web_client_notification/models/bus.py
  5. 7
      muk_web_client_notification/models/res_users.py
  6. 7
      muk_web_client_notification/static/src/js/client_notification.js
  7. 11
      muk_web_client_notification/template/assets.xml
  8. 11
      muk_web_client_notification/views/res_config_settings_view.xml
  9. 11
      muk_web_client_notification/views/send_notifications.xml
  10. 7
      muk_web_client_notification/wizards/__init__.py
  11. 7
      muk_web_client_notification/wizards/send_notifications.py

7
muk_web_client_notification/__init__.py

@ -1,6 +1,9 @@
###################################################################################
#
# Copyright (C) 2017 MuK IT GmbH
# Copyright (c) 2017-2019 MuK IT GmbH.
#
# This file is part of MuK Web Notification
# (see https://mukit.at).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@ -13,7 +16,7 @@
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
###################################################################################

9
muk_web_client_notification/__manifest__.py

@ -1,6 +1,9 @@
###################################################################################
#
# Copyright (C) 2017 MuK IT GmbH
# Copyright (c) 2017-2019 MuK IT GmbH.
#
# This file is part of MuK Web Notification
# (see https://mukit.at).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@ -13,14 +16,14 @@
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
###################################################################################
{
"name": "MuK Web Notification",
"summary": """Web Client Notification""",
"version": "12.0.1.0.2",
"version": "12.0.2.0.0",
"category": "Extra Tools",
"license": "AGPL-3",
"website": "http://www.mukit.at",

7
muk_web_client_notification/models/__init__.py

@ -1,6 +1,9 @@
###################################################################################
#
# Copyright (C) 2017 MuK IT GmbH
# Copyright (c) 2017-2019 MuK IT GmbH.
#
# This file is part of MuK Web Notification
# (see https://mukit.at).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@ -13,7 +16,7 @@
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
###################################################################################

7
muk_web_client_notification/models/bus.py

@ -1,6 +1,9 @@
###################################################################################
#
# Copyright (C) 2017 MuK IT GmbH
# Copyright (c) 2017-2019 MuK IT GmbH.
#
# This file is part of MuK Web Notification
# (see https://mukit.at).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@ -13,7 +16,7 @@
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
###################################################################################

7
muk_web_client_notification/models/res_users.py

@ -1,6 +1,9 @@
###################################################################################
#
# Copyright (C) 2017 MuK IT GmbH
# Copyright (c) 2017-2019 MuK IT GmbH.
#
# This file is part of MuK Web Notification
# (see https://mukit.at).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@ -13,7 +16,7 @@
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
###################################################################################

7
muk_web_client_notification/static/src/js/client_notification.js

@ -1,6 +1,9 @@
/**********************************************************************************
*
* Copyright (C) 2017 MuK IT GmbH
* Copyright (c) 2017-2019 MuK IT GmbH.
*
* This file is part of MuK Web Notification
* (see https://mukit.at).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
@ -13,7 +16,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
**********************************************************************************/

11
muk_web_client_notification/template/assets.xml

@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2017 MuK IT GmbH
Copyright (c) 2017-2019 MuK IT GmbH.
This file is part of MuK Web Notification
(see https://mukit.at).
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
@ -14,8 +18,9 @@
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<odoo>
<template id="assets_backend" inherit_id="web.assets_backend">

11
muk_web_client_notification/views/res_config_settings_view.xml

@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2017 MuK IT GmbH
Copyright (c) 2017-2019 MuK IT GmbH.
This file is part of MuK Web Notification
(see https://mukit.at).
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
@ -14,8 +18,9 @@
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<odoo>

11
muk_web_client_notification/views/send_notifications.xml

@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2017 MuK IT GmbH
Copyright (c) 2017-2019 MuK IT GmbH.
This file is part of MuK Web Notification
(see https://mukit.at).
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
@ -14,8 +18,9 @@
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<odoo>

7
muk_web_client_notification/wizards/__init__.py

@ -1,6 +1,9 @@
###################################################################################
#
# Copyright (C) 2017 MuK IT GmbH
# Copyright (c) 2017-2019 MuK IT GmbH.
#
# This file is part of MuK Web Notification
# (see https://mukit.at).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@ -13,7 +16,7 @@
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
###################################################################################

7
muk_web_client_notification/wizards/send_notifications.py

@ -1,6 +1,9 @@
###################################################################################
#
# Copyright (C) 2017 MuK IT GmbH
# Copyright (c) 2017-2019 MuK IT GmbH.
#
# This file is part of MuK Web Notification
# (see https://mukit.at).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@ -13,7 +16,7 @@
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
###################################################################################

Loading…
Cancel
Save