Skip to content

Commit

Permalink
[ADD] Added skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
svazquezco committed Dec 12, 2018
1 parent ec1c91e commit 3a19f7a
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 0 deletions.
Empty file added __init__.py
Empty file.
23 changes: 23 additions & 0 deletions __manifiest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# -*- coding: utf-8 -*-
# Copyright <2018> <[email protected]>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
'name': 'Colombia Electronic Invoice',
'summary': """Electronic invoice for Colombia localization""",
'description': """Electronic invoice for Colombia localization""",
'version': '11.0.1.0.0',
'category': 'account',
'author': 'Netquest',
'license': 'AGPL-3',
'website': 'http://www.netquest.com',
'contributors': [
'Susana Vázquez <[email protected]>',
],
'depends': [

],
'data': [

],
'installable': True
}
Empty file added data/__init__.py
Empty file.
Empty file added models/__init__.py
Empty file.
Empty file added requirements.txt
Empty file.
1 change: 1 addition & 0 deletions security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
Empty file added static/__init__.py
Empty file.
Binary file added static/descritpion/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added tests/__init__.py
Empty file.

0 comments on commit 3a19f7a

Please sign in to comment.