flectra/addons/account_cash_flow/models/account_move_line.py
2018-04-19 14:29:27 +05:30

10 lines
263 B
Python

# Part of Flectra See LICENSE file for full copyright and licensing details.
from flectra import fields, models
class AccountMoveLine(models.Model):
_inherit = 'account.move.line'
activity_type = fields.Selection(related='user_type_id.activity_type')