Skip to content

Commit

Permalink
Merge pull request #67 from akretion/14.0-fix-wrong-domain
Browse files Browse the repository at this point in the history
pos_sale_order: remove domain on cash_journal_id
  • Loading branch information
sebastienbeau authored May 3, 2024
2 parents ec57a48 + 7fd3b00 commit 6a35666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pos_sale_order/models/pos_payment_method.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class PosPaymentMethod(models.Model):
_inherit = "pos.payment.method"

cash_journal_id = fields.Many2one(
string="Journal", help="Journal used for generating payment"
string="Journal", domain=None, help="Journal used for generating payment"
)
split_transactions = fields.Boolean(
help="If ticked, each payment will generate a separated journal item."
Expand Down

0 comments on commit 6a35666

Please sign in to comment.