summaryrefslogtreecommitdiff
path: root/indoteknik_custom/__manifest__.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-01-10 10:39:39 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-01-10 10:39:39 +0700
commit88e5def4792743d2b3245e390f95df5a3f4be321 (patch)
treea1d430b84f4d186d23a23f7436c4a633e612156a /indoteknik_custom/__manifest__.py
parentf1215bf41196a5758acfc05942fd305b166bd0bf (diff)
parentbef3ba4c18d585bc0980942d91b5fcb4d44427e1 (diff)
Merge branch 'feature/coretax_export_fakture' into odoo-production
# Conflicts: # indoteknik_custom/models/__init__.py # indoteknik_custom/security/ir.model.access.csv
Diffstat (limited to 'indoteknik_custom/__manifest__.py')
-rwxr-xr-xindoteknik_custom/__manifest__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py
index 89f62524..255fbd3d 100755
--- a/indoteknik_custom/__manifest__.py
+++ b/indoteknik_custom/__manifest__.py
@@ -8,7 +8,7 @@
'author': 'Rafi Zadanly',
'website': '',
'images': ['assets/favicon.ico'],
- 'depends': ['base', 'coupon', 'delivery', 'sale', 'sale_management', 'vit_kelurahan'],
+ 'depends': ['base', 'coupon', 'delivery', 'sale', 'sale_management', 'vit_kelurahan', 'vit_efaktur' ],
'data': [
'security/ir.model.access.csv',
'views/group_partner.xml',
@@ -155,6 +155,7 @@
'report/report_invoice.xml',
'report/report_picking.xml',
'report/report_sale_order.xml',
+ 'views/coretax_faktur.xml',
],
'demo': [],
'css': [],