~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to account_asset/__init__.py

merging new development from indian accounting

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
1
2
##############################################################################
2
3
#
3
4
# Copyright (c) 2004 TINY SPRL. (http://tiny.be) All Rights Reserved.
29
30
import account_asset
30
31
import account_asset_invoice
31
32
import wizard
 
33
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
34