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] project_task_type: add new module #8

Open
wants to merge 1 commit into
base: 14.0
Choose a base branch
from

Conversation

Matthwhy
Copy link

@marcelsavegnago @kaynnan
Módulo proposto para nossa base que inclui um novo campo para acompanhamento no apontamento de horas.
image
image
image


name = fields.Char(string="Name", required=True)
create_date = fields.Datetime(string="Created on", readonly=True)
create_uid = fields.Many2one("res.users", string="Created by", readonly=True)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

q eu saiba nao precisa destes campos..

active = fields.Boolean(string="Active", default=True)
sequence = fields.Integer(string="Sequence")
description = fields.Text(string="Description")
display_name = fields.Char(string="Display Name", readonly=True)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nem deste

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

Successfully merging this pull request may close these issues.

2 participants