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

Hello,


I have this button that i want to be invisible after a certain amount of days after payment date

I tried different things but no luck .

  <button name="cancel" attrs="{'invisible': [('state', '=', 'draft'), ('payment_date', '&lt;', datetime.datetime.strftime('%d-%m-%Y'))]}" groups="account.group_account_manager" string="Cancel" type="object"/>


Ảnh đại diện
Huỷ bỏ
Tác giả

Thank you my friend

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

Hello Chgh,

Please try below code. Hope it helps.

<button 
    name="cancel" 
    attrs="{'invisible': [('state', '=', 'draft'), ('payment_date', '&lt;', context_today().strftime('%Y-%m-%d'))]}" 
    groups="account.group_account_manager" 
    string="Cancel" 
    type="object"/>

Regards,
Pranjal

Ảnh đại diện
Huỷ bỏ
Tác giả

I got this error

name 'context_today' is not defined" while evaluating

Bài viết liên quan Trả lời Lượt xem Hoạt động
3
thg 5 18
7882
2
thg 8 25
2409
1
thg 7 25
909
1
thg 8 25
1151
0
thg 5 25
1344