Lokavaluto / lokavaluto-addons

Addons repository for lokavaluto
GNU General Public License v3.0
6 stars 17 forks source link

[lcc_members] public profil and position profil are displayed in many2many fields #216

Closed MatSarr closed 2 years ago

MatSarr commented 2 years ago

example: create a new meeting, search for a name to add a person, all profil of the person are showing, and it's not possible to tel which one is the main one...

njeudy commented 2 years ago

ok thanks, will try to reproduce

njeudy commented 2 years ago

create an inherited view for calendar.view_calendar_event_form

<field name="partner_ids" position="attributes">
  <attribute name="domain">[('is_main_profile','=',True)]</attribute>
</field>

done in https://gestion.laroue.org