Browse Source

[FIX] Fixed Travis

pull/437/head
Nikul Chaudhary 5 years ago
parent
commit
3bbd14518c
  1. 2
      contract_sale/models/contract.py

2
contract_sale/models/contract.py

@ -1,5 +1,5 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import api, fields, models
from odoo import api, models
class ContractContract(models.Model):

Loading…
Cancel
Save