Laurent Mignon (ACSONE)
Laurent Mignon (ACSONE)
ping @rousseldenis
superseded by #1140
/ocabot merge patch
@simahawk Be carefull if you use the "public" auth, you'll nerver get user info if the same service is called by an authenticated user if no odoo session is provided....
@PierrickBrun I've to admin that I'm lost between all the partners into the context. You mapping seems logic but we need the help of @simahawk to validate-it. You also have...
> You can't break existing service API. If you add a new field it can't be required. Solved, email is required on s.partner -> should be declared as required into...
IMO, all these services should be available outside shopinvader. You should develop a core addon that provides all the services into a dedicated collection but doesn't provide a controller to...
> > I'm not sure to get if `public_or_` is really for this use case. If your method is public, Odoo don't call any authentication method but check if a...
@hparfr To support default auth and public method, the rule should be to always put the default authentication method as `_default_auth_` on the controller and for methods that should be...
ping @Cedric-Pigeon