Krzysztof Magusiak

Results 12 issues of Krzysztof Magusiak

## Module mail_tracking ## Describe the bug When opening a form which has multiple failed messages to retry, we get an error. ``` UncaughtPromiseError > OwlError Uncaught Promise > Got...

bug

Add the new module in util. odoo/odoo#170009

When importing `odoo.modules` clean-up import cycles and add relative imports. Related to #175940 task-4083487 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

RD

--- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

RD

When importing `odoo` we don't need to import the cli every time. It is imported as needed in the scripts that start Odoo. The `Command` discovery only needs to happen...

RD

The domain of the ir_filter can be written by the user. Just `literal_eval` it instead of `safe_eval` to prevent injections. Description of the issue/feature this PR addresses: Current behavior before...

RD

Description of the issue/feature this PR addresses: Move `odoo.SUPERUSER_ID` to `odoo.api.SUPERUSER_ID`. In order to become a namespace package, `odoo` package should not contain any variables, only modules. odoo/enterprise#71223 odoo/upgrade#6585 odoo/upgrade-util#144...

RD

Description of the issue/feature this PR addresses: Move to `odoo.orm` package: api, fields, models, registry. These contain the main parts of the ORM Current behavior before PR: Imports done at...

RD

odoo/odoo#170009