diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-01-11 08:57:15 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-01-11 08:57:15 +0700 |
| commit | 7499b798a75a3dec8fc41d28e091f7df1a3c19d6 (patch) | |
| tree | b236c6eca604cb4c7888df142a1493009bfa18a2 | |
| parent | e1a19093f74222251280bf598a6256d6766dc4a2 (diff) | |
change sequence of manifest
| -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 a5f262bd..253bddd2 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -44,6 +44,7 @@ 'views/stock_picking_type.xml', 'views/users.xml', 'views/delivery_carrier.xml', + 'views/invoice_reklas.xml', 'views/account_move.xml', 'views/dunning_run.xml', 'views/website_brand_homepage.xml', @@ -54,7 +55,6 @@ 'views/customer_review.xml', 'views/website_content_channel.xml', 'views/website_content.xml', - 'views/invoice_reklas.xml', 'report/report.xml', 'report/report_banner_banner.xml', 'report/report_banner_banner2.xml', |
