Update end_rent_views
This commit is contained in:
parent
6063604ef6
commit
2a38c653a0
|
|
@ -12,10 +12,16 @@
|
|||
type="object"/>
|
||||
<button name="action_done" string="Done"
|
||||
states="check"
|
||||
groups="property_management.group_property_manager"
|
||||
type="object"/>
|
||||
<button name="action_cancel" string="Cancel"
|
||||
states="draft"
|
||||
type="object"/>
|
||||
type="object"
|
||||
groups="property_management.group_property_manager"/>
|
||||
<button name="action_draft" string="RE-set To Draft"
|
||||
states="check"
|
||||
type="object"
|
||||
groups="property_management.group_property_manager"/>
|
||||
<field name="state" widget="statusbar"/>
|
||||
</header>
|
||||
<sheet>
|
||||
|
|
|
|||
Loading…
Reference in New Issue