mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
@@ -17,7 +17,7 @@
|
||||
<button name="action_create_contract"
|
||||
string="Create Contracts"
|
||||
type="object"
|
||||
class="oe_highlight" attrs="{'invisible': [('need_contract_creation', '=', False)]}"/>
|
||||
class="oe_highlight" attrs="{'invisible': ['|',('need_contract_creation', '=', False), ('state', '=', 'done')]}"/>
|
||||
</xpath>
|
||||
<xpath expr="//div[@name='button_box']" position="inside">
|
||||
<button name="action_show_contracts"
|
||||
|
||||
Reference in New Issue
Block a user