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

Hi,

I'm developing a module that links openerp to a warehouse management system (Accellos One). I need to prevent sales orders from being edited while the orders are processed by the warehouse management system.

The module adds two fields to the sales order view. One of these fields is boolean. When this field is set to true, I need to remove the Edit button, When false, it need to be visible.

I can hide the edit button in the view.xml:

<xpath expr='//form[@string="Sale Order"]' position='attributes'>
     <attribute name="edit">false</attribute>
</xpath>

How do I hide the edit button when my filed is set to true?

Many thanks, Tony.

Ảnh đại diện
Huỷ bỏ

What do you mean with this question? By default, when an order is confirmed, you cannot edit anything, except the customer reference and the notes on the order. What causes you to want to remove the Edit-button?

Tác giả

Thanks Patrick, you right, nothing of any importance can be edited after the order has been confirmed. What i need to do is to stop modifications to the Delivery Orders. Our warehouse software takes care of this.

In that case you want to remove the edit-rights of every one regarding stock.picking en stock.move. But do not remove create, because they need to create the Delivery order.....

Câu trả lời hay nhất

You can use Access Rights and Groups instead of hide edit button.

See Following Links,

Security in OpenERP: users, groups

Ảnh đại diện
Huỷ bỏ

But his question is about people who have access rights, and want to hide the edit, depending on a valiue of the boolean-field.

Câu trả lời hay nhất

Hey Tony, I'd like to know if you have certain answer for this since I'm still looking for an answer.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 5 25
931
3
thg 3 25
1185
1
thg 5 24
2284
2
thg 3 23
10031
2
thg 3 23
2439