콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
2200 화면

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,

아바타
취소
관련 게시물 답글 화면 활동
1
2월 24
4174
0
12월 23
2325
0
3월 15
4267
0
11월 21
2720
2
8월 24
15281