mirror of
https://gitlab.com/flectra-community/account-closing.git
synced 2024-11-22 21:52:04 +00:00
25 lines
783 B
XML
25 lines
783 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!--
|
||
|
© 2013-2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
|
||
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||
|
-->
|
||
|
|
||
|
<flectra>
|
||
|
|
||
|
<record id="view_company_form" model="ir.ui.view">
|
||
|
<field name="name">cutoff.company.form</field>
|
||
|
<field name="model">res.company</field>
|
||
|
<field name="inherit_id" ref="base.view_company_form" />
|
||
|
<field name="arch" type="xml">
|
||
|
<xpath expr="//notebook" position="inside">
|
||
|
<page name="cutoff" string="Cut-offs">
|
||
|
<group>
|
||
|
<field name="default_cutoff_journal_id" />
|
||
|
</group>
|
||
|
</page>
|
||
|
</xpath>
|
||
|
</field>
|
||
|
</record>
|
||
|
|
||
|
</flectra>
|