Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.57 KB

README.rst

File metadata and controls

56 lines (40 loc) · 1.57 KB

Artist

This module adds the concept of an Artist as an Odoo model.

An artist is a general designation for an entity in the entertainment. It can be a humorist, a stage band, an orchestra, a painter, etc.

The term artist does not represent a person. It designates a group of people (members). It may however be composed of one person.

When designing the module, there was a choice to be made:

  1. either a new kind of object for representing artist
  2. or otherwise extend res.partner

One reason for seperating an artist in a separate model is the ambiguity between the commercial entity that owns the artist and the artist itself.

Also there is a distinction between the contacts at the commercial entity and the members of the artist.

The module defines the form view of an artist.

static/description/artist_form.png

The field Partner of an artist designates the commercial entity (i.e. for invoicing purposes).

An artist can have one or more members.

Members are contacts. Each of theme has a role.

static/description/artist_member_list.png

The module defines views for artists, roles and tags. However, it does not add menu items for accessing these. We encourage you to add the appropriate menu entries and access rights in a separate module depending on your use case.