Skip to content

Commit

Permalink
[17.0][FIX] l10n_do_accounting: fix install issue due to incomplete x…
Browse files Browse the repository at this point in the history
…path
  • Loading branch information
robertohca authored and jlopezg committed Sep 11, 2024
1 parent 9116e69 commit 1501b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_do_accounting/views/account_move_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<attribute name="invisible">(not l10n_latam_use_documents and country_code == 'DO') or (not l10n_do_enable_first_sequence and not l10n_latam_manual_document_number and state == 'draft') or (not l10n_do_enable_first_sequence and l10n_latam_manual_document_number and state == 'draft') and (move_type in ('out_invoice', 'out_refund', 'in_refund') and country_code == 'DO')</attribute>
<attribute name="readonly">(state != 'draft' and country_code == 'DO') or (posted_before and country_code == 'DO')</attribute>
</xpath>
<xpath expr="//form[1]/sheet[1]/group[1]/group[1]/field[@name='partner_id']" position="after">
<xpath expr="//form[1]/sheet[1]/group[1]/group[1]/div/field[@name='partner_id']" position="after">
<xpath expr="//field[@name='l10n_latam_document_type_id']" position="move"/>
<xpath expr="//field[@name='l10n_latam_document_number']" position="move"/>
<field name="l10n_do_origin_ncf"
Expand Down

0 comments on commit 1501b9e

Please sign in to comment.