Skip to content

Commit

Permalink
[FW][IMP] l10n_ar_ux: add cuit on banks transfer and own checks also (#…
Browse files Browse the repository at this point in the history
…763)

* [IMP] l10n_ar_ux: add cuit on banks transfer and own checks also

X-original-commit: 83f8167

* Update account_payment_view.xml

---------

Co-authored-by: Juan José Scarafia <jjs@adhoc.com.ar>
  • Loading branch information
fw-bot-adhoc and jjscarafia committed Dec 1, 2023
1 parent 3739333 commit 3c05011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n_ar_ux/README.rst
Expand Up @@ -28,7 +28,7 @@ This module extends the l10n_ar module to add some usability improvesment:
#. Set Non Monetary tag to accounts depending of the account type
#. Show Gross Income Jurisdiction on partners
#. Add a not nice implementation for duplicado/triplicado on invoices (and later on delivery slip with l10n_ar_stock)
#. Add CUIT when using checks
#. Add CUIT when using checks or bank transfers
#. Send due date to journal items for checks payments
#. Move checks menu into bank and cash menu (this could be on a glue module between account_payment_group and l10n_latam_check)

Expand Down
2 changes: 1 addition & 1 deletion l10n_ar_ux/views/account_payment_view.xml
Expand Up @@ -7,7 +7,7 @@
<field name="inherit_id" ref="l10n_latam_check.view_account_payment_form_inherited" />
<field name="arch" type="xml">
<field name="l10n_latam_check_id" position="before">
<field name="l10n_ar_partner_vat" invisible="state != 'draft' or not l10n_ar_partner_vat or payment_method_code not in ['out_third_party_checks', 'new_third_party_checks']"/>
<field name="l10n_ar_partner_vat" invisible="state != 'draft' or not l10n_ar_partner_vat or (not show_partner_bank_account and payment_method_code not in ['out_third_party_checks', 'new_third_party_checks', 'check_printing'])"/>
</field>
</field>
</record>
Expand Down

0 comments on commit 3c05011

Please sign in to comment.