pos_cash_opening_adjustment/__manifest__.py

18 lines
563 B
Python
Executable File

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