Browse Source

publish muk_web_preview_rst - 12.0

pull/115/head
MuK IT GmbH 5 years ago
parent
commit
24a7e8a76f
  1. 5
      muk_web_preview_rst/__init__.py
  2. 7
      muk_web_preview_rst/__manifest__.py
  3. 5
      muk_web_preview_rst/controllers/__init__.py
  4. 5
      muk_web_preview_rst/controllers/main.py
  5. 5
      muk_web_preview_rst/static/src/js/rst.js
  6. 5
      muk_web_preview_rst/static/src/scss/rst.scss
  7. 9
      muk_web_preview_rst/static/src/xml/rst.xml
  8. 9
      muk_web_preview_rst/template/assets.xml

5
muk_web_preview_rst/__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 Preview ReStructuredText
# (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_preview_rst/__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 Preview ReStructuredText
# (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 Preview ReStructuredText",
"summary": """ReStructuredText Preview""",
"version": "12.0.1.0.3",
"version": "12.0.2.0.0",
"category": "Extra Tools",
"license": "AGPL-3",
"website": "http://www.mukit.at",

5
muk_web_preview_rst/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 Preview ReStructuredText
# (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_preview_rst/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 Preview ReStructuredText
# (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_preview_rst/static/src/js/rst.js

@ -1,6 +1,9 @@
/**********************************************************************************
*
* Copyright (C) 2017 MuK IT GmbH
* Copyright (c) 2017-2019 MuK IT GmbH.
*
* This file is part of MuK Preview ReStructuredText
* (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_preview_rst/static/src/scss/rst.scss

@ -1,6 +1,9 @@
/**********************************************************************************
*
* Copyright (C) 2017 MuK IT GmbH
* Copyright (c) 2017-2019 MuK IT GmbH.
*
* This file is part of MuK Preview ReStructuredText
* (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

9
muk_web_preview_rst/static/src/xml/rst.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 Preview ReStructuredText
(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,7 +19,8 @@
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/>.
-->
-->
<templates>

9
muk_web_preview_rst/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 Preview ReStructuredText
(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,7 +19,8 @@
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>
<template id="assets_backend" inherit_id="web.assets_backend">

Loading…
Cancel
Save