commited here:
http://bazaar.launchpad.net/~camptocamp/oerpscenario/trunk-python/revision/304

** Changed in: oerpscenario
       Status: New => Fix Released

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

Title:
  dsl cannot ensure we are adding a single value in one2many and
  many2many

Status in OpenERP Scenario : Functional tests by Camptocamp:
  Fix Released

Bug description:
  in dsl.py
    in parse_table_values

  If column type is one2many or many2many, we cannot be sure to add a
  single value using for example "add by name"

  
  Currently,
  - "all by" and "by" are synonyms 
  - "add by" doesn't exists

  I think we need 4 wordings:

  - by : <search> set the value with only a single value resulting of search. 
If multiple assert?
  - all by: <search> set the value with all values resulting of search.
  - add by: <search> add only a single value resulting of search to the 
existing values. If multiple assert?
  - add all by: <search> add all values resulting of search to the existing 
values.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oerpscenario/+bug/1160354/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to