|
@ -18,7 +18,8 @@ |
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
# |
|
|
# |
|
|
############################################################################## |
|
|
############################################################################## |
|
|
from openerp.osv import orm, fields |
|
|
|
|
|
|
|
|
from openerp.osv import orm |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class AccountAgedTrialBalance(orm.TransientModel): |
|
|
class AccountAgedTrialBalance(orm.TransientModel): |
|
|
"""Will launch age partner balance report. |
|
|
"""Will launch age partner balance report. |
|
|