@@ -106,7 +106,6 @@ msgstr "Nome"
106106#. module: endpoint_route_handler
107107#. odoo-python
108108#: code:addons/endpoint_route_handler/models/endpoint_route_handler.py:0
109- #, python-format
110109msgid ""
111110"Non unique route(s): %(routes)s.\n"
112111"Found in model(s): %(models)s.\n"
@@ -130,6 +129,12 @@ msgstr ""
130129"\n"
131130"Spento: record allineato con il registro, non c'è niente da fare."
132131
132+ #. module: endpoint_route_handler
133+ #: model:ir.model.fields,field_description: endpoint_route_handler.field_endpoint_route_handler__readonly
134+ #: model:ir.model.fields,field_description: endpoint_route_handler.field_endpoint_route_handler_tool__readonly
135+ msgid "Readonly"
136+ msgstr ""
137+
133138#. module: endpoint_route_handler
134139#: model:ir.model.fields,field_description: endpoint_route_handler.field_endpoint_route_handler__registry_sync
135140#: model:ir.model.fields,field_description: endpoint_route_handler.field_endpoint_route_handler_tool__registry_sync
@@ -152,7 +157,6 @@ msgstr "Metodo richiesta"
152157#. module: endpoint_route_handler
153158#. odoo-python
154159#: code:addons/endpoint_route_handler/models/endpoint_route_handler.py:0
155- #, python-format
156160msgid "Request content type is required for POST and PUT."
157161msgstr "Il tipo contenuto richiesta è obbligatorio per POST e PUT."
158162
@@ -189,7 +193,6 @@ msgstr "Si può regiStrare un percorso endpoint solo una volta."
189193#. module: endpoint_route_handler
190194#. odoo-python
191195#: code:addons/endpoint_route_handler/models/endpoint_route_handler.py:0
192- #, python-format
193196msgid "`%(name)s` uses a blacklisted routed = `%(route)s`"
194197msgstr "`%(name)s` utilizza un percorso bloccato = `%(route)s`"
195198
0 commit comments