pos_edit_payment_method/__manifest__.py
2026-05-21 09:41:38 +07:00

20 lines
733 B
Python

{
'name': 'POS Edit Payment Method',
'version': '19.0.1.0.0',
'category': 'Point of Sale',
'summary': 'Allows editing the payment method of a POS Order under specific conditions',
'description': """
This module allows users to edit the payment method used in POS orders:
- Only editable if the POS session is not closed and the accounting journal/entry is not posted.
- Other payment fields (like amount/nominal) remain strictly read-only.
- Log payment method changes in the POS Order's chatter.
""",
'author': 'Suherdy Yacob',
'depends': ['point_of_sale'],
'data': [
'views/pos_order_views.xml',
],
'installable': True,
'license': 'LGPL-3',
}