diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-08-10 15:53:35 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-08-10 15:53:35 +0700 |
| commit | 06180f02fd39a917b46a6218c465c0fe94e37610 (patch) | |
| tree | 06349e99e7110646188124d0743b0795dd63392d /indoteknik_custom/__manifest__.py | |
| parent | 2926fbf40b0aefc5507d35276711227f23f7367e (diff) | |
Membuat view dan model purchase.pricelist, referensi harga ke purchase.pricelist untuk order_line di purchase.order
Diffstat (limited to 'indoteknik_custom/__manifest__.py')
| -rw-r--r-- | indoteknik_custom/__manifest__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index 31b30f6f..8de5bebc 100644 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -15,6 +15,7 @@ 'views/product_public_category.xml', 'views/product_template.xml', 'views/purchase_order.xml', + 'views/purchase_pricelist.xml', 'views/user_activity_log.xml', 'views/vit_kelurahan.xml', 'views/vit_kecamatan.xml', |
