-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ADD] okr_management: new module #168
base: 17.0
Are you sure you want to change the base?
Conversation
Add manager to be able to define and track OKR Plan
[FIX] okr_management: rename module to okr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dejo review tarea #34208
@@ -0,0 +1,4 @@ | |||
<?xml version='1.0' encoding='utf-8'?> | |||
<odoo> | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Faltaría la data demo, en el caso de que la tenga
@@ -0,0 +1 @@ | |||
from . import okr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Falta un salto de línea
access_okr_plan_user,access.okr.plan.user,model_okr_plan,base.group_user,1,1,1,1 | ||
access_okr_quarter_user,access.okr.quarter.user,model_okr_quarter,base.group_user,1,1,1,1 | ||
access_okr_objective_user,access.okr.objective.user,model_okr_objective,base.group_user,1,1,1,1 | ||
access_okr_kr_user,access.okr.kr.user,model_okr_kr,base.group_user,1,1,1,1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Faltaría crear el grupo de user y manager, y las ir.rule para cada grupo
</form> | ||
</field> | ||
</record> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Faltaría la vista tree y search
'Katherine Zaoral (zaoral)', | ||
], | ||
'depends': [ | ||
'base', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Creo que no es necesario la dependencia de base, no ?
Add manager to be able to define and track OKR Plan