Merge lp:~elbati/product-extra-addons/fix-updating-product-sequence into lp:product-extra-addons/oerp6.1-stable

Proposed by Lorenzo Battistini
Status: Merged
Merged at revision: 62
Proposed branch: lp:~elbati/product-extra-addons/fix-updating-product-sequence
Merge into: lp:product-extra-addons/oerp6.1-stable
Diff against target: 11 lines (+1/-1)
1 file modified
product_sequence/product_sequence.xml (+1/-1)
To merge this branch: bzr merge lp:~elbati/product-extra-addons/fix-updating-product-sequence
Reviewer Review Type Date Requested Status
extra-addons-commiter Pending
Review via email: mp+117868@code.launchpad.net

Description of the change

I think module should not update the sequence data when user updates the module. User might have changed the prefix and wants to keep that

To post a comment you must log in.
Revision history for this message
Sébastien BEAU - http://www.akretion.com (sebastien.beau) wrote :

I totaly agree with you.
I merge it rev 62

Thank you.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'product_sequence/product_sequence.xml'
2--- product_sequence/product_sequence.xml 2012-03-02 17:27:08 +0000
3+++ product_sequence/product_sequence.xml 2012-08-02 10:48:18 +0000
4@@ -1,6 +1,6 @@
5 <?xml version="1.0" encoding="UTF-8" ?>
6 <openerp>
7- <data>
8+ <data noupdate="1">
9 <record id="seq_product_auto_type" model="ir.sequence.type">
10 <field name="name">Product</field>
11 <field name="code">product.product</field>

Subscribers

People subscribed via source and target branches