Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7dd6b6a918 |
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,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
'name': 'POS Customer Orders',
|
'name': 'POS Customer Orders',
|
||||||
'version': '17.0.1.0.0',
|
'version': '19.0.1.0.0',
|
||||||
'category': 'Point of Sale',
|
'category': 'Point of Sale',
|
||||||
'summary': 'Show last 2 orders in POS Customer Details',
|
'summary': 'Show last 2 orders in POS Customer Details',
|
||||||
'author': 'Suherdy Yacob',
|
'author': 'Suherdy Yacob',
|
||||||
|
|||||||
0
models/__init__.py
Normal file → Executable file
0
models/__init__.py
Normal file → Executable file
0
models/res_partner.py
Normal file → Executable file
0
models/res_partner.py
Normal file → Executable file
0
static/src/js/partner_editor.js
Normal file → Executable file
0
static/src/js/partner_editor.js
Normal file → Executable file
0
static/src/xml/partner_editor.xml
Normal file → Executable file
0
static/src/xml/partner_editor.xml
Normal file → Executable file
Loading…
Reference in New Issue
Block a user