-
Notifications
You must be signed in to change notification settings - Fork 1
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
Contacts #9
Comments
review for committ
|
I did not understand this point : |
These are the non standard fields involved |
I'm going to elaborate further more the details that non-company Contacts must have, so the fundamentals are much more clear. |
review for
|
It has to render as a
kanban
that contain the persons (so Students, Teachers and Operators) and the Companies (these can be project partners or project applicants) all together.The single entity form view have to show the contact general details and in which Projects one contact has been involved.
Also it has to include some enchancements on the details field, like "validity" for the person Contact
Identification N.
, or specific attachment fields for Companies, like statements and other official documents, all of these based on the type of the contact.Operators and Students can be internal employees of a company or external employees but Teachers and are always external and they do the job on behalf themselves, not as employees of a thrid company.
Students Teachers Operators
A Contact as indiviual can be either a Student, a Teacher or a Operator. They have these fields in common:
Teachers and Operators
res.partner
haschild_ids
for this so I think we can use that)Teacher
category_id
many2many field related tores.partner.category
)Companies
A company may have the same details as company in the
res.partner
Odoo standard. It must have:Current tasks (always on update, for history follow the comments)
(from this)
The text was updated successfully, but these errors were encountered: