Daily updates from Odoo
Sunday, January 11, 2026
1 change
New functionality added to Odoo
This update introduces a new 'test' field to partner records, allowing users to easily identify test accounts for email automation. When an email address is set to 'test@test.com', the field automatically defaults to 'testing'. Conversely, any other email address will set the field to 'none'.
Original PR description
- Add 'test' selection field (none/testing) to res.partner model - Make partner tree view editable (inline editing enabled) - Add test field to partner list view after email field - Automatically set test='testing' when email='test@test.com' - Automatically set test='none' when email changes to other value - Make user_id field required when test state is 'testing' (frontend only) Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr