From 0d87fec0c4c6fb573b1a09076f6d50844d8d0a80 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 19 Aug 2022 11:12:08 +0700 Subject: initial commit --- base_account_budget/models/__init__.py | 0 base_account_budget/models/account_analytic_account.py | 0 base_account_budget/models/account_budget.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 base_account_budget/models/__init__.py mode change 100644 => 100755 base_account_budget/models/account_analytic_account.py mode change 100644 => 100755 base_account_budget/models/account_budget.py (limited to 'base_account_budget/models') diff --git a/base_account_budget/models/__init__.py b/base_account_budget/models/__init__.py old mode 100644 new mode 100755 diff --git a/base_account_budget/models/account_analytic_account.py b/base_account_budget/models/account_analytic_account.py old mode 100644 new mode 100755 diff --git a/base_account_budget/models/account_budget.py b/base_account_budget/models/account_budget.py old mode 100644 new mode 100755 -- cgit v1.2.3