OCA / odoo-pim

GNU Affero General Public License v3.0
39 stars 60 forks source link

[17.0][MIG] attribute_set : Migration 17 #183

Open onurugur opened 5 months ago

onurugur commented 5 months ago

I upgraded the attribute_set module from 16 to 17. What do I need to do to get it checked? Also worked with runboat. I hope it works.

onurugur commented 5 months ago

@simahawk I hope you can check it.

patrickrwilson commented 3 months ago

@onurugur Thank you for migrating, it looks like the commit history wasn't pulled over, can you follow the OCA standards for migration found here: https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0

Also I think there is an issue with this code on the form view image

It causes the following error when you try to create a 'select' type field and will need to be addressed. Caused by: EvalError: Can not evaluate python expression: (bool(relation_model_id != False and value_ref in [False, ''])) Error: Name 'relation_model_id' is not defined