Search by Module
Search by Words
Search Projects
Most Popular
Top Python APIs
Popular Projects
Java
Python
JavaScript
TypeScript
C++
Scala
Blog
Project: -Odoo---
(GitHub Link)
-Odoo----master
lexuebao
lxb-core
security
ir.model.access.csv
lxb_security.xml
views
class_view.xml
timetable_view.xml
schedule_view.xml
hr_view.xml
res_company_view.xml
timing_view.xml
teacher_view.xml
timetable_templates.xml
course_view.xml
lxb_template.xml
subject_view.xml
student_view.xml
website_assets.xml
menu
class_menu.xml
student_menu.xml
lxb_core_menu.xml
teacher_menu.xml
lxb_system_menu.xml
timetable_menu.xml
models
classes.py
__pycache__
classes.cpython-35.pyc
hr.cpython-35.pyc
course.cpython-35.pyc
res_company.cpython-35.pyc
schedule.cpython-35.pyc
teacher.cpython-35.pyc
__init__.cpython-35.pyc
subject.cpython-35.pyc
timing.cpython-35.pyc
student.cpython-35.pyc
hr.py
subject.py
teacher.py
__init__.py
timing.py
res_company.py
course.py
schedule.py
student.py
data
sequence.xml
__init__.py
README.md
wizard
teacher_create_employee_wizard.py
student_create_user_wizard.py
generate_timetable.py
teacher_create_employee_wizard_view.xml
session_confirmation.py
session_confirmation.xml
student_create_user_wizard_view.xml
generate_timetable_view.xml
static
src
xml
base.xml
dashboard_ext_lexuebao.xml
img
openeducat_favicon.ico
js
dashboard_ext.js
css
main.css
base.css
description
index.html
img
__manifest__.py
lxb-xiaochengxu
security
ir.model.access.csv
views
wxxcx_banner_view.xml
parent_menu.xml
course_template_view.xml
wxxcx_payment_view.xml
wxxcx_user_view.xml
wxxcx_course_category_view.xml
wxxcx_config_view.xml
__pycache__
const.cpython-35.pyc
defs.cpython-35.pyc
ext_libs
weixin
msg_template.py
oauth2.py
__pycache__
config.cpython-35.pyc
bind.cpython-35.pyc
response.cpython-35.pyc
oauth2.cpython-35.pyc
helper.cpython-35.pyc
msg_template.cpython-35.pyc
__init__.cpython-35.pyc
json_import.cpython-35.pyc
reply.cpython-35.pyc
client.cpython-35.pyc
pay.py
config.py
client.py
bind.py
lib
__pycache__
__init__.cpython-35.pyc
wxcrypt.cpython-35.pyc
wxcrypt.py
Sample.py
__init__.py
ierror.py
WXBizMsgCrypt.py
response.py
json_import.py
__init__.py
helper.py
reply.py
defs.py
models
wxxcx_course_category.py
__pycache__
wxxcx_config.cpython-35.pyc
wxxcx_user.cpython-35.pyc
wxxcx_access_token.cpython-35.pyc
__init__.cpython-35.pyc
wxxcx_banner.cpython-35.pyc
course_template.cpython-35.pyc
wxxcx_course_category.cpython-35.pyc
wxxcx_payment.cpython-35.pyc
wxxcx_access_token.py
wxxcx_user.py
__init__.py
course_template.py
wxxcx_config.py
wxxcx_payment.py
wxxcx_banner.py
controllers
course_sale.py
course_sale_category.py
__pycache__
course_sale.cpython-35.pyc
tools.cpython-35.pyc
config.cpython-35.pyc
course_sale_category.cpython-35.pyc
banner.cpython-35.pyc
base.cpython-35.pyc
user.cpython-35.pyc
__init__.cpython-35.pyc
config.py
user.py
tools.py
__init__.py
timetable.py
banner.py
base.py
data
crm_team_data.xml
payment_sequence.xml
__init__.py
README.md
const.py
static
src
js
tour.js
web_planner_crm.js
css
crm.css
description
index.html
tests
sales_team_dashboard_tests.js
__manifest__.py
lxb-fees
security
fees_security.xml
ir.model.access.csv
views
invoice_view.xml
payment_view.xml
course_view.xml
fees_terms_view.xml
student_view.xml
models
invoice.py
__pycache__
payment.cpython-35.pyc
invoice.cpython-35.pyc
course.cpython-35.pyc
__init__.cpython-35.pyc
fees_terms.cpython-35.pyc
student.cpython-35.pyc
__init__.py
fees_terms.py
payment.py
course.py
student.py
product.py
fees_menu.xml
__init__.py
README.md
wizard
__pycache__
fees_detail_report_wizard.cpython-35.pyc
__init__.cpython-35.pyc
fees_detail_report_wizard_view.xml
fees_detail_report_wizard.py
__init__.py
static
description
index.html
__manifest__.py
README.md
lxb-crm
views
res_partner_view.xml
student_view.xml
menu
crm_menu.xml
models
__pycache__
res_partner.cpython-35.pyc
__init__.cpython-35.pyc
student.cpython-35.pyc
res_partner.py
__init__.py
student.py
__init__.py
README.md
static
src
js
tour.js
web_planner_crm.js
css
crm.css
description
index.html
tests
sales_team_dashboard_tests.js
__manifest__.py
LICENSE
README.md
本项目为《Odoo从入门到实战:Python开发ERP指南》这本书的第三篇:实战篇 的项目源码,具体的实现过程请参考该书。