[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>
<data>
<!-- Trees -->
<record id="golem_payment_schedule_tree" model="ir.ui.view">
<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>
<field name="name" />
<field name="season_id" />
<field name="day_ids" />
</search>
</field>
</record>
@ -58,4 +58,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</data>
</odoo>