Commit Graph

19 Commits

Author SHA1 Message Date
8f46bfc892 [ADD]partner_profiles:add standalone contact in domain of groupby 2025-05-12 17:53:05 +02:00
b93d914317 [IMP]partner_profiles:add quick filters for admin, public and fonction profiles 2025-02-28 12:23:15 +01:00
4de88acf8f [FIX]partner_profiles:avoid automatic creation of society type public profile 2024-09-16 14:51:26 +02:00
Boris Gallet
df455303fa [MIG] partner_profiles: Migration to 16.0 2024-03-21 16:12:57 +01:00
clementthomas
e03fe31c86 remove modules in v12 2023-09-11 17:39:11 +02:00
Stéphan Sainléger
cdcea7ec60 [IMP] partner_profiles: apply migration only on contact type partner 2023-06-28 16:38:18 +02:00
Stéphan Sainléger
49f73b86a7 [IMP] partner_profiles: remove position profiles from child_ids 2023-06-28 16:38:18 +02:00
Stéphan Sainléger
29af98aac3 [IMP] partner_profiles: sync active field values between profiles
Change in main profile is synchronized in public and position profiles.
Change in public profile is sy,chronized in main and position profiles.
Change in position profile is NOT synchronized in main and public profiles.
2023-06-27 17:31:24 +02:00
Stéphan Sainléger
019019aa93 [IMP] partner_profiles: clarify position profiles display
separates the notebook pages of the child_ids and the position
profiles in both company and individual partner form views.
2023-06-27 17:31:24 +02:00
Stéphan Sainléger
379b598754 [IMP] partner_profiles: prevent company type edit in several cases
Prevents the modification of the company type of res.partner:
- if partner is a public or a position profile
- if the partner has position profiles attached

Also synchronize the company type between main and public profiles.
2023-06-27 17:31:24 +02:00
Stéphan Sainléger
4401cfab79 [IMP] partner_profiles: remove useless fields in public profile view
Hides from the partner public form view the fields and data not
considered as relevant for public profile. The public profile aims to
protect the contact data, but not to replace the other ones which are
considered as "administrative" data.
2023-06-27 17:31:24 +02:00
Stéphan Sainléger
2e63b1216f [IMP] partner_profiles: delete profiles when main partner deleted
When a main partner is unlinked, all the linked profiles (public
profile and position profiles) are deleted.
2023-06-27 17:31:24 +02:00
Stéphan Sainléger
6e227a83d4 [IMP] partner_profiles: filter public profiles in name_search answer 2023-06-27 17:31:24 +02:00
Nicolas JEUDY
8b12b04b38 [ADD] permit contact import from files with parent_id 2023-02-14 15:33:20 +01:00
Stéphan Sainléger
9613999bed [IMP] partner_profiles: refactor has_position boolean computation 2023-01-03 10:38:03 +01:00
Stéphan Sainléger
badfd5e1a8 [IMP] partner_profile: add website as copied field in public profile 2023-01-03 10:38:03 +01:00
Stéphan Sainléger
d2cc72b3a8 [FIX] partner_profile: prevent sync between profiles' name
The names in the different profiles must be synchronised only at the
creation. And if the name of one profile is modified, the others must
keep their own name.
2023-01-03 10:38:03 +01:00
Stéphan Sainléger
50de81c997 [IMP] partner_profile: remove copy of private data in public profile 2023-01-03 10:38:03 +01:00
Stéphan Sainléger
c651ac4355 [ADD] partner_profiles: create add-on 2023-01-03 10:38:03 +01:00