Browse Source

publish muk_utils - 13.0

pull/31/head
MuK IT GmbH 5 years ago
parent
commit
6c76d5ce6c
  1. 14
      muk_utils/README.rst
  2. 14
      muk_utils/doc/index.rst

14
muk_utils/README.rst

@ -2,8 +2,10 @@
MuK Utils MuK Utils
========= =========
Technical module to provide some utility features and libraries that can be used
in other applications. This module has no direct effect on the running system.
Technical module to provide tools and mixins. It extends the general settings
view to include the option to migrate the attachment storage. Furthermore it
offers a Group and Hierarchy mixin.
Installation Installation
============ ============
@ -20,8 +22,8 @@ Another way to install this module is via the package management for Python
To install our modules using the package manager make sure To install our modules using the package manager make sure
`odoo-autodiscover <https://pypi.org/project/odoo-autodiscover/>`_ is installed `odoo-autodiscover <https://pypi.org/project/odoo-autodiscover/>`_ is installed
correctly. Then open a console and install the module by entering the following
command:
correctly. Note that for Odoo version 11.0 and later this is not necessary anymore.
Then open a console and install the module by entering the following command:
``pip install --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>`` ``pip install --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``
@ -74,16 +76,19 @@ module in the same way. Just type the following command into the console:
When the process is finished, restart your server and update the application in When the process is finished, restart your server and update the application in
Odoo, just like you would normally. Odoo, just like you would normally.
Configuration Configuration
============= =============
No additional configuration is needed to use this module. No additional configuration is needed to use this module.
Usage Usage
===== =====
This module has no direct visible effect on the system. It provide utility features. This module has no direct visible effect on the system. It provide utility features.
Credit Credit
====== ======
@ -99,6 +104,7 @@ Some pictures are based on or inspired by the icon set of Font Awesome:
* `Font Awesome <https://fontawesome.com>`_ * `Font Awesome <https://fontawesome.com>`_
Author & Maintainer Author & Maintainer
------------------- -------------------

14
muk_utils/doc/index.rst

@ -2,8 +2,10 @@
MuK Utils MuK Utils
========= =========
Technical module to provide some utility features and libraries that can be used
in other applications. This module has no direct effect on the running system.
Technical module to provide tools and mixins. It extends the general settings
view to include the option to migrate the attachment storage. Furthermore it
offers a Group and Hierarchy mixin.
Installation Installation
============ ============
@ -20,8 +22,8 @@ Another way to install this module is via the package management for Python
To install our modules using the package manager make sure To install our modules using the package manager make sure
`odoo-autodiscover <https://pypi.org/project/odoo-autodiscover/>`_ is installed `odoo-autodiscover <https://pypi.org/project/odoo-autodiscover/>`_ is installed
correctly. Then open a console and install the module by entering the following
command:
correctly. Note that for Odoo version 11.0 and later this is not necessary anymore.
Then open a console and install the module by entering the following command:
``pip install --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>`` ``pip install --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``
@ -74,16 +76,19 @@ module in the same way. Just type the following command into the console:
When the process is finished, restart your server and update the application in When the process is finished, restart your server and update the application in
Odoo, just like you would normally. Odoo, just like you would normally.
Configuration Configuration
============= =============
No additional configuration is needed to use this module. No additional configuration is needed to use this module.
Usage Usage
===== =====
This module has no direct visible effect on the system. It provide utility features. This module has no direct visible effect on the system. It provide utility features.
Credit Credit
====== ======
@ -99,6 +104,7 @@ Some pictures are based on or inspired by the icon set of Font Awesome:
* `Font Awesome <https://fontawesome.com>`_ * `Font Awesome <https://fontawesome.com>`_
Author & Maintainer Author & Maintainer
------------------- -------------------

Loading…
Cancel
Save