[PEP8]
parent
a17d2728a6
commit
fd8402c466
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue