Merge pull request #5493 from expsa/you_dev_odex25_ensan

[FIX] hspl_user_simulation: FIX bug
This commit is contained in:
kchyounes19 2025-11-23 12:33:02 +01:00 committed by GitHub
commit 701de19965
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,5 @@ class AccountMoveLine(models.Model):
class AccountMove(models.Model):
_inherit = 'account.move'
family_confirm_id = fields.Many2one(comodel_name='confirm.benefit.expense', string='Benefit Family')
payment_order_id = fields.Many2one(comodel_name='payment.orders', string='Payment Orders')
benefit_family_ids = fields.Many2many(comodel_name='grant.benefit',relation='account_move_grant_family_rel',
column1='move_id',column2='family_id', string='Benefit Family')