[11.0][ADD] agreement_fsm module

This commit is contained in:
Bhavesh Odedra
2018-12-06 11:24:06 +05:30
parent 274427656c
commit b376498fe9
14 changed files with 137 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Copyright (C) 2018 - TODAY, Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import fields
from odoo.addons.base_geoengine import geo_model
class FSMOrder(geo_model.GeoModel):
_inherit = 'fsm.order'
agreement_id = fields.Many2one('agreement', string='Agreement')