diff options
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/account_move_line.xml | 1 | ||||
| -rw-r--r-- | indoteknik_custom/views/apache_solr_queue.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/views/account_move_line.xml b/indoteknik_custom/views/account_move_line.xml index 5b5f73cd..02b936f1 100644 --- a/indoteknik_custom/views/account_move_line.xml +++ b/indoteknik_custom/views/account_move_line.xml @@ -11,6 +11,7 @@ </xpath> <xpath expr="//page[@id='aml_tab']/field[@name='line_ids']/tree/field[@name='analytic_tag_ids']" position="attributes"> <attribute name="groups"/> + <attribute name="options">{'no_create': True}</attribute> </xpath> </field> </record> diff --git a/indoteknik_custom/views/apache_solr_queue.xml b/indoteknik_custom/views/apache_solr_queue.xml index 56ab2713..3861fd20 100644 --- a/indoteknik_custom/views/apache_solr_queue.xml +++ b/indoteknik_custom/views/apache_solr_queue.xml @@ -3,7 +3,7 @@ <field name="name">apache.solr.queue.tree</field> <field name="model">apache.solr.queue</field> <field name="arch" type="xml"> - <tree editable="top" default_order="execute_date desc"> + <tree editable="top" default_order="create_date desc"> <field name="display_name" readonly="1" /> <field name="res_model" readonly="1" /> <field name="res_id" readonly="1" /> |
