Skip to content

[ADD] okr_management: new module#168

Open
zaoral wants to merge 3 commits intoingadhoc:17.0from
adhoc-dev:17.0-t-34208-kz
Open

[ADD] okr_management: new module#168
zaoral wants to merge 3 commits intoingadhoc:17.0from
adhoc-dev:17.0-t-34208-kz

Conversation

@zaoral
Copy link
Copy Markdown
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
Copy Markdown
Contributor

[FIX] okr_management: rename module to okr
Copy link
Copy Markdown
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
Copy Markdown
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

Comment thread okr/models/__init__.py
@@ -0,0 +1 @@
from . import okr No newline at end of file
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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

Comment thread okr/__manifest__.py
'Katherine Zaoral (zaoral)',
],
'depends': [
'base',
Copy link
Copy Markdown
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