Merge lp:~camptocamp/account-financial-tools/7.0-l10n_fr_siret-fix_1133422 into lp:~account-core-editors/account-financial-tools/7.0

Proposed by Alexandre Fayolle - camptocamp
Status: Merged
Approved by: Guewen Baconnier @ Camptocamp
Approved revision: 109
Merged at revision: 109
Proposed branch: lp:~camptocamp/account-financial-tools/7.0-l10n_fr_siret-fix_1133422
Merge into: lp:~account-core-editors/account-financial-tools/7.0
Diff against target: 12 lines (+1/-1)
1 file modified
l10n_fr_siret/__openerp__.py (+1/-1)
To merge this branch: bzr merge lp:~camptocamp/account-financial-tools/7.0-l10n_fr_siret-fix_1133422
Reviewer Review Type Date Requested Status
Guewen Baconnier @ Camptocamp Approve
Yannick Vaucher @ Camptocamp no test Approve
Review via email: mp+150610@code.launchpad.net

Description of the change

fix the dependencies on l10n_fr_siret

To post a comment you must log in.
Revision history for this message
Yannick Vaucher @ Camptocamp (yvaucher-c2c) wrote :

Ok LGTM

Indeed the xml file redefines an account view:

<field name="inherit_id" ref="account.view_partner_property_form" />

review: Approve (no test)
Revision history for this message
Guewen Baconnier @ Camptocamp (gbaconnier-c2c) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'l10n_fr_siret/__openerp__.py'
2--- l10n_fr_siret/__openerp__.py 2013-02-07 14:29:51 +0000
3+++ l10n_fr_siret/__openerp__.py 2013-02-26 16:17:21 +0000
4@@ -35,7 +35,7 @@
5 OpenERP will check their validity when partners are recorded.
6 """,
7 'author' : u'Numérigraphe SARL',
8- 'depends': ['base'],
9+ 'depends': ['account'],
10 'data': ['partner_view.xml',
11 ],
12 'installable': True,

Subscribers

People subscribed via source and target branches