Tags: thebases/odoo-fastapi-framework
Tags
[IMP] base_res: Fixes server url when the same collection is served a… …t different root
[FIX] base_rest_demo - odoo-addon-pydantic is used inside naive_orm_m… …odel class, but was missing in dependency
[RFR] base_rest: use routing attribute constant throughout
[FIX] base_rest: json does not return specific exceptions in P2
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
[FIX] rest_lot: set the right status on the log in case of error
[IMP] base_rest: add support for CORS into exception http response
[FIX] base_rest_auth_jwt: jwt_partner_id is not set if auth method is… … public_or_jwt and called by an unauthenticated user
[IMP] rest_log: do not fail logging because of non-serializable param… …eters
[FIX] base_rest: adapt to Python 2
PreviousNext