Skip to content

Commit

Permalink
[UPD] l10n_it_fiscal_document_type: added group_ids to view_partner_f…
Browse files Browse the repository at this point in the history
…iscal_document_type (OCA#455)
  • Loading branch information
artux404 authored and fredzamoabg committed Nov 6, 2020
1 parent 5b913e2 commit 5006ce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l10n_it_fiscal_document_type/views/res_partner_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<record id="view_partner_fiscal_document_type" model="ir.ui.view">
<field name="name">res.partner.fiscal.document.type.form</field>
<field name="model">res.partner</field>
<field name="groups_id" eval="[(6, 0, [ref('account.group_account_invoice')])]"/>
<field name="inherit_id" ref="base.view_partner_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='property_payment_term_id']" position="before">
Expand Down

0 comments on commit 5006ce8

Please sign in to comment.