Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
3726 Zobrazení

i want to change just the name of hr.department form, i declared a view form like this in my custom module.


         record id="view_hr_department_inherit" model="ir.ui.view">

                    <field name="name">view.hr.department.inherit</field>

                    <field name="model">hr.department</field>

                    <field name="inherit_id" ref="hr.view_department_form"/>

                    <field name="arch" type="xml">

                        <xpath expr="//form@name='Department']" position="replace" >

                        <field name="name" string="New_name"/>

                        </xpath>

                     </field>

            </record>


and i receive this error 

                odoo.tools.convert.ParseError: "Invalid expression"

Avatar
Zrušit
Autor Nejlepší odpověď

Hi Ermin thanks for your replay 

i want change just the displaying item that shown in the left up screen when i click on the department menu 

yeah, i am aware of the missing [

Avatar
Zrušit

If you are aware, then you do not receive this error. Please edit your question so it is not misleading.

Nejlepší odpověď

Watch your brackets, there is a missing [.

In addition I'm not sure if you get the desired result when you replace a complete form element with only a field name element. You may want to only replace the field name element.

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
3
kvě 20
4396
5
kvě 20
2110
0
dub 20
3203
2
pro 22
2969
1
čvn 22
6118