Citando Alexandre Fayolle<https://code.launchpad.net/~elbati/sale-wkfl/adding_sale_delivery_term_7/+merge/147611/comments/322256> :
When porting a module to V7, please: * update __openerp__.py to use 'data' instead of 'init_xml' and 'update_xml', and 'demo' instead of 'demo_xml' * update you python code to inherit from orm.Model (resp orm.TransientModel) rather than osv.osv (resp. osv.osv_memory) * update you python code tonot instantiate the model class Try to keep line length reasonable. Ideally, 80 chars is great, but not always the most convenient Per il resto mi sembra vada tutto bene. -- https://code.launchpad.net/~scigghia/openobject-italia/7.0/+merge/153079 Your team OpenERP Italia core devs is subscribed to branch lp:openobject-italia/7.0. _______________________________________________ Mailing list: https://launchpad.net/~openobject-italia-core-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~openobject-italia-core-devs More help : https://help.launchpad.net/ListHelp

