Created
September 17, 2019 02:57
-
-
Save sambatlim/dc27642200840b6aa7583eac179495d0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
{ | |
"name": "assettracking", | |
"summary": """ | |
Asset tracking includes the functionality of inventory module""", | |
"description": """ | |
Asset tracking system was used in in-house production for NECTEC project | |
""", | |
"author": "NECTEC", | |
"website": "https://www.nectec.or.th/en/", | |
# Categories can be used to filter modules in modules listing | |
# Check https://github.com/odoo/odoo/blob/12.0/odoo/addons/base/data/ir_module_category_data.xml | |
# for the full list | |
"category": "Uncategorized", | |
"version": "0.1", | |
# any module necessary for this one to work correctly | |
"depends": ["base"], | |
# always loaded | |
"data": [ | |
# "views/views.xml", | |
"views/student_view.xml", | |
"security/ir.model.access.csv", | |
], | |
# only loaded in demonstration mode | |
# "demo": ["demo/demo.xml"], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment