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

I'm trying to add in a way to store data about different sites a customer may have. This is my first development, so the theory was to keep it pretty simple for now.

Managed to code the model which seems to work ok, if I import it without any xml files no errors and my extra fields show up.

pastebin.com/ih5W2qca

Then I get to coding the view, which I have to admit I don't understand that well. I thought I'd start with tree view. the following is the closest I think I've come.

pastebin.com/XnyA5FWA

When I try to install the module with this xml it throws an error.

pastebin.com/hAy0gXen

I really have no idea how to proceed. Been trying to get a view working for the last 5 hours.

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

Hi Ash Muir,

Thanks for your post...I got my module working based on yr example. Thanks.

Did you got any success with it?

Wiebe

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

I spotted some errors in the xml file and it's working now!

<record model="ir.actions.act_window.view" id="action_sites_view_tree">

Should be

<record model="ir.actions.act_window" id="action_sites_view_tree">

This threw another error about res_model, I noticed I missed that out so added in

<field name="res_model">site</field>

Seems like that sorted it, hopefully I can figure out the rest now.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 7 25
2379
0
thg 3 24
1739
What's the context? Đã xử lý
9
thg 3 24
118614
1
thg 6 20
12020
2
thg 11 16
5943