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

First of all, this is my first intervention in this forum and I am also a beginner in the use of Odoo.

I want the label of the partner_shipping_id field in my budgets to be 'Director of work' and not 'Director of shipping'.

I activated the developer mode, went to the budget template, clicked on the little bug on the left, but I can't find the line 'Edit form view', which is what Odoo's help tells me.

Am I missing something?

What should I do to edit that label?

아바타
취소

What budget template are you referring to/what exactly are you trying to apply changes to?

베스트 답변

Hi,


To change the label of the partner_shipping_id field from “Director of Shipping” to “Director of Work” directly through the Odoo interface, start by activating Developer Mode from Settings → General Settings → Developer Tools, or by adding ?debug=1 to your URL. Then, open the budget form where the field appears, click on the bug icon at the top right, and choose “Edit View: Form.” If this option doesn’t appear, ensure you have administrator or technical rights.


In the XML form view that opens, search for the line containing <field name="partner_shipping_id" and update it by adding the attribute string="Director of Work". Save your changes and reload the page to see the new label applied.


Settings -> User Interface -> Views

search for the view and then the field partner_shipping_id and then change the string.



Hope it helps

아바타
취소
작성자 베스트 답변

Thank you for your response.

I can't find the field partner_shipping_id to edit the label either way.


By Lakhan Vachhani instructions I've managed to get the name on the budget form to appear as I want, but not in the budget PDF file. How do I access the PDF fields to change it there as well?

/

아바타
취소

Is this resolved or not?

베스트 답변

Hello General Desagües y Obras,

Click on little bug and you can find this section " View: Form" where you can edit the Strings of the field. also you can change the string from the directly Settings/Technical/Database Structures/Fields.

Be careful when you doing this operations.

Hope it helps.

아바타
취소