mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[ADD] agreement 11.0.0.1.0
This commit is contained in:
@@ -7,7 +7,4 @@ from odoo import models, fields
|
||||
class Product(models.Model):
|
||||
_inherit = 'product.template'
|
||||
|
||||
agreements_ids = fields.Many2many(
|
||||
'agreement',
|
||||
string="Agreements"
|
||||
)
|
||||
agreements_ids = fields.Many2many('agreement', string="Agreements")
|
||||
|
||||
Reference in New Issue
Block a user