---Models in module 'hr_expense'---
---Fields in module 'hr_expense'---
hr_expense   / account.bank.statement.line / expense_sheet_id (one2many)   : type is now 'many2one' ('one2many')
hr_expense   / account.move             / expense_sheet_id (one2many)   : type is now 'many2one' ('one2many')
hr_expense   / account.payment          / expense_sheet_id (one2many)   : type is now 'many2one' ('one2many')
hr_expense   / hr.employee              / filter_for_expense (boolean)  : NEW
hr_expense   / hr.expense               / activity_user_id (many2one)   : not related anymore
hr_expense   / hr.expense               / activity_user_id (many2one)   : now a function
hr_expense   / hr.expense               / amount_tax (float)            : DEL
hr_expense   / hr.expense               / amount_tax_company (float)    : DEL
hr_expense   / hr.expense               / is_refused (boolean)          : DEL
hr_expense   / hr.expense               / price_unit (float)            : NEW required, isfunction: function, stored
hr_expense   / hr.expense               / rating_ids (one2many)         : NEW relation: rating.rating
hr_expense   / hr.expense               / reference (char)              : DEL
hr_expense   / hr.expense               / sample (boolean)              : DEL
hr_expense   / hr.expense               / state (selection)             : selection_keys is now '['approved', 'done', 'draft', 'refused', 'reported', 'submitted']' ('['approved', 'done', 'draft', 'refused', 'reported']')
hr_expense   / hr.expense               / tax_amount (float)            : NEW isfunction: function, stored
hr_expense   / hr.expense               / tax_amount_currency (float)   : NEW isfunction: function, stored
hr_expense   / hr.expense               / total_amount_company (float)  : DEL
hr_expense   / hr.expense               / total_amount_currency (float) : NEW hasdefault: compute
hr_expense   / hr.expense               / unit_amount (float)           : DEL required
hr_expense   / hr.expense               / untaxed_amount (float)        : DEL
hr_expense   / hr.expense               / untaxed_amount_currency (float): NEW isfunction: function, stored
hr_expense   / hr.expense.sheet         / account_move_id (many2one)    : DEL relation: account.move
hr_expense   / hr.expense.sheet         / account_move_ids (one2many)   : NEW relation: account.move
hr_expense   / hr.expense.sheet         / activity_user_id (many2one)   : not related anymore
hr_expense   / hr.expense.sheet         / activity_user_id (many2one)   : now a function
hr_expense   / hr.expense.sheet         / address_id (many2one)         : DEL relation: res.partner
hr_expense   / hr.expense.sheet         / amount_residual (float)       : not related anymore
hr_expense   / hr.expense.sheet         / amount_residual (float)       : now a function
hr_expense   / hr.expense.sheet         / approval_state (selection)    : NEW selection_keys: ['approve', 'cancel', 'submit']
hr_expense   / hr.expense.sheet         / bank_journal_id (many2one)    : DEL relation: account.journal
hr_expense   / hr.expense.sheet         / department_id (many2one)      : now related
hr_expense   / hr.expense.sheet         / employee_journal_id (many2one): NEW relation: account.journal, hasdefault: default
hr_expense   / hr.expense.sheet         / journal_id (many2one)         : now a function
hr_expense   / hr.expense.sheet         / payment_method_line_id (many2one): NEW relation: account.payment.method.line, hasdefault: compute
hr_expense   / hr.expense.sheet         / rating_ids (one2many)         : NEW relation: rating.rating
hr_expense   / hr.expense.sheet         / state (selection)             : now a function
hr_expense   / hr.expense.sheet         / total_amount_taxes (float)    : DEL
hr_expense   / hr.expense.sheet         / total_tax_amount (float)      : NEW isfunction: function, stored
hr_expense   / res.company              / company_expense_allowed_payment_method_line_ids (many2many): NEW relation: account.payment.method.line
hr_expense   / res.company              / company_expense_journal_id (many2one): DEL relation: account.journal
hr_expense   / res.company              / expense_product_id (many2one) : NEW relation: product.product
---XML records in module 'hr_expense'---
ir.actions.act_window: hr_expense.action_hr_expense_sheet_my_all (deleted domain)
NEW ir.actions.report: hr_expense.action_report_expense_sheet_img
NEW ir.ui.view: hr_expense.product_product_expense_kanban_view
NEW ir.ui.view: hr_expense.report_expense_sheet_img
NEW mail.message.subtype: hr_expense.mt_expense_entry_delete (noupdate)
NEW mail.message.subtype: hr_expense.mt_expense_reset (noupdate)
