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
while reviewing project_api in v10.0 I could spot these evolutions when migrating to 12.0:
class ProjectProject(models.Model):
tag_ids = fields.Many2many("project.tags", string="Tags")
# use https://github.com/OCA/project/blob/12.0/project_tag in v12
functional_area = fields.Selection(...
# use https://github.com/OCA/project/tree/12.0/project_category in v12
The text was updated successfully, but these errors were encountered:
while reviewing project_api in v10.0 I could spot these evolutions when migrating to 12.0:
The text was updated successfully, but these errors were encountered: