← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 754411] Re: data corruption in table products after using button Duplicate

 

Hello Mihai,

The latest stable version available on launchpad.
You can download from there.

[For Linux]
Here I am providing you the list of branches, which includes stable and trunk also.

- https://code.launchpad.net/openobject-client-web
- https://code.launchpad.net/openobject-addons
- https://code.launchpad.net/openobject-server

You can download stable branch in your local machine by executing
following command  on Terminal.

- bzr branch lp:openobject-client-web/6.0
- bzr branch lp:openobject-server/6.0
- bzr branch lp:openobject-addons/6.0

For web Once download, go to the web directory using 'cd lib'.
- Run populate.sh file
./populate.sh (It will install all dependencies).

And web-client is installed in your local machine.
Just come out from lib directory and try using :
./openerp-web.py

And for start the server, go to the server bin directory using 'cd lib'.
- Run ./openerp-server.py --addons-path=Put your addons path.

And for updated that code than :
 go to the particular directory using 'cd lib' and run bzr pull.

I think this will help you to run latest stable code in your machine.

Thank You.

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/754411

Title:
  data corruption in table products after using button Duplicate

Status in OpenERP Web Client:
  New

Bug description:
  We have the following scenario:

  OpenERP version 6.0.1
  Server: Linux Ubuntu 10

  Client: Linux Mint 10
  Firefox

  Prerequisites:
  Create a new product in the database (perhaps an existing product is OK to have as reference)
  I'll create "old product" with reference "old1"

  Step 1:
  Create a new product; name it "product 1" and give reference "product1 "

  Step 2:
  - Open the product list
  - select the "product 1" to display the from view
  - press "Duplicate"
  - change the name to "product 2" and the reference to "product2"

  Step 3:
  - Open the product list
  - select the "product 1" to display the from view
  - press "Duplicate"
  - press save without any customization of the newly duplicated product

  Step 4:
  - Open the product list

  Defect:
  in the product list there will be a product (we created it as "product1"), with a random name (from previously added products)
  as follows:

  ref                             |   product name
  product1                 |    old product
  product1                  | product 1 (copy)
  product2                 | product 2

  
  So there is a data shifting or something goes wrong. On a system we have here is always reproducible.

  I'll post also logs from web server nginx.

  If any other info is needed please ask.



References