summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindoteknik_custom/__manifest__.py1
-rwxr-xr-xindoteknik_custom/models/__init__.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py
index 61b51eed..919a61a2 100755
--- a/indoteknik_custom/__manifest__.py
+++ b/indoteknik_custom/__manifest__.py
@@ -31,6 +31,7 @@
'views/stock_vendor.xml',
'views/crm_lead.xml',
'views/sale_order.xml',
+ 'views/account_asset_views.xml',
'report/report.xml',
'report/report_banner_banner.xml',
'report/report_banner_banner2.xml',
diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py
index 8da36ce1..c31f9bf2 100755
--- a/indoteknik_custom/models/__init__.py
+++ b/indoteknik_custom/models/__init__.py
@@ -17,3 +17,4 @@ from . import purchase_order_line
from . import sale_order
from . import sale_monitoring_detail
from . import sale_monitoring
+from . import account_asset \ No newline at end of file