From 7f75ce6871deb26abeb48c607c7073c3a4f8119b Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Wed, 29 Apr 2026 15:17:28 +0700 Subject: [PATCH] feat: comment out broken bank reconciliation template and add gitignore file --- .gitignore | 15 +++++++++++++++ static/src/xml/bank_rec_form_inherit.xml | 5 ++--- 2 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9d276bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Python +*.py[cod] +__pycache__/ +*.so + +# Odoo +*.po~ +*.pot~ + +# Editor / System +.DS_Store +.vscode/ +*.swp +*.swo +*~ diff --git a/static/src/xml/bank_rec_form_inherit.xml b/static/src/xml/bank_rec_form_inherit.xml index ee218c0..39fb1b6 100644 --- a/static/src/xml/bank_rec_form_inherit.xml +++ b/static/src/xml/bank_rec_form_inherit.xml @@ -1,6 +1,7 @@ + - - false + --> \ No newline at end of file