diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0764234 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Python +__pycache__/ +*.py[cod] +*$py.class + +# OS +.DS_Store +Thumbs.db + +# Editor +.vscode/ +.idea/ + +# Odoo +*.pot diff --git a/__manifest__.py b/__manifest__.py index f83c649..ae5a028 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -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': ''' diff --git a/__pycache__/__init__.cpython-312.pyc b/__pycache__/__init__.cpython-312.pyc index 5849f79..2e89177 100644 Binary files a/__pycache__/__init__.cpython-312.pyc and b/__pycache__/__init__.cpython-312.pyc differ diff --git a/models/__pycache__/__init__.cpython-312.pyc b/models/__pycache__/__init__.cpython-312.pyc index 59eecec..5d4eaa4 100644 Binary files a/models/__pycache__/__init__.cpython-312.pyc and b/models/__pycache__/__init__.cpython-312.pyc differ diff --git a/models/__pycache__/landed_cost_tag.cpython-312.pyc b/models/__pycache__/landed_cost_tag.cpython-312.pyc index faff7ad..cbd235e 100644 Binary files a/models/__pycache__/landed_cost_tag.cpython-312.pyc and b/models/__pycache__/landed_cost_tag.cpython-312.pyc differ diff --git a/models/__pycache__/purchase_order.cpython-312.pyc b/models/__pycache__/purchase_order.cpython-312.pyc index 432d16d..8a0597e 100644 Binary files a/models/__pycache__/purchase_order.cpython-312.pyc and b/models/__pycache__/purchase_order.cpython-312.pyc differ diff --git a/models/__pycache__/purchase_order_line.cpython-312.pyc b/models/__pycache__/purchase_order_line.cpython-312.pyc index ccc7786..eac0be7 100644 Binary files a/models/__pycache__/purchase_order_line.cpython-312.pyc and b/models/__pycache__/purchase_order_line.cpython-312.pyc differ