@MattLG,
> It would also be nice if it would prevent a user from entering a higher > "Amount" than is residual on the Invoice. Could I make a simple modification > to do this? This is typically 3 lines of Python code as a patch or in an extension module (much better). Grep for exemples of "_constraints" property in openerp modules such as account. We typically do dozens of little extensions like that when adapting OpenERP for prod (in different modules in order to keep concepts separation and make future migrations easier) and this is exactly where the current Tiny module certification system doesn't fit yet (as you have 15 modules of 10 lines but don't want to pay 800 euros every certification, to answer a @sraps concern). Anyway, I think they find a work around as soon they have a little time to re-think about it. Good luck with OpenERP. Some proprietary ERP's might have better doc, but I doubt any other oss ERP has a better doc (not to speak about the features or the power). Regards ------------------------ Raphaël Valyi CEO and OpenERP consultant at http://www.akretion.com -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=42643#42643 -------------------- m2f --------------------
_______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
