Public release from ruodoo-project: 19.0 - 2026-05-10 21:19:01 UTC
This commit is contained in:
23
translation_helper/wizards/translation_helper_wizard.xml
Normal file
23
translation_helper/wizards/translation_helper_wizard.xml
Normal file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<record id="translation_helper_wizard_form" model="ir.ui.view">
|
||||
<field name="name">translation.helper.wizard.form</field>
|
||||
<field name="model">translation.helper.wizard</field>
|
||||
<field name="arch" type="xml">
|
||||
<form>
|
||||
<sheet>
|
||||
<group>
|
||||
<field name="weblate_link" readonly="1" widget="url" options="{'website_path': True}" />
|
||||
<field name="term_value" readonly="1" />
|
||||
<field name="translation_value" />
|
||||
<field name="language_id" readonly="1" />
|
||||
</group>
|
||||
</sheet>
|
||||
<footer>
|
||||
<button name="save_translation" string="Apply" class="oe_highlight" type="object" data-hotkey="q" />
|
||||
<button special="cancel" data-hotkey="x" string="Cancel" />
|
||||
</footer>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user