~eric-vernichon/+junk/EMS

« back to all changes in this revision

Viewing changes to addons/health/health_view.xml

  • Committer: Eric Vernichon
  • Date: 2010-05-28 06:46:09 UTC
  • Revision ID: eric@vernichon.fr-20100528064609-ottzojk4abofj0rt
ajout <newline/>
<field name="property_account_receivable"/>
            <field name="property_account_payable"/>
            <field name="property_payment_term"/>

Show diffs side-by-side

added added

removed removed

Lines of Context:
749
749
              <field name="temporaire" select="2"/>
750
750
              <field name="hospitalisation" select="2"/>
751
751
              <field name="active" select="2"/>
 
752
              <newline/>
 
753
              <field name="property_account_receivable"/>
 
754
              <field name="property_account_payable"/>
 
755
              <field name="property_payment_term"/>
752
756
            </page>
753
757
            <page string="Adresses">
754
758
              <field colspan="4" mode="form,tree" name="address" nolabel="1" select="1">
894
898
    <record id="action_health_patient" model="ir.actions.act_window">
895
899
      <field name="name">Résidents</field>
896
900
      <field name="res_model">health.patient</field>
897
 
      <field name="domain">[('category_id','=','Résident')]</field>
 
901
      <field name="domain">[('category_id','=',9)]</field>
898
902
      <field name="view_type">form</field>
899
903
      <field name="view_mode">tree,form</field>
900
904
      <field name="limit">500</field>
902
906
    <record id="action_health_postulant" model="ir.actions.act_window">
903
907
      <field name="name">Postulants</field>
904
908
      <field name="res_model">health.patient</field>
905
 
      <field name="domain">[('category_id','=','Postulant')]</field>
 
909
      <field name="domain">[('category_id','=',8)]</field>
906
910
      <field name="view_type">form</field>
907
911
      <field name="view_mode">tree,form</field>
908
912
    </record>
1213
1217
    <menuitem action="action_health_facturation_form" id="menu_health_facturation_tree" name="Facturation"  parent="menu_ehpad" />
1214
1218
    <menuitem action="action_health_absences_form" id="menu_health_absences_tree" name="Absences"  parent="menu_config_health" />
1215
1219
    <menuitem action="action_health_room" id="menu_chambres" name="Chambres"  parent="menu_config_health" />
1216
 
    <menuitem action="action_health_room_tarif" id="menu_tarif_chambres" name="Tarif Chmbres"  parent="menu_config_health" />
 
1220
    <menuitem action="action_health_room_tarif" id="menu_tarif_chambres" name="Tarif Chambres"  parent="menu_config_health" />
1217
1221
    <menuitem action="action_health_regime_form" id="menu_regime" name="Regime Caisse"  parent="menu_config_health" />
1218
1222
    <menuitem action="action_health_room_localisation" id="menu_chambres_localisation" name="Localisation"  parent="menu_config_health" />
1219
1223
    <menuitem action="action_health_care_op" id="menu_soins2" name="Soins"  parent="menu_config_health" />