Merge lp:~openerp-dev/openobject-addons/trunk-addons-issues5-coa-l10nbe-aja into lp:openobject-addons

Proposed by ajay javiya (OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-addons-issues5-coa-l10nbe-aja
Merge into: lp:openobject-addons
Diff against target: 42 lines (+11/-5)
3 files modified
account/installer.py (+2/-5)
l10n_be/__openerp__.py (+1/-0)
l10n_be/l10_be_installer_data.xml (+8/-0)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-addons-issues5-coa-l10nbe-aja
Reviewer Review Type Date Requested Status
Jigar A. (community) Needs Fixing
OpenERP Core Team Pending
Review via email: mp+125967@code.launchpad.net

Description of the change

Hello,
Installation of belgian chart of account should redirect user to latest application install.
Thank You

To post a comment you must log in.
Revision history for this message
Jigar A. (ifixthat) wrote :

Hello Ajay,
 Can you revert the changes related to the `company_footer` in file `account/res_config_view.xml` they are nor expcetd over this mp.
Thank You.

review: Needs Fixing
7297. By ajay javiya (OpenERP)

[REV]:Revert unwanted changes

Unmerged revisions

7297. By ajay javiya (OpenERP)

[REV]:Revert unwanted changes

7296. By ajay javiya (OpenERP)

[FIX]: l10n_be chart installer action_todo refector

7295. By Harry (OpenERP)

[MERGE]

7294. By Harry (OpenERP)

[MERGE]

7293. By Harry (OpenERP)

[MERGE]

7292. By Harry (OpenERP)

[MERGE]

7291. By Priyesh (OpenERP)

[MERGE] Merged BDE's branch for accounting improvements

7290. By Priyesh (OpenERP)

[MERGE] Merged with main branch

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account/installer.py'
2--- account/installer.py 2012-09-12 17:16:36 +0000
3+++ account/installer.py 2012-09-26 05:06:33 +0000
4@@ -122,11 +122,8 @@
5 def action_next(self, cr, uid, ids, context=None):
6 next = self.execute(cr, uid, ids, context=context)
7 for installer in self.browse(cr, uid, ids, context=context):
8- if installer.charts == 'l10n_be':
9- return {'type': 'ir.actions.act_window_close'}
10- else :
11- if next : return next
12- return self.next(cr, uid, ids, context=context)
13+ if next : return next
14+ return self.next(cr, uid, ids, context=context)
15
16 def execute_simple(self, cr, uid, ids, context=None):
17 if context is None:
18
19=== modified file 'l10n_be/__openerp__.py'
20--- l10n_be/__openerp__.py 2012-09-25 07:32:01 +0000
21+++ l10n_be/__openerp__.py 2012-09-26 05:06:33 +0000
22@@ -60,6 +60,7 @@
23 'l10n_be_coda',
24 ],
25 'data': [
26+ 'l10_be_installer_data.xml',
27 'account_financial_report.xml',
28 'account_pcmn_belgium.xml',
29 'account_tax_code_template.xml',
30
31=== added file 'l10n_be/l10_be_installer_data.xml'
32--- l10n_be/l10_be_installer_data.xml 1970-01-01 00:00:00 +0000
33+++ l10n_be/l10_be_installer_data.xml 2012-09-26 05:06:33 +0000
34@@ -0,0 +1,8 @@
35+<?xml version="1.0" encoding="utf-8"?>
36+<openerp>
37+ <data noupdate="1">
38+ <record id="account.action_wizard_multi_chart_todo" model="ir.actions.todo">
39+ <field name="state">done</field>
40+ </record>
41+ </data>
42+</openerp>

Subscribers

People subscribed via source and target branches

to all changes: