Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFQ for 12.0 migration #2

Open
rvalyi opened this issue Nov 19, 2019 · 0 comments
Open

RFQ for 12.0 migration #2

rvalyi opened this issue Nov 19, 2019 · 0 comments

Comments

@rvalyi
Copy link
Member

rvalyi commented Nov 19, 2019

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant