Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

17.0 kalab pre commit issue fix #41

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ addon | version | maintainers | summary
[g2p_registry_id_deduplication](g2p_registry_id_deduplication/) | 17.0.1.0.0 | | OpenG2P Registry ID Deduplication
[g2p_social_registry](g2p_social_registry/) | 17.0.1.0.0 | | OpenG2P Social Registry
[g2p_social_registry_theme](g2p_social_registry_theme/) | 17.0.1.0.0 | | OpenG2P Social Registry: Theme
[g2p_social_registry_theme_muk](g2p_social_registry_theme_muk/) | 17.0.1.0.0 | | OpenG2P Social Registry Muk Theme

[//]: # (end addons)

Expand Down
62 changes: 62 additions & 0 deletions g2p_social_registry_theme_muk/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
=================================
OpenG2P Social Registry Muk Theme
=================================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:061c0821dc1f48def1162b3c42b58d280c9c4e7fa621a61672bd9258da42e5f9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
:target: https://odoo-community.org/page/development-status
:alt: Alpha
.. |badge2| image:: https://img.shields.io/badge/github-OpenG2P%2Fopeng2p--social--registry-lightgray.png?logo=github
:target: https://github.com/OpenG2P/openg2p-social-registry/tree/17.0-develop/g2p_social_registry_theme_muk
:alt: OpenG2P/openg2p-social-registry

|badge1| |badge2|

G2P Social Registry Muk Theme

.. IMPORTANT::
This is an alpha version, the data model and design can change at any time without warning.
Only for development or testing purpose, do not use in production.
`More details on development status <https://odoo-community.org/page/development-status>`_

**Table of contents**

.. contents::
:local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OpenG2P/openg2p-social-registry/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OpenG2P/openg2p-social-registry/issues/new?body=module:%20g2p_social_registry_theme_muk%0Aversion:%2017.0-develop%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* OpenG2P

Contributors
~~~~~~~~~~~~

`OpenG2P <https://openg2p.org>`

Maintainers
~~~~~~~~~~~

This module is part of the `OpenG2P/openg2p-social-registry <https://github.com/OpenG2P/openg2p-social-registry/tree/17.0-develop/g2p_social_registry_theme_muk>`_ project on GitHub.

You are welcome to contribute.
Empty file.
28 changes: 28 additions & 0 deletions g2p_social_registry_theme_muk/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Part of OpenG2P. See LICENSE file for full copyright and licensing details.
{
"name": "OpenG2P Social Registry Muk Theme",
"category": "G2P",
"version": "17.0.1.0.0",
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "Other OSI approved licence",
"development_status": "Alpha",
"depends": [
"muk_web_appsbar",
"muk_web_colors",
"muk_web_chatter",
"muk_web_dialog",
"muk_web_theme",
],
"assets": {
"web.assets_backend": [
"g2p_theme_backend/static/src/css/mixins.scss",
"g2p_theme_backend/static/src/css/appsbar.scss",
],
},
"demo": [],
"images": [],
"application": True,
"installable": True,
"auto_install": False,
}
3 changes: 3 additions & 0 deletions g2p_social_registry_theme_muk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
1 change: 1 addition & 0 deletions g2p_social_registry_theme_muk/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`OpenG2P <https://openg2p.org>`
1 change: 1 addition & 0 deletions g2p_social_registry_theme_muk/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
G2P Social Registry Muk Theme
Loading
Loading