> > Do you load xml views? Example: > > > https://bitbucket.org/zikzakmedia/trytond-product_base_code/src/49d141a2f70e69fecd10beabaa684a32cee621e5/tryton.cfg?at=default > > > https://bitbucket.org/zikzakmedia/trytond-product_base_code/src/49d141a2f70e69fecd10beabaa684a32cee621e5/product.xml?at=default > > > > Only for that one in own_module/. not for that one in own_module/view.
Like in other modules like product: > # ls product/view/ > category_form.xml product_form.xml template_tree.xml > uom_form.xml > category_list.xml product_tree.xml uom_category_form.xml > uom_tree.xml > category_tree.xml template_form.xml uom_category_tree.xml > # ls product/ | grep xml > category.xml > product.xml > uom.xml > > # tail -4 product/tryton.cfg > xml: > product.xml > category.xml > uom.xml > I am not sure how to add this xml files > s# ls meta_riemer/view/ > shop_category_form.xml shop_category_tree.xml template_form.xml > template_tree.xml >
