瀏覽代碼

Módulo que agrega report dashboard al sistema

SEBAS 1 年之前
父節點
當前提交
8489c6b17e
共有 32 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      __init__.pyc
  2. 二進制
      controllers/__init__.pyc
  3. 二進制
      controllers/helpers/__init__.pyc
  4. 二進制
      controllers/helpers/account_bank_statement.pyc
  5. 二進制
      controllers/helpers/account_bank_statement_line.pyc
  6. 二進制
      controllers/helpers/account_invoice.pyc
  7. 二進制
      controllers/helpers/account_invoice_line.pyc
  8. 二進制
      controllers/helpers/account_invoice_multi_store.pyc
  9. 二進制
      controllers/helpers/account_move_line.pyc
  10. 二進制
      controllers/helpers/account_voucher_multi_store.pyc
  11. 二進制
      controllers/helpers/company.pyc
  12. 二進制
      controllers/helpers/dashboard_objetive.pyc
  13. 二進制
      controllers/helpers/hr_employee.pyc
  14. 二進制
      controllers/helpers/ir_module_module.pyc
  15. 二進制
      controllers/helpers/journal.pyc
  16. 二進制
      controllers/helpers/payments_journals.pyc
  17. 二進制
      controllers/helpers/pos_order.pyc
  18. 二進制
      controllers/helpers/pos_order_line.pyc
  19. 二進制
      controllers/helpers/pos_order_multi_store.pyc
  20. 二進制
      controllers/helpers/res_partner.pyc
  21. 二進制
      controllers/helpers/res_store.pyc
  22. 二進制
      controllers/helpers/res_user.pyc
  23. 二進制
      controllers/helpers/voucher.pyc
  24. 二進制
      controllers/helpers/widget_list.pyc
  25. 二進制
      controllers/helpers/widget_stock_valuation.pyc
  26. 二進制
      controllers/helpers/widget_stock_valuation_with_variant_cost_price.pyc
  27. 二進制
      controllers/main.pyc
  28. 二進制
      models/__init__.pyc
  29. 二進制
      models/chart_config.pyc
  30. 二進制
      models/model.pyc
  31. 二進制
      models/rrhh.pyc
  32. 1 1
      static/src/js/widgets/widget_sale_purchase_expense.js

二進制
__init__.pyc


二進制
controllers/__init__.pyc


二進制
controllers/helpers/__init__.pyc


二進制
controllers/helpers/account_bank_statement.pyc


二進制
controllers/helpers/account_bank_statement_line.pyc


二進制
controllers/helpers/account_invoice.pyc


二進制
controllers/helpers/account_invoice_line.pyc


二進制
controllers/helpers/account_invoice_multi_store.pyc


二進制
controllers/helpers/account_move_line.pyc


二進制
controllers/helpers/account_voucher_multi_store.pyc


二進制
controllers/helpers/company.pyc


二進制
controllers/helpers/dashboard_objetive.pyc


二進制
controllers/helpers/hr_employee.pyc


二進制
controllers/helpers/ir_module_module.pyc


二進制
controllers/helpers/journal.pyc


二進制
controllers/helpers/payments_journals.pyc


二進制
controllers/helpers/pos_order.pyc


二進制
controllers/helpers/pos_order_line.pyc


二進制
controllers/helpers/pos_order_multi_store.pyc


二進制
controllers/helpers/res_partner.pyc


二進制
controllers/helpers/res_store.pyc


二進制
controllers/helpers/res_user.pyc


二進制
controllers/helpers/voucher.pyc


二進制
controllers/helpers/widget_list.pyc


二進制
controllers/helpers/widget_stock_valuation.pyc


二進制
controllers/helpers/widget_stock_valuation_with_variant_cost_price.pyc


二進制
controllers/main.pyc


二進制
models/__init__.pyc


二進制
models/chart_config.pyc


二進制
models/model.pyc


二進制
models/rrhh.pyc


+ 1 - 1
static/src/js/widgets/widget_sale_purchase_expense.js

@@ -508,7 +508,7 @@ function widget_sale_purchase_expense(widget) {
             // },0);
             if(item.type == 'out_invoice'){
                 var origin = 0;
-                if(item.origin.match(/SO/) != null){
+                if (item.origin && item.origin.match(/SO/) != null) {
                     origin = item.amount;
                 }
                 return origin;