[TMP]Filter date

This commit is contained in:
michel 2018-02-02 13:57:39 +01:00
parent 503d482c25
commit fdecad9b99
1 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<odoo> <odoo>
<data> <data>
<!-- Trees --> <!-- Trees -->
<record id="golem_payment_schedule_tree" model="ir.ui.view"> <record id="golem_payment_schedule_tree" model="ir.ui.view">
<field name="name">GOLEM Payment Schedule Tree</field> <field name="name">GOLEM Payment Schedule Tree</field>
@ -42,6 +41,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<search> <search>
<field name="name" /> <field name="name" />
<field name="season_id" /> <field name="season_id" />
<field name="day_ids" />
</search> </search>
</field> </field>
</record> </record>
@ -58,4 +58,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</data> </data>
</odoo> </odoo>