Merge lp:~agilebg/openobject-italia/7.0-bug-1295071-elbati into lp:~openobject-italia-core-devs/openobject-italia/italian-addons-7.0

Proposed by Lorenzo Battistini
Status: Merged
Merged at revision: 238
Proposed branch: lp:~agilebg/openobject-italia/7.0-bug-1295071-elbati
Merge into: lp:~openobject-italia-core-devs/openobject-italia/italian-addons-7.0
Diff against target: 22 lines (+3/-3)
1 file modified
l10n_it_fiscalcode/test/fiscalcode.yml (+3/-3)
To merge this branch: bzr merge lp:~agilebg/openobject-italia/7.0-bug-1295071-elbati
Reviewer Review Type Date Requested Status
Nicola Malcontenti - Agile BG (community) Approve
Alex Comba - Agile BG (community) Approve
Review via email: mp+212194@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alex Comba - Agile BG (tafaru) wrote :

LGTM

review: Approve
Revision history for this message
Nicola Malcontenti - Agile BG (hurrin1c0) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'l10n_it_fiscalcode/test/fiscalcode.yml'
--- l10n_it_fiscalcode/test/fiscalcode.yml 2013-02-05 16:15:05 +0000
+++ l10n_it_fiscalcode/test/fiscalcode.yml 2014-03-21 16:56:09 +0000
@@ -14,15 +14,15 @@
14 !python {model: wizard.compute.fc}: |14 !python {model: wizard.compute.fc}: |
15 self.view_init(cr, uid, [ref("wizard_fc_1")], {"lang": 'en_US',15 self.view_init(cr, uid, [ref("wizard_fc_1")], {"lang": 'en_US',
16 "active_model": "res.partner", "tz": False, "active_ids":16 "active_model": "res.partner", "tz": False, "active_ids":
17 [ref("base.res_partner_c2c")], "active_id": ref("base.res_partner_c2c"),17 [ref("base.res_partner_12")], "active_id": ref("base.res_partner_12"),
18 })18 })
19 self.compute_fc(cr, uid, [ref("wizard_fc_1")], {"lang": 'en_US',19 self.compute_fc(cr, uid, [ref("wizard_fc_1")], {"lang": 'en_US',
20 "active_model": "res.partner", "tz": False, "active_ids":20 "active_model": "res.partner", "tz": False, "active_ids":
21 [ref("base.res_partner_c2c")], "active_id": ref("base.res_partner_c2c"),21 [ref("base.res_partner_12")], "active_id": ref("base.res_partner_12"),
22 })22 })
2323
24-24-
25 I check the fiscal code25 I check the fiscal code
26-26-
27 !assert {model: res.partner, id: base.res_partner_c2c}:27 !assert {model: res.partner, id: base.res_partner_12}:
28 - fiscalcode == 'TMPFNC76L04E289A'28 - fiscalcode == 'TMPFNC76L04E289A'

Subscribers

People subscribed via source and target branches