diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-07-18 16:50:56 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-07-18 16:50:56 +0700 |
| commit | bf002b5e297db5f3021b63adf5b60cf00ff4cee8 (patch) | |
| tree | b169f5685afc929f92736b003460fdaf36a5c62a /indoteknik_custom/__manifest__.py | |
| parent | d7148fd0267529c92fa07b0721461a6ef13c0890 (diff) | |
fix bug optional hide
Diffstat (limited to 'indoteknik_custom/__manifest__.py')
| -rwxr-xr-x | indoteknik_custom/__manifest__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index cd7c27d1..b570810f 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -80,7 +80,7 @@ 'views/product_sla.xml', 'views/voucher.xml', 'views/bill_receipt.xml', - 'views/account_bills.xml', + # 'views/account_bills.xml', 'report/report.xml', 'report/report_banner_banner.xml', 'report/report_banner_banner2.xml', |
