Menu group updated

This commit is contained in:
projectsodoo 2020-12-24 12:44:08 +05:30
parent 0742effa62
commit eec1bf08fc
61 changed files with 4 additions and 2 deletions

View File

@ -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

0
project_timesheet_forecast/__init__.py Normal file → Executable file
View File

0
project_timesheet_forecast/__manifest__.py Normal file → Executable file
View File

View File

0
project_timesheet_forecast/i18n/ar.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/az.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/az_AZ.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/bg.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/bs.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/ca.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/cs.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/da.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/de.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/el.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/es.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/et.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/fa.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/fi.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/fr.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/gu.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/he.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/hr.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/hu.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/id.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/is.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/it.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/ja.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/km.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/ko.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/lb.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/lt.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/lv.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/ml.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/mn.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/my.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/nb.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/nl.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/pl.po Normal file → Executable file
View File

View File

0
project_timesheet_forecast/i18n/pt.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/pt_BR.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/ro.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/ru.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/sk.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/sl.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/sr.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/sv.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/th.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/tr.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/uk.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/uz.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/vi.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/zh_CN.po Normal file → Executable file
View File

0
project_timesheet_forecast/i18n/zh_TW.po Normal file → Executable file
View File

0
project_timesheet_forecast/models/__init__.py Normal file → Executable file
View File

0
project_timesheet_forecast/models/project_forecast.py Normal file → Executable file
View File

0
project_timesheet_forecast/report/__init__.py Normal file → Executable file
View File

View File

View File

View File

View File