Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
3418 Lượt xem

Hi! New in Odoo.. my version is  8.0

I have a procurement (from a SO) and the item has a supplier, the warehouse check "Purchase to resupply this warehouse" is on. I think all is ok, but...
I try to make a PO from the procurement  ("Extra Information" Tab) clicking in "Create an Edit" and I get to create a PO but... when I return to the procurement and push "Save" (to save the changes) the PO number disappears! 

I`m not sure if it is a Bug or I´m doing something wrong.

Thanks for help and I hope than someday I could be the person thats help you... ;)

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hello mikel,

If it is Computed field then you have to use (store=True) in that PO field. Like below

PO_numb = fields.Integer(compute='_compute_PO', string="PO_numb" , store=True)

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 11 23
1814
2
thg 3 21
9642
4
thg 3 16
10570
1
thg 3 15
6096
2
thg 5 25
2236