Skip to content

Commit

Permalink
Merge pull request #170 from Trust-Code/fix/remove_create_from_eletro…
Browse files Browse the repository at this point in the history
…nic_events

[IMP] Disable creation of eletronic events from the tree view
  • Loading branch information
renatonlima committed Aug 10, 2015
2 parents d59272b + 7cc41fc commit ef65cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_br_account/views/l10n_br_account_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
<field name="name">l10n_br_account.document_event.tree</field>
<field name="model">l10n_br_account.document_event</field>
<field name="arch" type="xml">
<tree string="Eventos Eletronicos">
<tree string="Eventos Eletronicos" edit="false" create="false">
<field name="type"/>
<field name="company_id"/>
<field name="response"/>
Expand Down

0 comments on commit ef65cd2

Please sign in to comment.