** Changed in: openobject-addons
Importance: Undecided => Medium
** Changed in: openobject-addons
Status: New => Confirmed
** Changed in: openobject-addons
Milestone: None => 6.0-rc2
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)
--
[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: Confirmed
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