diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-03-10 08:42:21 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-03-10 08:42:21 +0700 |
| commit | 5aeeba569652f15a2cc506a4820ec8dcbda74565 (patch) | |
| tree | f2e9a927bf40f3bcca7737ed3c1bb4b1639a488e /indoteknik_custom/__manifest__.py | |
| parent | ad19154ae49ec5bc1178006344baf104154167bf (diff) | |
| parent | 3b8b4ec20d523cedf00d0a343ffc244e0a43da58 (diff) | |
Merge branch 'odoo-backup' into dev/wms
# Conflicts:
# indoteknik_custom/models/stock_picking.py
# indoteknik_custom/security/ir.model.access.csv
Diffstat (limited to 'indoteknik_custom/__manifest__.py')
| -rwxr-xr-x | indoteknik_custom/__manifest__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index f66314fa..a7096346 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -161,7 +161,9 @@ 'report/report_invoice.xml', 'report/report_picking.xml', 'report/report_sale_order.xml', + 'views/vendor_sla.xml', 'views/coretax_faktur.xml', + 'views/public_holiday.xml', 'views/stock_inventory.xml', ], 'demo': [], |
