cal board, remove some files

conv_bal
David Janssens 2014-08-20 11:12:30 +07:00
parent 97183e2f9c
commit 41e2c71832
34 changed files with 2 additions and 22 deletions

View File

@ -1,10 +0,0 @@
Metadata-Version: 1.0
Name: clinic
Version: 0.1.0
Summary: Ratchawat Clinic module
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN

View File

@ -1,9 +0,0 @@
setup.py
clinic/__init__.py
clinic.egg-info/PKG-INFO
clinic.egg-info/SOURCES.txt
clinic.egg-info/dependency_links.txt
clinic.egg-info/top_level.txt
clinic/controllers/__init__.py
clinic/models/__init__.py
clinic/models/clinic_patients.py

View File

@ -1 +0,0 @@

View File

@ -1 +0,0 @@
clinic

View File

@ -2,4 +2,5 @@
<field name="view_cls">calendar_view</field> <field name="view_cls">calendar_view</field>
<field name="string">Visits</field> <field name="string">Visits</field>
<field name="model">clinic.visit</field> <field name="model">clinic.visit</field>
<field name="widget">1</field>
</action> </action>

View File

@ -1,5 +1,5 @@
<board> <board>
<hpanel> <hpanel>
<widget action="clinic_visit_cal_widget" string="Visits Calendar"/> <widget action="clinic_visit_cal_widget" string="Visits Calendar" span="12"/>
</hpanel> </hpanel>
</board> </board>