feat: Update module version to 19.0.1.0.0 for Odoo 19 compatibility.
This commit is contained in:
parent
c1b752a990
commit
c0e22ac6e4
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Editor
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# Odoo
|
||||||
|
*.pot
|
||||||
0
__init__.py
Normal file → Executable file
0
__init__.py
Normal file → Executable file
2
__manifest__.py
Normal file → Executable file
2
__manifest__.py
Normal file → Executable file
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "POS Cash Opening Adjustment",
|
"name": "POS Cash Opening Adjustment",
|
||||||
"summary": "Prevent opening cash journal entries and exclude opening float from closing totals while keeping reconciliation data.",
|
"summary": "Prevent opening cash journal entries and exclude opening float from closing totals while keeping reconciliation data.",
|
||||||
"version": "17.0.1.0.0",
|
"version": "19.0.1.0.0",
|
||||||
"category": "Point of Sale",
|
"category": "Point of Sale",
|
||||||
"author": "Suherdy Yacob",
|
"author": "Suherdy Yacob",
|
||||||
"depends": ["point_of_sale"],
|
"depends": ["point_of_sale"],
|
||||||
|
|||||||
0
models/__init__.py
Normal file → Executable file
0
models/__init__.py
Normal file → Executable file
0
models/pos_session.py
Normal file → Executable file
0
models/pos_session.py
Normal file → Executable file
0
static/src/xml/closing_popup.xml
Normal file → Executable file
0
static/src/xml/closing_popup.xml
Normal file → Executable file
Loading…
Reference in New Issue
Block a user