openerp-dev-web team mailing list archive
-
openerp-dev-web team
-
Mailing list archive
-
Message #05258
Re: [Merge] lp:~openerp-dev/openobject-client-web/6.0-opw-4916-sma into lp:openobject-client-web/6.0
Hello Xavier,
My code is working fine problem is in naming convention from addons side.
They use ``recurrent_uid`` and we have replace uid at line 117 in form_state.js
attrs = attrs.replace(/uid/g, window.USER_ID);
So domain will be change with 'recurrent_undefined' and it gives true from form_evalExpr.
So can i tell addons team for change the naming convention?.
Thanks.
--
https://code.launchpad.net/~openerp-dev/openobject-client-web/6.0-opw-4916-sma/+merge/55889
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-client-web/6.0-opw-4916-sma.
References