Commit 7c4264a0 authored by Rafael Monnerat's avatar Rafael Monnerat

erp5_hr_calendar: Move Mixin definitions to PortalTypeTypeMixin

   Use the proper way to include Mixin into a portal type
parent a79901e0
......@@ -56,14 +56,6 @@
<tuple/>
</value>
</item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple>
<string>PeriodicityMixin</string>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -64,14 +64,6 @@
<tuple/>
</value>
</item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple>
<string>PeriodicityMixin</string>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
......
<type_mixin>
<portal_type id="Public Holiday Line">
<item>PeriodicityMixin</item>
</portal_type>
<portal_type id="Time Table Line">
<item>PeriodicityMixin</item>
</portal_type>
</type_mixin>
\ No newline at end of file
Public Holiday Line | PeriodicityMixin
Time Table Line | PeriodicityMixin
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment