~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to account_corrections/account_view.xml

UF-1099: [IMP] first draft for proprietary instance

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
            <field name='inherit_id' ref='res_currency_functional.view_move_line_tree_editable' />
11
11
            <field name="arch" type="xml">
12
12
                <data>
13
 
                    <xpath expr="/tree/field[@name='instance']" position="before">
 
13
                    <xpath expr="/tree/field[@name='journal_id']" position="before">
14
14
                        <field name="is_corrigible" invisible="1"/>
15
15
                        <field name="have_an_historic" invisible="1"/>
16
16
                        <button name="button_do_accounting_corrections" type="object" string='Open Accounting Correction Wizard'