This commit is contained in:
2026-01-28 11:46:00 +01:00
parent cdcefe6fbc
commit 5e8917430b

View File

@@ -103,8 +103,8 @@ class CategoryAccount(metaclass=PoolMeta):
'account.account', "Account Stock",
domain=[
('closed', '!=', True),
('type.stock', '=', True),
('type.statement', '=', 'balance'),
# ('type.stock', '=', True),
# ('type.statement', '=', 'balance'),
('company', '=', Eval('company', -1)),
])
account_stock_in = fields.Many2One(