odoo icon indicating copy to clipboard operation
odoo copied to clipboard

Odoo. Open Source Apps To Grow Your Business.

Results 2164 odoo issues
Sort by recently updated
recently updated
newest added

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...

forwardport
conflict

* 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. ![Screen Recording Jun 19 2025 from ezgif (1)](https://github.com/user-attachments/assets/5763cd5a-a9ea-4093-8dcd-4081e35e2fe1) 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...

forwardport

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()`...

forwardport

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...

RD
forwardport

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...

RD
forwardport

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...

RD
forwardport

[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:...

OE
forwardport
conflict