OpenUpgrade icon indicating copy to clipboard operation
OpenUpgrade copied to clipboard

Open source upgrade path for Odoo/OpenERP

Results 201 OpenUpgrade issues
Sort by recently updated
recently updated
newest added

Migration to 16.0 Depends on: - [ ] https://github.com/OCA/OpenUpgrade/pull/4170 @Tecnativa TT42392

Dependency OK

@StefanRijnhart in the commit https://github.com/OCA/OpenUpgrade/commit/85f767c4ec9cf3aa5a2b045fc86fe32d5681a7c5, you add a method for setting a dummy product in all sale lines without product (method link: https://github.com/OCA/OpenUpgrade/commit/85f767c4ec9cf3aa5a2b045fc86fe32d5681a7c5#diff-daefd2062eec09f4b6a6f29c1233b276R38). What is the reason behind this? Why...

Odoo PR https://github.com/odoo/odoo/pull/144035 implemented a new version for project 1.3. When discussing about #4361 @pedrobaeza suggested that it should be better to get the latest version in OpenUpgrade, so I...

I don't know if it's a bug or I misunderstand something In 12.0 `reverse_entry_id` is set in the **original move** and point to the **reverse move** https://github.com/odoo/odoo/blob/12.0/addons/account/models/account_move.py#L469 In 13.0 `reversed_entry_id`...

bug

**Note** : When migrating 'stock' module **Rename** ``stock_picking_type field`` 'backorder_strategy' -> 'create_backorder'; **Map values** : {'manual': 'ask', 'no_create': 'never', 'cancel': never', 'create': 'always'} Ref : OCA/15.0 module : https://github.com/OCA/stock-logistics-workflow/blob/15.0/stock_picking_backorder_strategy/models/stock_picking_type.py#L10 Ref...

approved

## Module website ## Describe the bug If the company address contains an "&", then you will see this traceback when doing the migration from 14.0 to 15.0: OpenUpgrade: website:...

bug

cc @Tecnativa TT44377 @chienandalu please review

Blocked by dependency