diff --git a/cor_custom/__manifest__.py b/cor_custom/__manifest__.py index 8079f08..c3acdb0 100755 --- a/cor_custom/__manifest__.py +++ b/cor_custom/__manifest__.py @@ -20,11 +20,12 @@ 'version': '0.1', # any module necessary for this one to work correctly - 'depends': ['base', 'crm', 'sale_timesheet', 'analytic'], + 'depends': ['base', 'crm', 'sale_timesheet', 'analytic', 'hr'], # always loaded 'data': [ - # 'security/ir.model.access.csv', + #'security/ir.model.access.csv', + 'security/cor_custom_security.xml', 'views/crm_view.xml', 'views/sale_views.xml', 'views/project_view.xml', @@ -33,6 +34,7 @@ 'report/project_profitability_report_analysis_views.xml', 'views/views.xml', 'views/templates.xml', + 'views/menu_show_view.xml', 'wizard/project_create_sale_order_views.xml', ], # only loaded in demonstration mode diff --git a/project_timesheet_forecast/__init__.py b/project_timesheet_forecast/__init__.py old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/__manifest__.py b/project_timesheet_forecast/__manifest__.py old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/data/project_timesheet_forecast_data.xml b/project_timesheet_forecast/data/project_timesheet_forecast_data.xml old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/ar.po b/project_timesheet_forecast/i18n/ar.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/az.po b/project_timesheet_forecast/i18n/az.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/az_AZ.po b/project_timesheet_forecast/i18n/az_AZ.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/bg.po b/project_timesheet_forecast/i18n/bg.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/bs.po b/project_timesheet_forecast/i18n/bs.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/ca.po b/project_timesheet_forecast/i18n/ca.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/cs.po b/project_timesheet_forecast/i18n/cs.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/da.po b/project_timesheet_forecast/i18n/da.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/de.po b/project_timesheet_forecast/i18n/de.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/el.po b/project_timesheet_forecast/i18n/el.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/es.po b/project_timesheet_forecast/i18n/es.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/et.po b/project_timesheet_forecast/i18n/et.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/fa.po b/project_timesheet_forecast/i18n/fa.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/fi.po b/project_timesheet_forecast/i18n/fi.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/fr.po b/project_timesheet_forecast/i18n/fr.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/gu.po b/project_timesheet_forecast/i18n/gu.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/he.po b/project_timesheet_forecast/i18n/he.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/hr.po b/project_timesheet_forecast/i18n/hr.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/hu.po b/project_timesheet_forecast/i18n/hu.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/id.po b/project_timesheet_forecast/i18n/id.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/is.po b/project_timesheet_forecast/i18n/is.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/it.po b/project_timesheet_forecast/i18n/it.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/ja.po b/project_timesheet_forecast/i18n/ja.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/km.po b/project_timesheet_forecast/i18n/km.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/ko.po b/project_timesheet_forecast/i18n/ko.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/lb.po b/project_timesheet_forecast/i18n/lb.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/lt.po b/project_timesheet_forecast/i18n/lt.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/lv.po b/project_timesheet_forecast/i18n/lv.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/ml.po b/project_timesheet_forecast/i18n/ml.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/mn.po b/project_timesheet_forecast/i18n/mn.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/my.po b/project_timesheet_forecast/i18n/my.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/nb.po b/project_timesheet_forecast/i18n/nb.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/nl.po b/project_timesheet_forecast/i18n/nl.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/pl.po b/project_timesheet_forecast/i18n/pl.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/project_timesheet_forecast.pot b/project_timesheet_forecast/i18n/project_timesheet_forecast.pot old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/pt.po b/project_timesheet_forecast/i18n/pt.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/pt_BR.po b/project_timesheet_forecast/i18n/pt_BR.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/ro.po b/project_timesheet_forecast/i18n/ro.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/ru.po b/project_timesheet_forecast/i18n/ru.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/sk.po b/project_timesheet_forecast/i18n/sk.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/sl.po b/project_timesheet_forecast/i18n/sl.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/sr.po b/project_timesheet_forecast/i18n/sr.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/sv.po b/project_timesheet_forecast/i18n/sv.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/th.po b/project_timesheet_forecast/i18n/th.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/tr.po b/project_timesheet_forecast/i18n/tr.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/uk.po b/project_timesheet_forecast/i18n/uk.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/uz.po b/project_timesheet_forecast/i18n/uz.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/vi.po b/project_timesheet_forecast/i18n/vi.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/zh_CN.po b/project_timesheet_forecast/i18n/zh_CN.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/i18n/zh_TW.po b/project_timesheet_forecast/i18n/zh_TW.po old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/models/__init__.py b/project_timesheet_forecast/models/__init__.py old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/models/project_forecast.py b/project_timesheet_forecast/models/project_forecast.py old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/report/__init__.py b/project_timesheet_forecast/report/__init__.py old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/report/timesheet_forecast_report.py b/project_timesheet_forecast/report/timesheet_forecast_report.py old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/report/timesheet_forecast_report_views.xml b/project_timesheet_forecast/report/timesheet_forecast_report_views.xml old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/security/ir.model.access.csv b/project_timesheet_forecast/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/project_timesheet_forecast/views/project_forecast_views.xml b/project_timesheet_forecast/views/project_forecast_views.xml old mode 100644 new mode 100755