Dear all,
I created a field on project.tags named x_studio_xhores. This field represents the number of hours related to the selected tag.
Then, I added a Many2many custom field on res.partner named x_studio_classes. This field is used to select the classes in which a customer is enrolled. The table displays the title of the tags, the x_studio_xhores field, and the total of x_studio_xhores.
I need a calculated field "Sumatori" that summarizes the total of x_studio_xhores related to the chosen tags.
