7 lines
111 B
Python
7 lines
111 B
Python
|
|
from odoo import models, fields, api, _, Command
|
||
|
|
|
||
|
|
|
||
|
|
class SaleOrder(models.Model):
|
||
|
|
_inherit = 'sale.order'
|
||
|
|
|