Skip to content

Instantly share code, notes, and snippets.

@abdounasser202
Last active August 21, 2019 16:20
Show Gist options
  • Select an option

  • Save abdounasser202/18cb667fa85795daed7e5886fe83a12b to your computer and use it in GitHub Desktop.

Select an option

Save abdounasser202/18cb667fa85795daed7e5886fe83a12b to your computer and use it in GitHub Desktop.
# coding: utf-8
from odoo import fields, models
class ProductTemplate(models.Model):
_inherit = 'product.template'
book_id = fields.Many2one('oo.consultation', string="Livre associé")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment