Add jump buttons to view product, vendor in CORE Office

hopefully can use the same pattern for anything else that comes up
This commit is contained in:
Lance Edgar 2020-03-14 19:49:38 -05:00
parent 32f381bdd2
commit dbde3cbfbe
5 changed files with 145 additions and 0 deletions

View file

@ -0,0 +1,11 @@
## -*- coding: utf-8; -*-
<%inherit file="/master/view.mako" />
<%namespace file="/corepos-util.mako" import="render_xref_helper" />
<%def name="object_helpers()">
${parent.object_helpers()}
${render_xref_helper()}
</%def>
${parent.body()}