Skip to content

Instantly share code, notes, and snippets.

@sambatlim
Created September 17, 2019 02:57
Show Gist options
  • Save sambatlim/dc27642200840b6aa7583eac179495d0 to your computer and use it in GitHub Desktop.
Save sambatlim/dc27642200840b6aa7583eac179495d0 to your computer and use it in GitHub Desktop.
# -*- 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