No description
Find a file
Maxwell Morais 3a23409239 Fix: TypeError: unhashable type: 'dict'
```python
Traceback (innermost last):
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/app.py", line 57, in application
    response = frappe.handler.handle()
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle
    execute_cmd(cmd)
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/handler.py", line 36, in execute_cmd
    ret = frappe.call(method, **frappe.form_dict)
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/__init__.py", line 805, in call
    return fn(*args, **newargs)
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/client.py", line 79, in insert
    parent.append(doc)
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/model/base_document.py", line 130, in append
    if not self.__dict__.get(key):
 TypeError: unhashable type: 'dict'
```
2016-05-14 23:18:52 -03:00
ci add my_config patch to travis 2014-10-12 18:54:44 +05:30
frappe Fix: TypeError: unhashable type: 'dict' 2016-05-14 23:18:52 -03:00
test_sites [fix] selenium tests 2015-05-28 23:06:26 -04:00
.gitignore [docs] remove /docs/current from repo, since they will be created during build 2016-02-04 17:09:01 +05:30
.travis.yml [travis] 2016-04-14 18:12:33 +05:30
attributions.md [ui] desktop with wallpaper 2015-01-19 15:16:22 +05:30
CONTRIBUTING.md Update CONTRIBUTING.md 2015-05-13 00:44:53 +05:30
hooks.md Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
license.txt Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
MANIFEST.in Fixed manifest and website 2014-06-09 13:21:57 +05:30
README.md [setup-docs] generate docs and static pages 2015-10-27 10:57:25 +05:30
requirements.txt [fix] with frappe.init_site, worker and schedule commands, cleanup and fixes to rq code 2016-04-13 19:28:04 +05:30
setup.py bumped to version 6.27.18 2016-05-11 13:11:34 +06:00
socketio.js [fix] missing modules POS and Learn 2016-03-16 13:00:24 +05:30

Frappe Framework

Build Status

Full-stack web application framework that uses Python and MariaDB on the server side and a tightly integrated client side library. Built for ERPNext

Installation

Install via Frappe Bench

Website

For details and documentation, see the website

https://frappe.io

License

MIT License