543.7.2
by Jose Morales
[V7-MIGRATION] |
1 |
<?xml version='1.0' encoding='UTF-8'?>
|
78
by Gabriela (Vauxoo)
|
2 |
<openerp>
|
3 |
<data>
|
|
4 |
||
5 |
<!--
|
|
6 |
=====================================================
|
|
7 |
Account Move Extension
|
|
8 |
=====================================================
|
|
9 |
-->
|
|
10 |
||
11 |
<record id="view_move_form_update_period" model="ir.ui.view"> |
|
12 |
<field name="name">account.move.form.update.period</field> |
|
13 |
<field name="model">account.move</field> |
|
14 |
<field name="inherit_id" ref="account.view_move_form"/> |
|
15 |
<field name="arch" type="xml"> |
|
543.7.2
by Jose Morales
[V7-MIGRATION] |
16 |
<xpath expr="//field[@name='journal_id']" position="after"> |
78
by Gabriela (Vauxoo)
|
17 |
<button name="action_update_period" states="draft" string="Update Period" type="object"/> |
18 |
</xpath>
|
|
19 |
</field>
|
|
20 |
</record>
|
|
21 |
||
22 |
||
23 |
</data>
|
|
543.7.2
by Jose Morales
[V7-MIGRATION] |
24 |
</openerp>
|