Remove string attribute from view

This commit is contained in:
Guillem Barba 2016-10-04 14:57:49 +02:00
parent 456f68c21d
commit 8ee6f8d370
4 changed files with 2 additions and 10 deletions

View File

@ -57,7 +57,3 @@ msgstr "Usuari modificació"
msgctxt "model:stock.location.company,name:"
msgid "Stock Location by Company"
msgstr "Ubicació per empresa"
msgctxt "view:stock.location.company:"
msgid "Configuration by company"
msgstr "Configuració per empresa"

View File

@ -57,7 +57,3 @@ msgstr "Usuario modificación"
msgctxt "model:stock.location.company,name:"
msgid "Stock Location by Company"
msgstr "Ubicación por empresa"
msgctxt "view:stock.location.company:"
msgid "Configuration by company"
msgstr "Configuración por empresa"

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form string="Configuration by company">
<form>
<label name="company"/>
<field name="company"/>
<label name="location"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tree string="Configuration by company">
<tree>
<field name="company"/>
<field name="location"/>
<field name="analytic_accounts"/>