Skip to content

Commit

Permalink
🔧 Improve configuration
Browse files Browse the repository at this point in the history
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
  • Loading branch information
madmath03 committed Jul 27, 2020
1 parent dc74534 commit 884f7f8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions recod_erpnext_design/config/recod_erpnext_design.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020, Monogramm and Contributors
# See license.txt
"""Configuration for desktop."""

from __future__ import unicode_literals

from frappe import _


def get_data():
"""Returns the module desktop links configuration."""
return [
]
1 change: 1 addition & 0 deletions recod_erpnext_design/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"""Configuration for hooks."""

from __future__ import unicode_literals
from . import __version__ as app_version


app_name = "recod_erpnext_design"
Expand Down

0 comments on commit 884f7f8

Please sign in to comment.