Skip to content

Commit

Permalink
updated files layout
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalyi committed Oct 1, 2015
1 parent e8d43ba commit bb2f081
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion account_fiscal_position_rule_purchase/__init__.py
Expand Up @@ -19,4 +19,4 @@
#
###############################################################################

from . import purchase
from . import model
2 changes: 1 addition & 1 deletion account_fiscal_position_rule_purchase/__openerp__.py
Expand Up @@ -36,7 +36,7 @@
'purchase',
],
'data': [
'purchase_view.xml',
'view/purchase_view.xml',
'security/ir.model.access.csv',
],
'demo': [],
Expand Down
2 changes: 2 additions & 0 deletions account_fiscal_position_rule_purchase/model/__init__.py
@@ -0,0 +1,2 @@
# -*- encoding: utf-8 -*-
from . import purchase

0 comments on commit bb2f081

Please sign in to comment.