Skip to content
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

Open
wants to merge 3 commits into
base: 17.0
Choose a base branch
from

Conversation

zaoral
Copy link
Contributor

@zaoral zaoral commented Feb 1, 2024

Add manager to be able to define and track OKR Plan

Add manager to be able to define and track OKR Plan
@roboadhoc
Copy link

[FIX] okr_management: rename module to okr
Copy link
Contributor

@lef-adhoc lef-adhoc left a 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>

Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

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>

Copy link
Contributor

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',
Copy link
Contributor

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants