mirror of
https://github.com/bringout/odoomates.git
synced 2026-04-27 00:32:01 +02:00
Initial commit: Odoomates Odoo packages (12 packages)
This commit is contained in:
commit
3b38c49bf0
526 changed files with 34983 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from odoo import api, fields, models
|
||||
|
||||
|
||||
class SaleOrder(models.Model):
|
||||
_inherit = "sale.order"
|
||||
|
||||
sale_description = fields.Char(string='Sale Description')
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue