123456789101112 |
- # -*- coding: utf-8 -*-
- #################################################################################
- # Author : Acespritech Solutions Pvt. Ltd. (<www.acespritech.com>)
- # Copyright(c): 2012-Present Acespritech Solutions Pvt. Ltd.
- # All Rights Reserved.
- #
- # This program is copyright property of the author mentioned above.
- # You can`t redistribute it and/or modify it.
- #
- #################################################################################
- import account, res_company
- # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|