Browse Source

publish muk_web_client_refresh - 12.0

pull/115/head
MuK IT GmbH 5 years ago
parent
commit
a51e88ccd5
  1. 5
      muk_web_client_refresh/__init__.py
  2. 7
      muk_web_client_refresh/__manifest__.py
  3. 5
      muk_web_client_refresh/controllers/__init__.py
  4. 5
      muk_web_client_refresh/controllers/main.py
  5. 7
      muk_web_client_refresh/data/refresh_actions.xml
  6. 5
      muk_web_client_refresh/models/__init__.py
  7. 5
      muk_web_client_refresh/models/base.py
  8. 5
      muk_web_client_refresh/models/base_automation.py
  9. 5
      muk_web_client_refresh/models/ir_actions.py
  10. 5
      muk_web_client_refresh/models/res_config_settings.py
  11. 5
      muk_web_client_refresh/static/src/js/client_refresh.js
  12. 7
      muk_web_client_refresh/template/assets.xml
  13. 7
      muk_web_client_refresh/views/refresh_action_view.xml
  14. 7
      muk_web_client_refresh/views/res_config_settings_view.xml

5
muk_web_client_refresh/__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 Refresh
# (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

7
muk_web_client_refresh/__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 Refresh
# (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
@ -20,7 +23,7 @@
{
"name": "MuK Web Refresh",
"summary": """Web Client Refresh""",
"version": "12.0.2.2.2",
"version": "12.0.3.0.0",
"category": "Extra Tools",
"license": "AGPL-3",
"website": "http://www.mukit.at",

5
muk_web_client_refresh/controllers/__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 Refresh
# (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

5
muk_web_client_refresh/controllers/main.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 Refresh
# (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

7
muk_web_client_refresh/data/refresh_actions.xml

@ -1,7 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2018 MuK IT GmbH
Copyright (c) 2017-2019 MuK IT GmbH.
This file is part of MuK Web Refresh
(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
@ -15,6 +19,7 @@
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/>.
-->
<odoo noupdate="1">

5
muk_web_client_refresh/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 Refresh
# (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

5
muk_web_client_refresh/models/base.py

@ -1,6 +1,9 @@
###################################################################################
#
# Copyright (C) 2018 MuK IT GmbH
# Copyright (c) 2017-2019 MuK IT GmbH.
#
# This file is part of MuK Web Refresh
# (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

5
muk_web_client_refresh/models/base_automation.py

@ -1,6 +1,9 @@
###################################################################################
#
# Copyright (C) 2018 MuK IT GmbH
# Copyright (c) 2017-2019 MuK IT GmbH.
#
# This file is part of MuK Web Refresh
# (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

5
muk_web_client_refresh/models/ir_actions.py

@ -1,6 +1,9 @@
###################################################################################
#
# Copyright (C) 2018 MuK IT GmbH
# Copyright (c) 2017-2019 MuK IT GmbH.
#
# This file is part of MuK Web Refresh
# (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

5
muk_web_client_refresh/models/res_config_settings.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 Refresh
# (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

5
muk_web_client_refresh/static/src/js/client_refresh.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 Refresh
* (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

7
muk_web_client_refresh/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 Refresh
(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
@ -15,6 +19,7 @@
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/>.
-->
<odoo>

7
muk_web_client_refresh/views/refresh_action_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 Refresh
(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
@ -15,6 +19,7 @@
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/>.
-->
<odoo>

7
muk_web_client_refresh/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 Refresh
(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
@ -15,6 +19,7 @@
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/>.
-->
<odoo>

Loading…
Cancel
Save