Merge lp:~factorlibre/openobject-addons/openobject-addons into lp:~openerp-community/openobject-addons/elico-7.0

Proposed by Rafael Valle
Status: Approved
Approved by: LIN Yu
Approved revision: 35
Proposed branch: lp:~factorlibre/openobject-addons/openobject-addons
Merge into: lp:~openerp-community/openobject-addons/elico-7.0
Diff against target: 158 lines (+131/-0)
4 files modified
product_bundle/__openerp__.py (+2/-0)
product_bundle/i18n/es.po (+105/-0)
product_bundle/security/ir.model.access.csv (+2/-0)
product_bundle/security/security.xml (+22/-0)
To merge this branch: bzr merge lp:~factorlibre/openobject-addons/openobject-addons
Reviewer Review Type Date Requested Status
LIN Yu Approve
Review via email: mp+212136@code.launchpad.net

Description of the change

add user permissions and translations es_ES

To post a comment you must log in.
Revision history for this message
LIN Yu (lin-yu) wrote :

Thanks for contribution.

review: Approve

Unmerged revisions

35. By Rafael Valle

add user permissions and translations

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'product_bundle/__openerp__.py'
2--- product_bundle/__openerp__.py 2013-02-25 06:45:56 +0000
3+++ product_bundle/__openerp__.py 2014-03-21 11:14:50 +0000
4@@ -45,6 +45,8 @@
5 'depends': ['sale_stock'],
6 'init_xml': [],
7 'update_xml': [
8+ 'security/security.xml',
9+ 'security/ir.model.access.csv',
10 'product_view.xml',
11
12 ],
13
14=== added directory 'product_bundle/i18n'
15=== added file 'product_bundle/i18n/es.po'
16--- product_bundle/i18n/es.po 1970-01-01 00:00:00 +0000
17+++ product_bundle/i18n/es.po 2014-03-21 11:14:50 +0000
18@@ -0,0 +1,105 @@
19+# Translation of OpenERP Server.
20+# This file contains the translation of the following modules:
21+# * product_bundle
22+#
23+msgid ""
24+msgstr ""
25+"Project-Id-Version: OpenERP Server 7.0\n"
26+"Report-Msgid-Bugs-To: \n"
27+"POT-Creation-Date: 2014-02-17 09:25+0000\n"
28+"PO-Revision-Date: 2014-02-17 09:25+0000\n"
29+"Last-Translator: <>\n"
30+"Language-Team: \n"
31+"MIME-Version: 1.0\n"
32+"Content-Type: text/plain; charset=UTF-8\n"
33+"Content-Transfer-Encoding: \n"
34+"Plural-Forms: \n"
35+
36+#. module: product_bundle
37+#: help:product.item,editable:0
38+msgid "Allow the user to change this item (quantity or item itself) in the Delivery Orders."
39+msgstr "¿Permitir al usuario cambiar este elemento (cantidad o el elemento) en los albaranes?."
40+
41+#. module: product_bundle
42+#: model:ir.model.fields,field_description:product_bundle.field_product_item_editable
43+#: field:product.item,editable:0
44+msgid "Allow changes in DO ?"
45+msgstr "¿Permitir cambios en albaran?"
46+
47+#. module: product_bundle
48+#: model:ir.model,name:product_bundle.model_product_item
49+msgid "Product Item for Bundle products"
50+msgstr "Elemento producto para Productos Bundle"
51+
52+#. module: product_bundle
53+#: model:ir.model.fields,field_description:product_bundle.field_product_product_item_ids
54+#: field:product.product,item_ids:0
55+msgid "Item sets"
56+msgstr "Elementos Set"
57+
58+#. module: product_bundle
59+#: view:product.product:0
60+msgid "Items"
61+msgstr "Elementos"
62+
63+#. module: product_bundle
64+#: model:ir.model.fields,field_description:product_bundle.field_product_item_sequence
65+#: field:product.item,sequence:0
66+msgid "Sequence"
67+msgstr "Secuencia"
68+
69+#. module: product_bundle
70+#: model:ir.model,name:product_bundle.model_product_template
71+msgid "Product Template"
72+msgstr "Plantillas Producto"
73+
74+#. module: product_bundle
75+#: help:product.item,revenue:0
76+msgid "Define when you sell a Bundle product, how many percent of the sale price is applied to this item."
77+msgstr "Define when you sell a Bundle product, how many percent of the sale price is applied to this item."
78+
79+#. module: product_bundle
80+#: view:product.product:0
81+msgid "Bundle"
82+msgstr "Bundle"
83+
84+#. module: product_bundle
85+#: model:ir.model,name:product_bundle.model_product_product
86+msgid "Product"
87+msgstr "Producto"
88+
89+#. module: product_bundle
90+#: model:ir.model.fields,field_description:product_bundle.field_product_item_item_id
91+#: field:product.item,item_id:0
92+msgid "Item"
93+msgstr "Item"
94+
95+#. module: product_bundle
96+#: model:ir.model.fields,field_description:product_bundle.field_product_item_product_id
97+#: field:product.item,product_id:0
98+msgid "Bundle Product"
99+msgstr "Producto Bundle"
100+
101+#. module: product_bundle
102+#: model:ir.model.fields,field_description:product_bundle.field_product_item_uom_id
103+#: field:product.item,uom_id:0
104+msgid "UoM"
105+msgstr "UoM"
106+
107+#. module: product_bundle
108+#: model:ir.model,name:product_bundle.model_sale_order
109+msgid "Sales Order"
110+msgstr "Pedido de venta"
111+
112+#. module: product_bundle
113+#: model:ir.model.fields,field_description:product_bundle.field_product_item_revenue
114+#: field:product.item,revenue:0
115+msgid "Revenue repartition (%)"
116+msgstr "Repartición Beneficio (%)"
117+
118+#. module: product_bundle
119+#: model:ir.model.fields,field_description:product_bundle.field_product_item_qty_uom
120+#: field:product.item,qty_uom:0
121+msgid "Quantity"
122+msgstr "Cantidad"
123+
124
125=== added directory 'product_bundle/security'
126=== added file 'product_bundle/security/ir.model.access.csv'
127--- product_bundle/security/ir.model.access.csv 1970-01-01 00:00:00 +0000
128+++ product_bundle/security/ir.model.access.csv 2014-03-21 11:14:50 +0000
129@@ -0,0 +1,2 @@
130+id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
131+access_product_item,product.item,model_product_item,product_bundle.group_product_bundle,1,1,1,1
132
133=== added file 'product_bundle/security/security.xml'
134--- product_bundle/security/security.xml 1970-01-01 00:00:00 +0000
135+++ product_bundle/security/security.xml 2014-03-21 11:14:50 +0000
136@@ -0,0 +1,22 @@
137+<?xml version="1.0" encoding="utf-8"?>
138+<openerp>
139+<data noupdate="1">
140+
141+
142+ <record model="ir.module.category" id="module_product_bundle">
143+ <field name="name">Product Bundle</field>
144+ <field name="description">Product Bundle</field>
145+ <field name="sequence">10</field>
146+ </record>
147+
148+ <record id="product_bundle.group_product_bundle" model="res.groups">
149+ <field name="name">Product Bundle</field>
150+ <field name="category_id" ref="module_product_bundle"/>
151+ <field name="users" eval="[(4, ref('base.user_root'))]"/>
152+ </record>
153+
154+
155+
156+
157+</data>
158+</openerp>

Subscribers

People subscribed via source and target branches

to status/vote changes: