[MERGE] lp:878125

bzr revid: qdp-launchpad@openerp.com-20111025153643-1e06754gk64phl93
This commit is contained in:
Quentin (OpenERP) 2011-10-25 17:36:43 +02:00
commit 72eb27d4e0
1 changed files with 2 additions and 2 deletions

View File

@ -47,10 +47,10 @@ class res_partner(osv.osv):
'sale_journal.invoice.type',
type = 'many2one',
relation = 'sale_journal.invoice.type',
string = "Invoicing Method",
string = "Invoicing Type",
view_load = True,
group_name = "Accounting Properties",
help = "The type of journal used for sales and picking."),
help = "This invoicing type will be used, by default, for invoicing the current partner."),
}
res_partner()