~unifield-team/unifield-wm/us-907

« back to all changes in this revision

Viewing changes to vertical_integration/vertical_integration_wizard.xml

  • Committer: jftempo
  • Date: 2016-01-30 10:30:49 UTC
  • mfrom: (2740.10.4 unifield-wm)
  • Revision ID: jfb@tempo-consulting.fr-20160130103049-jgl0hozw43zs32ck
US-822 [FIX] Fiscal Year closing: post entries on period 0/16
US-822 [FIX] VI OCB finance: export period 16 entries with december export

lp:~unifield-team/unifield-wm/us-822_1

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
            <form string="Export to HQ system">
13
13
                <field name="instance_id" domain="[('level', '=', 'coordo')]"/>
14
14
                <field name="fiscalyear_id"/>
15
 
                <field name="period_id" domain="[('fiscalyear_id', '=', fiscalyear_id), ('state', '&lt;&gt;', 'created')]"/>
 
15
                <field name="period_id" domain="[('fiscalyear_id', '=', fiscalyear_id), ('state', '&lt;&gt;', 'created'), ('number', '&lt;', 16)]"/>
16
16
                <newline/>
17
17
                <button icon="terp-camera_test" string="Export" name="button_create_report" type="object" default_focus="1"/>
18
18
            </form>
43
43
            <form string="Export to HQ system">
44
44
                <field name="instance_id" domain="[('level', '=', 'coordo')]"/>
45
45
                <field name="fiscalyear_id"/>
46
 
                <field name="period_id" domain="[('fiscalyear_id', '=', fiscalyear_id), ('state', 'in', ['mission-closed'])]"/>
 
46
                <field name="period_id" domain="[('fiscalyear_id', '=', fiscalyear_id), ('state', 'in', ['mission-closed']), ('number', '&lt;', 16)]"/>
47
47
                <field name="selection"/>
48
48
                <group colspan="6" col="4">
49
49
                    <label string="" colspan="2"/>
78
78
            <form string="Export to HQ system">
79
79
                <field name="instance_id" domain="[('level', 'in', ['coordo','section'])]"/>
80
80
                <field name="fiscalyear_id"/>
81
 
                <field name="period_id" domain="[('fiscalyear_id', '=', fiscalyear_id)]"/>
 
81
                <field name="period_id" domain="[('fiscalyear_id', '=', fiscalyear_id), ('number', '&lt;', 16)]"/>
82
82
                <field name="selection"/>
83
83
                <group colspan="6" col="4">
84
84
                    <label string="" colspan="2"/>
146
146
            <form string="Export to HQ system">
147
147
                <field name="instance_id" domain="[('level', 'in', ['coordo','section'])]"/>
148
148
                <field name="fiscalyear_id"/>
149
 
                <field name="period_id" domain="[('fiscalyear_id', '=', fiscalyear_id)]"/>
 
149
                <field name="period_id" domain="[('fiscalyear_id', '=', fiscalyear_id), ('number', '&lt;', 16)]"/>
150
150
                <field name="selection"/>
151
151
 
152
152
                <group colspan="6" col="4">