Commit Graph

35 Commits

Author SHA1 Message Date
Stéphan Sainléger
072cdf8978 [FIX] partner_profiles_portal: fix portal boolean fields handling 2023-06-27 17:31:24 +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
cda7190cff [IMP] partner_profiles: add profile in partner kanban view 2023-06-27 17:31:24 +02:00
Stéphan Sainléger
43d21befbf [IMP] partner_profiles_portal: add positions details in portal
Adds several portal views to consult all the positions of a structure,
and their details.
2023-06-27 17:31:24 +02:00
Stéphan Sainléger
95ddef62c3 [IMP] partner_profiles_portal: add website page edition slots 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
9438f19140 [IMP] partner_profiles_portal: refactor position profil creation 2023-06-27 17:31:24 +02:00
Stéphan Sainléger
a4c1c467c5 [IMP] partner_profiles: refactoring of position profile creation 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
c95d20d7a1 [I18N] partner_profiles_portal: update french translations 2023-06-27 17:31:24 +02:00
Stéphan Sainléger
e994a2c407 [I18N] partner_profiles: update french translations 2023-06-27 17:31:24 +02:00
Stéphan Sainléger
0c81c36d30 [IMP] partner_profiles_portal: hide My structures button for company users 2023-06-27 17:31:24 +02:00
Stéphan Sainléger
bba6775f07 [IMP] partner_profiles_portal: add odoo user in partner form view 2023-06-27 17:31:24 +02:00
Stéphan Sainléger
bf5eeb0d32 [IMP] partner_profiles: remove useless fields in position form view 2023-06-27 17:31:24 +02:00
Stéphan Sainléger
859d672633 [IMP] partner_profiles_portal: new portal structures data management
refactors the way a portal user can edit the data of the structures he
is affiliated with.
All main, public and position profiles data are gathered in one
"structure" form.
Adds several navigation improvement (back to structures list,
validation message, ...)
2023-06-27 17:31:24 +02:00
Stéphan Sainléger
5c16620fe6 [IMP] partner_profiles_portal: refactoring of user information
Merge the main and public information edition in /my/account portal
page.
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
Stéphan Sainléger
2162312fb1 [FIX] partner_profiles: add missing add-on dependency 2023-06-27 17:31:24 +02:00
Stéphan Sainléger
8ccfb58a69 Merge pull request #3 from Alusage/12.0_nj_better_import_process
[ADD] permit contact import from files with parent_id
2023-02-14 15:41:00 +01: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
93af65819c [FIX] partner_profiles: correct identation issue in xml file 2023-01-12 11:01:43 +01:00
Stéphan Sainléger
0e29ec7dd4 [FIX] partner_profile: change way to modify the partner name field
in the partner form view
2023-01-05 23:48:22 +01:00
Stéphan Sainléger
be490f38de [IMP] partner_profiles: xml files reformating 2023-01-05 23:37:45 +01:00
Stéphan Sainléger
4f30a5b409 [IMP] partner_profiles_portal: add french translations 2023-01-03 11:51:52 +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
38f0a31e38 [FIX] partner_profiles: fix position profile creation issue
because field partner_profile was missing in the res_partner form
view, the computation of the profile booleans was broken.
2023-01-03 10:38:03 +01:00
Stéphan Sainléger
b7ca3486cd [FIX] partner_profiles_portal: issue with structure writing rights
It was impossible to read or edit structure profiles from the portal.
Solved with:
- the add of a dependency to "partner_contact_in_several_companies"
add-on
- the modification of a security rule to consider the structure public profile
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
a4dc58a2b1 [ADD] partner_profiles_portal: create add-on 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
Stéphan Sainléger
214a7b869d Initial commit 2022-10-15 10:29:42 +02:00