RES: partner_view.xml : new meny entry "lang" in partner/definition/localisation/

bzr revid: pinky-6b382ac1e7f7f853a10df243180211b49a47e0d6
This commit is contained in:
pinky 2006-12-20 12:48:34 +00:00
parent e7cf58a2d7
commit 1a8fa815a4
1 changed files with 9 additions and 0 deletions

View File

@ -135,6 +135,15 @@ def total(header,tot):
return '01'+c_ljust(header,51)+c_ljust(tot,16)+''.ljust(59)
def _create_dta(self,cr,uid,data,context):
# pour generaliser (plus) facilement : utiliser un design patern
# transaction :
# def trans(methode)
# def capsule(a,*a,**a)
# try methode
# except ...
# return capsule
# on peut ensuite l'utiliser via @trans
# devant la methode concernee
# cree des gt836