Skip to content

Commit

Permalink
Merge 90d0386 into cb7ff26
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed Nov 14, 2014
2 parents cb7ff26 + 90d0386 commit b84cdc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions sale_order_webkit/report/sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@


class SaleOrderReport(report_sxw.rml_parse):

def __init__(self, cr, uid, name, context):
super(SaleOrderReport, self).__init__(cr, uid, name, context=context)
self.localcontext.update({'time': time,
Expand Down
3 changes: 3 additions & 0 deletions sale_order_webkit/sale.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@


class SaleConditionText(orm.Model):

"""Sale order Textual information"""
_name = "sale.condition_text"
_description = "sale conditions"
Expand All @@ -37,6 +38,7 @@ class SaleConditionText(orm.Model):


class SaleOrder(orm.Model):

"""Adds condition to SO"""

_inherit = "sale.order"
Expand Down Expand Up @@ -98,6 +100,7 @@ def print_quotation(self, cursor, uid, ids, context=None):


class SaleOrderLine(orm.Model):

"""ADD HTML note to sale order lines"""

_inherit = "sale.order.line"
Expand Down

0 comments on commit b84cdc7

Please sign in to comment.