Skip to content

Commit

Permalink
[REF] l10n_it_fatturapa_pec: Group to force attachment.out state move…
Browse files Browse the repository at this point in the history
…d to l10n_it_fatturapa_out
  • Loading branch information
SirTakobi committed Jan 4, 2023
1 parent ed62dd6 commit 618dfdb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 30 deletions.
1 change: 0 additions & 1 deletion l10n_it_fatturapa_pec/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
],
"data": [
"security/ir.model.access.csv",
"security/groups.xml",
"views/fatturapa_attachment_out.xml",
"views/fetchmail_view.xml",
"views/company_view.xml",
Expand Down
9 changes: 0 additions & 9 deletions l10n_it_fatturapa_pec/security/groups.xml

This file was deleted.

20 changes: 0 additions & 20 deletions l10n_it_fatturapa_pec/views/fatturapa_attachment_out.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,4 @@
</div>
</field>
</record>

<record model="ir.ui.view" id="view_fatturapa_out_pec_attachment_form_statusbar">
<field name="name">view_fatturapa_out_pec_attachment_form_statusbar</field>
<field name="model">fatturapa.attachment.out</field>
<field
name="inherit_id"
ref="l10n_it_fatturapa_pec.view_fatturapa_out_pec_attachment_form"
/>
<field
name="groups_id"
eval="[(4,ref('l10n_it_fatturapa_pec.group_force_e_inv_export_state'))]"
/>
<field name="arch" type="xml">
<field name="state" position="attributes">
<attribute name="clickable">1</attribute>
</field>
</field>
</record>


</odoo>

0 comments on commit 618dfdb

Please sign in to comment.