Tower: unpublish om_account_accountant — remove source from 19.0 branch

This commit is contained in:
2026-05-02 11:15:46 +00:00
parent 26ae0e14df
commit 9304592ad6
45 changed files with 0 additions and 2179 deletions

View File

@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="view_account_journal_form" model="ir.ui.view">
<field name="name">account.journal</field>
<field name="model">account.journal</field>
<field name="inherit_id" ref="account.view_account_journal_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='inbound_payment_method_line_ids']/list/field[@name='payment_account_id']" position="attributes">
<attribute name="optional">show</attribute>
</xpath>
<xpath expr="//field[@name='outbound_payment_method_line_ids']/list/field[@name='payment_account_id']" position="attributes">
<attribute name="optional">show</attribute>
</xpath>
</field>
</record>
</odoo>