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

Hi, I am trying to put 'Product Category' to the POS Order Analysis. Still very new to OpenERP. So far I did:

In 'pos_order_report.py' add

'categ_id': fields.many2one('product.category','Category of Product', readonly=True),

to the pos_order_report class, and then

pt.categ_id as categ_id,
...
group by
...
pt.categ_id

in the SQL

In 'pos_order_report_view.xml' add

<field name="categ_id" invisible="1"/>

in the view_report_pos_order_tree and

 <field name="categ_id"/>

in view_report_pos_order_search

The Error it shows when I try to filter by "Category of Product" is:

ProgrammingError: Column report_pos_order.categ_id does not exist

LINE 1: ...HERE (("report_pos_order"."year" = '2013') AND ("report_po...

What am I doing wrong?

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

Ok, the problem was I had to update the database

openerp-server.exe -d my_database_name -u point_of_sell

Problem solved!

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 3 15
3743
1
thg 1 24
4825
What's the context? Đã xử lý
9
thg 3 24
118624
2
thg 5 23
3228
1
thg 6 20
12024