[IMP]GOLEM Members : tags better places

This commit is contained in:
Fabien Bourgeois 2016-07-11 20:14:11 +02:00
parent 6f6751e1ce
commit 4e8671f69a
2 changed files with 4 additions and 3 deletions

View File

@ -686,7 +686,7 @@ msgstr "Téléphone"
#. module: golem_member
#: field:golem.member,pictures_agreement:0
msgid "Pictures agreement?"
msgstr "Accord pour les images?"
msgstr "Accord pour les photographies?"
#. module: golem_member
#: help:golem.member,notify_email:0

View File

@ -34,8 +34,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<field name="name" class="oe_inline" readonly="True" />
</h1>
</div>
<div class="oe_right oe_button_box" name="buttons" />
<group>
<field name="season_ids" widget="many2many_tags" />
<field name="category_id" widget="many2many_tags"
placeholder="Tags..."/>
</group>
</group>
<group string="Personal details">
@ -91,8 +94,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</page>
<page name="other_page" string="Others">
<group>
<field name="category_id" widget="many2many_tags"
placeholder="Tags..."/>
<field name="comment" placeholder="Put an internal note..." />
</group>
</page>