~camptocamp/c2c-rd-addons/8.0a

« back to all changes in this revision

Viewing changes to chricar_top/top.py

_name-bug fixed

Show diffs side-by-side

added added

removed removed

Lines of Context:
274
274
 
275
275
class res_partner(osv.osv):
276
276
      _inherit = "res.partner"
277
 
      _logger = logging.getLogger(_name)
 
277
      _logger = logging.getLogger(__name__)
278
278
 
279
279
      def _lease_current_sum(self, cr, uid, ids, field_name, arg, context=None):
280
280
         result = {}