Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
1965 Переглядів

Greetings


In the page ".../my" the following field appears: "customer and supplier invoices"

I need to remove the word "supplier", how do I do this?


Thank you!

Аватар
Відмінити
Автор Найкраща відповідь

I'm not sure it is the best way to do it, but it worked for me just fine!

Activate Debug Mode

Settings Module > Technical > Views

Search for 'My Portal'

Go to the 'Inherited Views' tab and click on  'Show Invoices & Bills'

Go to the 'Architecture' tab and click on the language button in the upper-right corner.

There you can see a field filled with 'Customer and Supplier Invoices'. Edit it as you wish.

Save it and it's done!


Аватар
Відмінити
Найкраща відповідь

Hi,

Inherit the corresponding view, and add the You just need to change the string attribute of the field in the XML. If custom_invoice is the field you are trying to change, simply write this:

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

        <field name="custom_invoice" position="attributes">

                <attribute name="string">Customer Invoice</attribute>

        </field>

</field>


Hope it helps,

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
лют. 24
3776
0
груд. 23
2068
0
бер. 15
4027
0
лист. 21
2505
2
серп. 24
14941