mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[IMP] account_auto_fy_sequence: update sequence view to add %(fy)s in legend
This commit is contained in:
committed by
Stéphane Bidoul
parent
8a37b9f7a7
commit
37868844f4
@@ -44,7 +44,7 @@
|
||||
'author': 'ACSONE SA/NV',
|
||||
'website': 'http://acsone.eu',
|
||||
'depends': ['account'],
|
||||
'data': [
|
||||
'data': ['views/ir_sequence_view.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'application': False,
|
||||
|
||||
16
account_auto_fy_sequence/views/ir_sequence_view.xml
Normal file
16
account_auto_fy_sequence/views/ir_sequence_view.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openerp>
|
||||
<data>
|
||||
<record id="sequence_inherit_form" model="ir.ui.view">
|
||||
<field name="name">ir.sequence.form</field>
|
||||
<field name="model">ir.sequence</field>
|
||||
<field name="inherit_id" ref="base.sequence_view"/>
|
||||
<field name="arch" type="xml">
|
||||
<label string="Day: %%(day)s" position="after">
|
||||
<label colspan="2" string="Fiscal Year: %%(fy)s"/>
|
||||
</label>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user