On 19 Jan 16:12, Fabyc wrote: > Hi. > > I was looking for a way to hide a page in a view for example the page > "Accounting" of the Party. > > In a new module, extending view I can hide a label and a field but I don't > know how can I hide all the page. > > The tag I use for hiding a filed is "replace" [1] > > [1] http://doc.tryton.org/3.2/trytond/doc/topics/views/extension.html#xpath
Yes you can replace with empty a tag or you can put a states attribute on the page. -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/
