Skip to content

Tags: thebases/odoo-fastapi-framework

Tags

10.0-alc-8007a17e0-odoo10-addon-base-rest

Toggle 10.0-alc-8007a17e0-odoo10-addon-base-rest's commit message
[IMP] base_res: Fixes server url when the same collection is served a…

…t different root

crd160-64a2d8201fe95fe65de6b7d6f7ea041d0f13871c

Toggle crd160-64a2d8201fe95fe65de6b7d6f7ea041d0f13871c's commit message
[FIX] base_rest_demo - odoo-addon-pydantic is used inside naive_orm_m…

…odel class, but was missing in dependency

crd160-f240419837cc9c5051b33c2cb7560acbf84f0dd9

Toggle crd160-f240419837cc9c5051b33c2cb7560acbf84f0dd9's commit message
[RFR] base_rest: use routing attribute constant throughout

10.0-alc-60a91ff02-odoo10-addon-base-rest

Toggle 10.0-alc-60a91ff02-odoo10-addon-base-rest's commit message
[FIX] base_rest: json does not return specific exceptions in P2

10.0-alc-293954649-odoo10-addon-base-rest

Toggle 10.0-alc-293954649-odoo10-addon-base-rest's commit message
fix args order mistake when the path has multi path arguments,

eg.,rule with "/path/<string:in1>/<string:in2>" ,
path with /path/1/2,
will get in2=1, in1=2 with mistake sometimes
becuase the rule.arguments is type of set which was not ordered,
after fix, will always got in1=1, in2=2

10.0-alc-fb2a97a1a-odoo10-addon-base-rest

Toggle 10.0-alc-fb2a97a1a-odoo10-addon-base-rest's commit message
[FIX] rest_lot: set the right status on the log in case of error

10.0-alc-1c25d2b02-odoo10-addon-base-rest

Toggle 10.0-alc-1c25d2b02-odoo10-addon-base-rest's commit message
[IMP] base_rest: add support for CORS into exception http response

10.0-alc-eb21da688-odoo10-addon-base-rest-auth-jwt

Toggle 10.0-alc-eb21da688-odoo10-addon-base-rest-auth-jwt's commit message
[FIX] base_rest_auth_jwt: jwt_partner_id is not set if auth method is…

… public_or_jwt and called by an unauthenticated user

10.0-alc-b99515d91-odoo10-addon-rest-log

Toggle 10.0-alc-b99515d91-odoo10-addon-rest-log's commit message
[IMP] rest_log: do not fail logging because of non-serializable param…

…eters

10.0-alc-7ae7f3276-odoo10-addon-base-rest

Toggle 10.0-alc-7ae7f3276-odoo10-addon-base-rest's commit message
[FIX] base_rest: adapt to Python 2