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

Subscribers

People subscribed via source and target branches

to status/vote changes: