mirror of
https://github.com/bringout/oca-ocb-project.git
synced 2026-04-21 23:02:06 +02:00
19.0 vanilla
This commit is contained in:
parent
a2f74aefd8
commit
4a4d12c333
844 changed files with 212348 additions and 270090 deletions
|
|
@ -0,0 +1,9 @@
|
|||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class PurchaseOrder(models.Model):
|
||||
_inherit = 'purchase.order'
|
||||
|
||||
project_id = fields.Many2one('project.project', domain=[('is_template', '=', False)])
|
||||
Loading…
Add table
Add a link
Reference in a new issue