Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2441 Widoki

I have Odoo 15 Community and I have created a custom field in the sale.order model called x_purchase_order and I want to be able to show that custom field in the account.move.form.

I added a custom field to sale.order 

Field Name: x_purchase_order

Field Type: char

I cant seem to be able to connect use the field from sale.order in account.move.form. I have created a view to show the field in the sale.order.form but cannot figure out how to get the field to show up in account.move.form.

View Name

x_purchase_order_view

View Type

Form

Website

Key

Inherited View

sale.order.form

View inheritance mode

Extension View

Model

sale.order

Sequence

16

Architecture
xpath expr="//field[@name='date_order']" position="after"
    field name="x_purchase_order"
xpath





    

    


Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
cze 25
5070
3
lip 20
11705
4
paź 24
5253
0
lis 16
4056
1
maj 16
5849