mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-23 09:32:03 +02:00
19.0 vanilla
This commit is contained in:
parent
d1963a3c3a
commit
2d3ee4855a
7430 changed files with 2687981 additions and 2965473 deletions
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="transifex_code_translation_tree_view" model="ir.ui.view">
|
||||
<field name="name">transifex.code.translation.tree</field>
|
||||
<field name="name">transifex.code.translation.list</field>
|
||||
<field name="model">transifex.code.translation</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Transifex Code Translation" js_class="transifex_code_translation_tree">
|
||||
<list string="Transifex Code Translation" js_class="transifex_code_translation_tree">
|
||||
<field name="source"/>
|
||||
<field name="value"/>
|
||||
<field name="module"/>
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
widget="url"
|
||||
text="Contribute"
|
||||
string="Transifex" />
|
||||
</tree>
|
||||
</list>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
<field name="value"/>
|
||||
<separator/>
|
||||
<filter string="Not Translated" name="not_translated" domain="[('value', '=', '')]"/>
|
||||
<group string="Group By">
|
||||
<group>
|
||||
<filter string="Module" name="group_by_module" context="{'group_by': 'module'}"/>
|
||||
</group>
|
||||
</search>
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
<record id="action_code_translations" model="ir.actions.server">
|
||||
<field name="name">Transifex Code Translations</field>
|
||||
<field name="model_id" ref="transifex.model_transifex_code_translation"/>
|
||||
<field name="groups_id" eval="[(4, ref('base.group_system'))]"/>
|
||||
<field name="group_ids" eval="[(4, ref('base.group_system'))]"/>
|
||||
<field name="state">code</field>
|
||||
<field name="code">action = model._open_code_translations()</field>
|
||||
</record>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue