forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
account_view.xml
27 lines (24 loc) · 1 KB
/
account_view.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<!--
Account Fiscal Year inheritancy
-->
<record id="account_central_journal_form_view" model="ir.ui.view">
<field name="name">account.central.journal.form</field>
<field name="model">account.fiscalyear</field>
<field name="inherit_id" ref="account.view_account_fiscalyear_form"/>
<field name="arch" type="xml">
<field name="end_journal_period_id" position="after">
<separator colspan="4" string="Central journal info"/>
<field name="date_last_print"/>
<newline/>
<field name="progressive_page_number"/>
<field name="progressive_line_number"/>
<field name="progressive_credit"/>
<field name="progressive_debit"/>
</field>
</field>
</record>
</data>
</openerp>