Tower: unpublish om_account_budget — remove source from 19.0 branch

This commit is contained in:
2026-05-02 11:15:57 +00:00
parent e9b6ac9bbb
commit 4a71eef134
26 changed files with 0 additions and 5166 deletions

View File

@@ -1,13 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="res_config_settings_view_form" model="ir.ui.view">
<field name="name">res.config.settings.view.form.inherit.account.budget</field>
<field name="model">res.config.settings</field>
<field name="inherit_id" ref="account.res_config_settings_view_form"/>
<field name="arch" type="xml">
<xpath expr="//setting[@id='account_budget']" position="replace"/>
</field>
</record>
</odoo>