Hello, also consider the values for incoterm computing, so here http://en.wikipedia.org/wiki/Incoterm#Summary_of_terms you can see 12 values depending from incoterm must be considered but can be as wishlist.
Regards, -- [sale] incoterm field poorly implemented [direct sql / not translatable] https://bugs.launchpad.net/bugs/649029 You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to the OpenERP Project Group. Status in OpenObject Addons Modules: New Bug description: Hi, Checking incoterm field in sales, I see that, it is a selection field with a get function, it should be a many2one field, directly to stock_incoterms, then in the view, if it wants, you write widget="selection". Current implementation isn't good, because in the get function it uses a sql query. In addition, if you want work with this field it returns by default the code of incoterm (code isn't unique) instead of his Id. I include my diff file. If my file is applied, you should delete the get function and incoterm line commented. _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

