2021-04-05 16:26:59 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2021-04-05 16:27:30 +02:00
|
|
|
<!--
|
|
|
|
Copyright 2015-2019 ACSONE SA/NV
|
|
|
|
Copyright 2021 CorporateHub (https://corporatehub.eu)
|
|
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
-->
|
2017-03-13 14:18:36 +01:00
|
|
|
<odoo>
|
2017-03-14 19:09:03 +01:00
|
|
|
<record id="view_account_journal_form" model="ir.ui.view">
|
2021-04-05 16:27:30 +02:00
|
|
|
<field name="name">
|
|
|
|
account.journal.form (account_invoice_constraint_chronology)
|
|
|
|
</field>
|
2017-03-14 19:09:03 +01:00
|
|
|
<field name="model">account.journal</field>
|
2021-04-05 16:26:59 +02:00
|
|
|
<field name="inherit_id" ref="account.view_account_journal_form" />
|
2017-03-14 19:09:03 +01:00
|
|
|
<field name="arch" type="xml">
|
2021-04-05 16:27:30 +02:00
|
|
|
<field name="code" position="after">
|
2021-04-05 16:26:59 +02:00
|
|
|
<field
|
|
|
|
name="check_chronology"
|
2021-04-05 16:27:30 +02:00
|
|
|
attrs="{'invisible': [('type', 'not in', ['sale', 'purchase'])]}"
|
2021-04-05 16:26:59 +02:00
|
|
|
/>
|
2017-03-14 19:09:03 +01:00
|
|
|
</field>
|
2019-01-30 14:27:00 +01:00
|
|
|
</field>
|
2017-03-14 19:09:03 +01:00
|
|
|
</record>
|
2017-03-13 14:18:36 +01:00
|
|
|
</odoo>
|