Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
2368 มุมมอง

In odoo 16 i want to hide Archive and Unarchive button by groupwise . So i have tried like "

active = fields.Boolean(string="Active", tracking=True, default=True, groups="base.group_system")

" by python also try by xml like "


base.group_system

"  but it seems no effect on button so please help how to achive this.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

  Refer this  App which is in Odoo 17, 
Hide Action Archive Button

อวตาร
ละทิ้ง