Merge lp:~elbati/openobject-italia/7.0_fix_wizard_vat_statement into lp:~openobject-italia-core-devs/openobject-italia/italian-addons-7.0

Proposed by Lorenzo Battistini
Status: Merged
Merged at revision: 227
Proposed branch: lp:~elbati/openobject-italia/7.0_fix_wizard_vat_statement
Merge into: lp:~openobject-italia-core-devs/openobject-italia/italian-addons-7.0
Diff against target: 38 lines (+10/-5)
2 files modified
account_vat_period_end_statement/wizard/add_period.py (+1/-1)
account_vat_period_end_statement/wizard/add_period.xml (+9/-4)
To merge this branch: bzr merge lp:~elbati/openobject-italia/7.0_fix_wizard_vat_statement
Reviewer Review Type Date Requested Status
Alex Comba - Agile BG (community) Approve
Review via email: mp+167273@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alex Comba - Agile BG (tafaru) wrote :

LGTM, no test.

Revision history for this message
Alex Comba - Agile BG (tafaru) wrote :

LGTM, no test.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'account_vat_period_end_statement/wizard/add_period.py'
--- account_vat_period_end_statement/wizard/add_period.py 2013-04-27 21:58:51 +0000
+++ account_vat_period_end_statement/wizard/add_period.py 2013-06-04 13:45:38 +0000
@@ -25,7 +25,7 @@
25from openerp.osv import orm, fields25from openerp.osv import orm, fields
26from tools.translate import _26from tools.translate import _
2727
28class add_period(orm.Model):28class add_period(orm.TransientModel):
2929
30 _name = 'add.period.to.vat.statement'30 _name = 'add.period.to.vat.statement'
31 31
3232
=== modified file 'account_vat_period_end_statement/wizard/add_period.xml'
--- account_vat_period_end_statement/wizard/add_period.xml 2013-03-16 13:18:33 +0000
+++ account_vat_period_end_statement/wizard/add_period.xml 2013-06-04 13:45:38 +0000
@@ -6,12 +6,17 @@
6 <field name="model">add.period.to.vat.statement</field>6 <field name="model">add.period.to.vat.statement</field>
7 <field name="type">form</field>7 <field name="type">form</field>
8 <field name="arch" type="xml">8 <field name="arch" type="xml">
9 <form string="Add period">9 <form string="Add period" version="7.0">
10 <field name="period_id"></field>10 <group>
11 <group col="2" colspan="4">11 <label for="period_id"/>
12 <div>
13 <field name="period_id" class="oe_inline"></field>
14 </div>
15 </group>
16 <footer>
12 <button icon="gtk-cancel" special="cancel" string="Cancel"/>17 <button icon="gtk-cancel" special="cancel" string="Cancel"/>
13 <button icon="gtk-ok" name="add_period" string="Add" type="object"/>18 <button icon="gtk-ok" name="add_period" string="Add" type="object"/>
14 </group>19 </footer>
15 </form>20 </form>
16 </field>21 </field>
17 </record>22 </record>

Subscribers

People subscribed via source and target branches