[IMP]partner_gogocarto_export_api: add mass edit in_gogocarto field
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
),
|
),
|
||||||
'website': 'https://lokavaluto.fr',
|
'website': 'https://lokavaluto.fr',
|
||||||
'category': 'Localization',
|
'category': 'Localization',
|
||||||
'version': "16.0.1.0.0",
|
'version': "16.0.1.0.1",
|
||||||
'depends': [
|
'depends': [
|
||||||
'base',
|
'base',
|
||||||
'contacts',
|
'contacts',
|
||||||
|
@@ -4,11 +4,11 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Odoo Server 12.0\n"
|
"Project-Id-Version: Odoo Server 16.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-09-12 14:05+0000\n"
|
"POT-Creation-Date: 2024-11-21 08:46+0000\n"
|
||||||
"PO-Revision-Date: 2023-09-12 14:05+0000\n"
|
"PO-Revision-Date: 2024-11-21 08:46+0000\n"
|
||||||
"Last-Translator: <>\n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -28,7 +28,7 @@ msgstr "Sociétés"
|
|||||||
#. module: partner_gogocarto_export_api
|
#. module: partner_gogocarto_export_api
|
||||||
#: model:ir.model,name:partner_gogocarto_export_api.model_res_config_settings
|
#: model:ir.model,name:partner_gogocarto_export_api.model_res_config_settings
|
||||||
msgid "Config Settings"
|
msgid "Config Settings"
|
||||||
msgstr "Paramètres de config"
|
msgstr "Paramètres de configuration"
|
||||||
|
|
||||||
#. module: partner_gogocarto_export_api
|
#. module: partner_gogocarto_export_api
|
||||||
#: model:ir.model,name:partner_gogocarto_export_api.model_res_partner
|
#: model:ir.model,name:partner_gogocarto_export_api.model_res_partner
|
||||||
@@ -66,8 +66,12 @@ msgstr ""
|
|||||||
msgid "Gogocarto export configuration"
|
msgid "Gogocarto export configuration"
|
||||||
msgstr "Configuration de l'export Gogocarto"
|
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
|
#. module: partner_gogocarto_export_api
|
||||||
#: model_terms:ir.ui.view,arch_db:partner_gogocarto_export_api.res_config_settings_view_form_gogocarto
|
#: 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."
|
msgid "Partner fields to export for Gogocarto map."
|
||||||
msgstr "Champs de contact à exporter vers Gogocarto."
|
msgstr "Champs de contact à exporter vers Gogocarto."
|
||||||
|
|
||||||
|
@@ -11,4 +11,18 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
<!-- Mass Edit Partner field in_gogocarto -->
|
||||||
|
<record id="mass_editing_partner" model="ir.actions.server">
|
||||||
|
<field name="state">mass_edit</field>
|
||||||
|
<field name="name">Mass Edit In Gogocarto Field</field>
|
||||||
|
<field name="model_id" ref="base.model_res_partner" />
|
||||||
|
</record>
|
||||||
|
<record id="mass_editing_partner_in_gogocarto" model="ir.actions.server.mass.edit.line" >
|
||||||
|
<field name="server_action_id" ref="mass_editing_partner" />
|
||||||
|
<field name="field_id" ref="partner_gogocarto_export_api.field_res_partner__in_gogocarto" />
|
||||||
|
</record>
|
||||||
|
<!-- Add context actions -->
|
||||||
|
<function model="ir.actions.server" name="create_action">
|
||||||
|
<value eval="[ref('mass_editing_partner')]" />
|
||||||
|
</function>
|
||||||
</odoo>
|
</odoo>
|
Reference in New Issue
Block a user