Update rental_contract_views
This commit is contained in:
parent
de05146c9d
commit
d64a980682
|
|
@ -42,15 +42,22 @@
|
|||
type="object"/>
|
||||
<button name="action_confirm" string="Confirm"
|
||||
states="review"
|
||||
groups="property_management.group_property_manager"
|
||||
type="object"/>
|
||||
<button name="action_renew" string="Renew Contract" type="object"
|
||||
confirm="Are you sure to renew the contract? That is mean you will renew this contract and create new draft one"
|
||||
class="oe_highlight"
|
||||
states="confirm"
|
||||
groups="property_management.group_property_manager"
|
||||
/>
|
||||
<button name="action_cancel" string="Cancel"
|
||||
states="draft,submit"
|
||||
type="object"/>
|
||||
states="draft,submit,review"
|
||||
type="object" groups="property_management.group_property_manager"/>
|
||||
|
||||
<button name="action_draft" string="RE-set To Draft"
|
||||
states="draft,submit,review"
|
||||
type="object" groups="property_management.group_property_manager"/>
|
||||
|
||||
<field name="state" widget="statusbar"
|
||||
statusbar_visible="draft,submit,confirm,review,close,cancel"/>
|
||||
</header>
|
||||
|
|
|
|||
Loading…
Reference in New Issue