Warning: Can't synchronize with the repository (/home/openhex/webapps/hg/repos/ohxp-web does not appear to contain a Mercurial repository.)

Ticket #25 (accepted enhancement)

Opened 3 years ago

Last modified 3 years ago

add domain/filter on ManyToOne

Reported by: nicoe Owned by: ged
Priority: major Milestone: First preview release
Component: Widgets Keywords:
Cc:

Description

It should be possible to add query part on tag. Here is a quick example:

<many2one bind="country" display="name" />
<many2one bind="subdivision" display="name" restrict="AND subdvision.country=[self.country]" />

The syntax used should be the same as the syntax used for list displaying.

Change History

Changed 3 years ago by ged

  • priority changed from critical to major
  • status changed from new to accepted
  • type changed from task to enhancement
  • summary changed from add domain on tags to add domain/filter on ManyToOne
Note: See TracTickets for help on using tickets.