forked from Yaltik/golem
[TMP]Filter date
This commit is contained in:
parent
503d482c25
commit
fdecad9b99
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user