Removed address field from shop

This commit is contained in:
Guillem Barba 2014-01-10 20:44:37 +01:00
parent bf26783aa3
commit 4417217a07
2 changed files with 1 additions and 4 deletions

View File

@ -12,6 +12,5 @@ class Shop:
__name__ = 'sale.shop'
logo = fields.Binary('Logo')
address = fields.Many2One('party.address', 'Address')
lang = fields.Many2One("ir.lang", 'Language')
company_trade_name = fields.Char('Company Trade Name')

View File

@ -9,10 +9,8 @@ the full copyright notices and license terms. -->
<field name="company_trade_name"/>
<label name="lang"/>
<field name="lang"/>
<label name="address"/>
<field name="address" colspan="3"/>
<label name="logo"/>
<field name="logo"/>
</page>
</xpath>
</data>
</data>