diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-15 16:22:21 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-15 16:22:21 +0700 |
| commit | f4f150ec2492b048886e1965a0a650864295c76c (patch) | |
| tree | 37386674983c542d6730e993e09337505dfc415e /indoteknik_custom/__manifest__.py | |
| parent | 6364f3d0bec6e75e3056caa928bbe11d39cc145f (diff) | |
grand total field, compute grand total, sale order print for website, fix sale order download pdf api
Diffstat (limited to 'indoteknik_custom/__manifest__.py')
| -rwxr-xr-x | indoteknik_custom/__manifest__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index d9e98975..c52e27b7 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -79,7 +79,8 @@ 'report/report_banner_banner2.xml', 'report/purchase_order.xml', 'report/report_invoice.xml', - 'report/report_picking.xml' + 'report/report_picking.xml', + 'report/report_sale_order.xml', ], 'demo': [], 'css': [], |
