15 lines
488 B
Python
15 lines
488 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",
|
|
"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",
|
|
} |