[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.
This commit is contained in:
Stéphan Sainléger
2023-01-03 09:38:30 +01:00
parent b7ca3486cd
commit 38f0a31e38
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
{
"name": "partner_profiles",
"version": "12.0.1.0.1",
"version": "12.0.1.0.2",
"author": "Elabore",
"website": "https://elabore.coop",
"maintainer": "Stéphan Sainléger",