diff --git a/partner_gogocarto_export_api/__manifest__.py b/partner_gogocarto_export_api/__manifest__.py
index 010cc78..9e1456e 100644
--- a/partner_gogocarto_export_api/__manifest__.py
+++ b/partner_gogocarto_export_api/__manifest__.py
@@ -8,7 +8,7 @@
),
'website': 'https://lokavaluto.fr',
'category': 'Localization',
- 'version': "16.0.1.0.0",
+ 'version': "16.0.1.0.1",
'depends': [
'base',
'contacts',
diff --git a/partner_gogocarto_export_api/i18n/fr.po b/partner_gogocarto_export_api/i18n/fr.po
index 2f7efa3..16a4f8b 100644
--- a/partner_gogocarto_export_api/i18n/fr.po
+++ b/partner_gogocarto_export_api/i18n/fr.po
@@ -1,14 +1,14 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
-# * partner_gogocarto_export_api
+# * partner_gogocarto_export_api
#
msgid ""
msgstr ""
-"Project-Id-Version: Odoo Server 12.0\n"
+"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-09-12 14:05+0000\n"
-"PO-Revision-Date: 2023-09-12 14:05+0000\n"
-"Last-Translator: <>\n"
+"POT-Creation-Date: 2024-11-21 08:46+0000\n"
+"PO-Revision-Date: 2024-11-21 08:46+0000\n"
+"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -28,7 +28,7 @@ msgstr "Sociétés"
#. module: partner_gogocarto_export_api
#: model:ir.model,name:partner_gogocarto_export_api.model_res_config_settings
msgid "Config Settings"
-msgstr "Paramètres de config"
+msgstr "Paramètres de configuration"
#. module: partner_gogocarto_export_api
#: model:ir.model,name:partner_gogocarto_export_api.model_res_partner
@@ -66,8 +66,12 @@ msgstr ""
msgid "Gogocarto export configuration"
msgstr "Configuration de l'export Gogocarto"
+#. module: partner_gogocarto_export_api
+#: model:ir.actions.server,name:partner_gogocarto_export_api.mass_editing_partner
+msgid "Mass Edit In Gogocarto Field"
+msgstr "Exporter dans Gogocarto"
+
#. module: partner_gogocarto_export_api
#: model_terms:ir.ui.view,arch_db:partner_gogocarto_export_api.res_config_settings_view_form_gogocarto
msgid "Partner fields to export for Gogocarto map."
msgstr "Champs de contact à exporter vers Gogocarto."
-
diff --git a/partner_gogocarto_export_api/views/gogocarto_partner.xml b/partner_gogocarto_export_api/views/gogocarto_partner.xml
index d0481f0..3a79ade 100644
--- a/partner_gogocarto_export_api/views/gogocarto_partner.xml
+++ b/partner_gogocarto_export_api/views/gogocarto_partner.xml
@@ -11,4 +11,18 @@
-
\ No newline at end of file
+
+
+ mass_edit
+ Mass Edit In Gogocarto Field
+
+
+
+
+
+
+
+
+
+
+
diff --git a/partner_profiles/__manifest__.py b/partner_profiles/__manifest__.py
index e990147..27625e0 100644
--- a/partner_profiles/__manifest__.py
+++ b/partner_profiles/__manifest__.py
@@ -3,7 +3,7 @@
{
"name": "partner_profiles",
- "version": "16.0.1.0.1",
+ "version": "16.0.1.0.2",
"author": "Elabore",
"website": "https://elabore.coop",
"maintainer": "Stéphan Sainléger",
diff --git a/partner_profiles/i18n/fr.po b/partner_profiles/i18n/fr.po
index 1b55041..614e24c 100644
--- a/partner_profiles/i18n/fr.po
+++ b/partner_profiles/i18n/fr.po
@@ -386,3 +386,17 @@ msgstr "créer une fiche fonction"
msgid "e.g. https://www.odoo.com"
msgstr "e.x. https://www.odoo.com"
+#. module: partner_profiles
+#: model_terms:ir.ui.view,arch_db:partner_profiles.view_res_partner_filter_profiles
+msgid "Main Profile"
+msgstr "Fiches administratives"
+
+#. module: partner_profiles
+#: model_terms:ir.ui.view,arch_db:partner_profiles.view_res_partner_filter_profiles
+msgid "Public Profile"
+msgstr "Fiches publiques"
+
+#. module: partner_profiles
+#: model_terms:ir.ui.view,arch_db:partner_profiles.view_res_partner_filter_profiles
+msgid "Position Profile"
+msgstr "Fiches fonctions"
diff --git a/partner_profiles/models/res_partner.py b/partner_profiles/models/res_partner.py
index 9fafb6e..9826493 100644
--- a/partner_profiles/models/res_partner.py
+++ b/partner_profiles/models/res_partner.py
@@ -437,4 +437,3 @@ class res_partner(models.Model):
}
)
count += 1
- _logger.debug("Last clean")
\ No newline at end of file
diff --git a/partner_profiles/views/res_partner_view.xml b/partner_profiles/views/res_partner_view.xml
index cbb1bef..2c6df81 100644
--- a/partner_profiles/views/res_partner_view.xml
+++ b/partner_profiles/views/res_partner_view.xml
@@ -1,6 +1,34 @@
+
+ res.partner.select.contact
+ res.partner
+
+
+
+
+
+
+
+
+
+
Partner Profiles Form View
res.partner
@@ -253,9 +281,10 @@
Synchronize main and public data
+
code
records.sync_admin_and_public_data()
-
\ No newline at end of file
+