forked from Mapan/odoo17e
21 lines
850 B
XML
21 lines
850 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<record id="view_account_journal_form" model="ir.ui.view">
|
|
<field name="name">account.journal.form</field>
|
|
<field name="model">account.journal</field>
|
|
<field name="inherit_id" ref="l10n_ar.view_account_journal_form"/>
|
|
<field name="arch" type="xml">
|
|
<form>
|
|
<field name="l10n_ar_afip_ws" invisible="1"/>
|
|
</form>
|
|
<sheet position="before">
|
|
<header>
|
|
<button name="l10n_ar_check_afip_pos_number" string="Check Available AFIP PoS" help="Consult in AFIP the available numbers we can use to configure the electronic journal" type="object" invisible="not l10n_ar_afip_ws" groups="base.group_no_one"/>
|
|
</header>
|
|
</sheet>
|
|
</field>
|
|
</record>
|
|
|
|
</odoo>
|