You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Domain handling migrated to `odoo.fields.Domain` (AND helpers, safe empty defaults) and user group access checks updated to new `group_ids` API.
- Async response URLs now built with `odoo.tools.urls.urljoin` and chatter tracking disabled in tests via a new mixin to avoid noisy metadata.
- JS/web tests now create bridge records dynamically (no hardcoded mock data) and fake test model registration updated for Odoo 19 registry APIs; inactive bridge uses `action_archive`.
- Message/action tests now share computed domains for clarity and resilience under the new Domain API.
* Change _ to self.env._, more info at odoo/odoo#174844
* Work around charget AttributeError
* Import ValidationError from odoo.exceptions instead of models
* Rename webRecord to record
* Use new way of popover
* Test for response content
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
551
551
mission is to support the collaborative development of Odoo features and
552
552
promote its widespread use.</p>
553
-
<p>This module is part of the <aclass="reference external" href="https://github.com/OCA/ai/tree/18.0/ai_oca_bridge">OCA/ai</a> project on GitHub.</p>
553
+
<p>This module is part of the <aclass="reference external" href="https://github.com/OCA/ai/tree/19.0/ai_oca_bridge">OCA/ai</a> project on GitHub.</p>
554
554
<p>You are welcome to contribute. To learn how please visit <aclass="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
0 commit comments