~sebastien.beau/openobject-addons/on-change-support-extra-addons

« back to all changes in this revision

Viewing changes to hotel_restaurant/hotel_restaurant_data.xml

  • Committer: Sofia (Open ERP)
  • Date: 2008-12-30 12:11:19 UTC
  • mto: (3387.2.2 trunk-extra-addons)
  • mto: This revision was merged to the branch mainline in revision 3388.
  • Revision ID: sso@tinyerp.com-20081230121119-mkzsbegwdh3q5oh2
- security rules for objects
- bugfixed for ecommerce
- bugfixed for hotel (done by apa)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" ?>
2
2
<openerp>
3
 
        <data noupdate="1">
 
3
        <data>
4
4
 
5
5
         <!-- Table Data --> 
6
6
                <record id="hotel_restaurant_tables_table0" model="hotel.restaurant.tables">
26
26
                <!--  Food Item Category -->
27
27
                        
28
28
                <record id="hotel_menucard_type_0" model="hotel.menucard.type">
29
 
                        <field name="parent_id" domain="[('ismenutype','=',True)]" ref="null" />
 
29
                        <field name="parent_id" ref="null" />
30
30
                        <field name="name">All FoodItems</field>
31
31
 
32
32
                </record>