Merge pull request #5804 from expsa/khazrji_branch

show commite
This commit is contained in:
mohammed-alkhazrji 2025-12-23 17:57:22 +03:00 committed by GitHub
commit 72f2ec65a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@
<button name="action_sign_rfq" <button name="action_sign_rfq"
type="object" type="object"
string="Sign" string="Sign"
groups="purchase.group_purchase_manager, purchase.group_purchase_user,odex25_annual_purchase.group_annual_committee" groups="purchase.group_purchase_manager, purchase.group_purchase_user"
class="btn-primary" class="btn-primary"
attrs="{'invisible': [('state', 'not in', ['sent','draft'])]}" attrs="{'invisible': [('state', 'not in', ['sent','draft','committee'])]}"
/> />
<button name="action_rfq_send" states="sent" string="Re-Send by Email" type="object" context="{'send_rfq':True}" groups="purchase.group_purchase_user"/> <button name="action_rfq_send" states="sent" string="Re-Send by Email" type="object" context="{'send_rfq':True}" groups="purchase.group_purchase_user"/>