Skip to content

Commit

Permalink
🔥Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yezyilomo committed Apr 23, 2019
1 parent f59c944 commit 1ecfc37
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion __manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Odoo REST API
""",

'author': "My Company",
'author': "Yezileli Ilomo",
'website': "http://www.singo.africa",

# Categories can be used to filter modules in modules listing
Expand Down
12 changes: 0 additions & 12 deletions models/models.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
# -*- coding: utf-8 -*-

from odoo import models, fields, api

# class mifos_integration(models.Model):
# _name = 'mifos_integration.mifos_integration'

# name = fields.Char()
# value = fields.Integer()
# value2 = fields.Float(compute="_value_pc", store=True)
# description = fields.Text()
#
# @api.depends('value')
# def _value_pc(self):
# self.value2 = float(self.value) / 100
3 changes: 1 addition & 2 deletions security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_mifos_integration_mifos_integration,mifos_integration.mifos_integration,model_mifos_integration_mifos_integration,,1,0,0,0
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink

0 comments on commit 1ecfc37

Please sign in to comment.