ir_cron Function and Arguments are read only

Bug #415334 reported by Ferdinand
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Fix Released
Undecided
Unassigned

Bug Description

specifications for Function and Arguments in ir.xml prohibit data entry

                    <page string="Technical Data" groups="base.group_extended">
                        <separator string="Action to Trigger" colspan="4"/>
                        <field name="model" groups="base.group_extended"/>
                        <field name="function" readonly="base.group_extended"/>
                        <field colspan="4" name="args" readonly="base.group_extended"/>

shouldn't it read
groups="base.group_extended"
instead of
readonly="base.group_extended"

Revision history for this message
Husen Daudi (husendaudi) wrote :

Its normal.
Like in product form we hide some fields if user is not belongs to extended group.
similarly here we hide whole tab. If user belongs to extended group then he can see the Technical Data page.

Changed in openobject-server:
status: New → Invalid
Revision history for this message
Ferdinand (office-chricar) wrote :

sorry - question again
why are the fields read only ?

currently nobody can edit these fields

Changed in openobject-server:
status: Invalid → New
Changed in openobject-server:
status: New → Confirmed
Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Fixed by revision 1879 <email address hidden>.

Thank you.

Changed in openobject-server:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.