mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
fix asset mgt xls
This commit is contained in:
@@ -675,6 +675,11 @@ class asset_report_xls(report_xls):
|
||||
"Please post depreciation table entry "
|
||||
"dd. '%s' of asset '%s' !")
|
||||
% (res[0], error_name))
|
||||
else:
|
||||
raise orm.except_orm(
|
||||
_('Data Error'),
|
||||
_("Depreciation Table error for asset %s !")
|
||||
% error_name)
|
||||
else:
|
||||
raise orm.except_orm(
|
||||
_('Data Error'),
|
||||
|
||||
Reference in New Issue
Block a user