hr-expense icon indicating copy to clipboard operation
hr-expense copied to clipboard

[16.0][MIG] hr_expense_payment_widget_amount

Open Saran440 opened this issue 8 months ago • 0 comments

This module change field type following core odoo from fields.Text to fields.Binary and reused some method from move.

In method action_open_business_doc() and js_remove_outstanding_partial() when we do it in expense sheet, self use the hr.expense.sheet model but id in self is move_id, so we must search it again with object is correct.

I think this way is not good but I don't know how to fixed it. Someone has any idea please suggest.

Saran440 avatar Jun 28 '24 04:06 Saran440