odoo
odoo copied to clipboard
Odoo. Open Source Apps To Grow Your Business.
Bug === Create a many2one property with a default value, it will crash when saving. Since f79b2edb614fd08b19b18beeb16be38743f637b2 , the way many2one are represented in the client changed. We adapted the...
* The name field of ir.rule is rarely used in search operations or WHERE clauses * Security rules are typically queried by model_id, active status, and permissions (perm_read, perm_write, etc.)...
This PR introduces the `s_announcement_scroll` snippet. This snippet provides a scrolling marquee to showcase some text.  Features: - Animation direction - Scroll...
### Odoo Version - [ ] 16.0 - [ ] 17.0 - [x] 18.0 - [ ] Other (specify) ### Steps to Reproduce - Inside odoo dashboard, go to technical...
Before: = - Orders were compared using full date objects, which caused incorrect sorting when the dates were the same. After: = - Sorting now uses numeric timestamps for accurate...
The PoS test `test_should_not_affect_other_pos_config` was failing due to a missing required field `account_tax_return_journal_id` when using the res.config.settings form. To resolve this, we now explicitly create a general journal in `collect_company_accounting_data()`...
Description of the issue/feature this PR addresses: The method action_add_from_catalog in purchase_stock replaces the product's kanban view with a purchase-specific one. This method directly replaces the first view in the...
Description of the issue/feature this PR addresses: I'm not sure how to reproduce right now. Clue: these modules are installed: - sale_stock_margin - stock_account Other clue: user is going to...
Author was set as "odoo" (lowercase). This commit removes the author key so it fallbacks to the default one, i.e. Odoo S.A. This also aligns keys with previous commits like...
[FIX] portal: display template for portal invite Steps to reproduce: ---- - Install portal module - Grant a portal access to a contact - Go to the email template (Portal:...