[FIX] ir.cron relation

This commit is contained in:
mreficent
2018-08-31 21:07:26 +02:00
committed by David James
parent abe00200d2
commit 04f496a6c2
2 changed files with 9 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
help="This will try to create an SQL View, based on the SQL request and the according Transient Model and fields, based on settings"/>
<button name="button_update_model_access" type="object"
attrs="{'invisible': ['|', ('state', 'in', ('draft', 'sql_valid')), ('has_group_changed', '=', False)]}"
string="Update Model Acess" class="oe_highlight"
string="Update Model Access" class="oe_highlight"
help="Update Model Access. Required if you changed groups list after having created the model"/>
<button name="button_create_ui" type="object" states="model_valid" string="Create UI"
class="oe_highlight" help="This will create Odoo View, Action and Menu"/>