Compare commits

..

1 Commits
main ... 19.0

7 changed files with 16 additions and 1 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
# Python
__pycache__/
*.py[cod]
*$py.class
# OS
.DS_Store
Thumbs.db
# Editor
.vscode/
.idea/
# Odoo
*.pot

View File

@ -1,6 +1,6 @@
{
'name': 'Purchase RFQ Comparison',
'version': '18.0.1.0.0',
'version': '19.0.1.0.0',
'category': 'Purchase',
'summary': 'Add comparison page in RFQ forms with additional fields',
'description': '''

Binary file not shown.