1
我正在創建訪問權限。我想爲經理顯示一個按鈕。不要爲用戶顯示該按鈕。我該怎麼做如何隱藏opnerp中特定用戶的按鈕
<button name="%(crm.action_crm_lead2opportunity_partner)d" string="Convert to Opportunity" position="replace"/>
此代碼用於隱藏該按鈕。但它隱藏了(經理和用戶)。然後我嘗試以下代碼
<button name="%(crm.action_crm_lead2opportunity_partner)d" string="Convert to Opportunity" position="replace" groups="user"/>
我在openerp中創建了用戶組。
但下面的錯誤來:
ValidateError
Error occurred while validating the field(s) arch: Invalid XML for View Architecture!