rename Profile to User frappe/frappe#470

This commit is contained in:
Rushabh Mehta
2014-03-11 16:15:05 +05:30
parent c379c78fec
commit 7c932003ed
62 changed files with 196 additions and 196 deletions

View File

@@ -16,13 +16,13 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# default settings that can be made for a profile.
# default settings that can be made for a user.
from __future__ import unicode_literals
import frappe
product_name = "ERPNext"
profile_defaults = {
user_defaults = {
"Company": "company",
"Territory": "territory"
}