pos_cash_opening_adjustment/__manifest__.py
2025-12-06 19:12:14 +07:00

16 lines
519 B
Python

{
"name": "POS Cash Opening Adjustment",
"summary": "Prevent opening cash journal entries and exclude opening float from closing totals while keeping reconciliation data.",
"version": "17.0.1.0.0",
"category": "Point of Sale",
"author": "Suherdy Yacob",
"depends": ["point_of_sale"],
"data": [],
"assets": {
"point_of_sale.assets": [
"pos_cash_opening_adjustment/static/src/xml/closing_popup.xml",
],
},
"installable": True,
"license": "LGPL-3",
}