diff --git a/cor_custom/__pycache__/__init__.cpython-36.pyc b/cor_custom/__pycache__/__init__.cpython-36.pyc new file mode 100644 index 0000000..ed40641 Binary files /dev/null and b/cor_custom/__pycache__/__init__.cpython-36.pyc differ diff --git a/cor_custom/controllers/__pycache__/__init__.cpython-36.pyc b/cor_custom/controllers/__pycache__/__init__.cpython-36.pyc new file mode 100644 index 0000000..a4434d0 Binary files /dev/null and b/cor_custom/controllers/__pycache__/__init__.cpython-36.pyc differ diff --git a/cor_custom/controllers/__pycache__/controllers.cpython-36.pyc b/cor_custom/controllers/__pycache__/controllers.cpython-36.pyc new file mode 100644 index 0000000..38c46b7 Binary files /dev/null and b/cor_custom/controllers/__pycache__/controllers.cpython-36.pyc differ diff --git a/cor_custom/models/__pycache__/__init__.cpython-36.pyc b/cor_custom/models/__pycache__/__init__.cpython-36.pyc new file mode 100644 index 0000000..b5c4e70 Binary files /dev/null and b/cor_custom/models/__pycache__/__init__.cpython-36.pyc differ diff --git a/cor_custom/models/__pycache__/analytic.cpython-36.pyc b/cor_custom/models/__pycache__/analytic.cpython-36.pyc new file mode 100644 index 0000000..6a52024 Binary files /dev/null and b/cor_custom/models/__pycache__/analytic.cpython-36.pyc differ diff --git a/cor_custom/models/__pycache__/crm_lead.cpython-36.pyc b/cor_custom/models/__pycache__/crm_lead.cpython-36.pyc new file mode 100644 index 0000000..dbe16b0 Binary files /dev/null and b/cor_custom/models/__pycache__/crm_lead.cpython-36.pyc differ diff --git a/cor_custom/models/__pycache__/models.cpython-36.pyc b/cor_custom/models/__pycache__/models.cpython-36.pyc new file mode 100644 index 0000000..18206e2 Binary files /dev/null and b/cor_custom/models/__pycache__/models.cpython-36.pyc differ diff --git a/cor_custom/models/__pycache__/product.cpython-36.pyc b/cor_custom/models/__pycache__/product.cpython-36.pyc new file mode 100644 index 0000000..01e1117 Binary files /dev/null and b/cor_custom/models/__pycache__/product.cpython-36.pyc differ diff --git a/cor_custom/models/__pycache__/project.cpython-36.pyc b/cor_custom/models/__pycache__/project.cpython-36.pyc new file mode 100644 index 0000000..b6ccdd7 Binary files /dev/null and b/cor_custom/models/__pycache__/project.cpython-36.pyc differ diff --git a/cor_custom/models/__pycache__/project_overview.cpython-36.pyc b/cor_custom/models/__pycache__/project_overview.cpython-36.pyc new file mode 100644 index 0000000..430c331 Binary files /dev/null and b/cor_custom/models/__pycache__/project_overview.cpython-36.pyc differ diff --git a/cor_custom/models/project.py b/cor_custom/models/project.py index f9ebade..022e993 100755 --- a/cor_custom/models/project.py +++ b/cor_custom/models/project.py @@ -28,7 +28,7 @@ class Project(models.Model): class InheritProjectProductEmployeeMap(models.Model): _inherit = 'project.sale.line.employee.map' - employee_price = fields.Float("Consultant Price") + employee_price = fields.Monetary(string="Consultant Price", related="employee_id.timesheet_cost", readonly=True) budgeted_qty = fields.Float(string='Budgeted Qty', related='sale_line_id.product_uom_qty', readonly=True) budgeted_uom = fields.Many2one('uom.uom', string='Budgeted UOM', related='sale_line_id.product_uom', readonly=True) timesheet_hour = fields.Float("Timesheet Hour", compute='_compute_timesheet_hour', default=0.0) diff --git a/cor_custom/report/__pycache__/__init__.cpython-36.pyc b/cor_custom/report/__pycache__/__init__.cpython-36.pyc new file mode 100644 index 0000000..af86dae Binary files /dev/null and b/cor_custom/report/__pycache__/__init__.cpython-36.pyc differ diff --git a/cor_custom/report/__pycache__/project_profitability_report_analysis.cpython-36.pyc b/cor_custom/report/__pycache__/project_profitability_report_analysis.cpython-36.pyc new file mode 100644 index 0000000..32c2fd7 Binary files /dev/null and b/cor_custom/report/__pycache__/project_profitability_report_analysis.cpython-36.pyc differ diff --git a/cor_custom/wizard/__pycache__/__init__.cpython-36.pyc b/cor_custom/wizard/__pycache__/__init__.cpython-36.pyc new file mode 100644 index 0000000..28ed69f Binary files /dev/null and b/cor_custom/wizard/__pycache__/__init__.cpython-36.pyc differ diff --git a/cor_custom/wizard/__pycache__/project_create_sale_order.cpython-36.pyc b/cor_custom/wizard/__pycache__/project_create_sale_order.cpython-36.pyc new file mode 100644 index 0000000..5dc9821 Binary files /dev/null and b/cor_custom/wizard/__pycache__/project_create_sale_order.cpython-36.pyc differ