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:
parent
32f381bdd2
commit
dbde3cbfbe
5 changed files with 145 additions and 0 deletions
11
tailbone_corepos/templates/vendors/view.mako
vendored
Normal file
11
tailbone_corepos/templates/vendors/view.mako
vendored
Normal 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()}
|
Loading…
Add table
Add a link
Reference in a new issue