[EMAIL PROTECTED] schrieb: > Making changes to product.py requires a restart with --update all . Now > all the changes in the view are gone, product.normal.form is > back to the original stage. > > How can I prevent this? Maybe I have to save a external copy of the view?
Define your own form, eg. product.normal.form.michael, inherit from product.normal.form and use a higher priority (lower number). In product.normal.form.michael use <field position="replace"> to remove the fields you do not want. See <http://tinyerp.org/wiki/index.php/DevelopperBook/ViewsInherit> for details. -- Schönen Gruß - Regards Hartmut Goebel Goebel Consult Spezialist für IT-Sicherheit in komplexen Umgebungen http://www.goebel-consult.de
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
