Merge lp:~vauxoo/openerp-mexico-localization/7.0-l10n_mx_facturae_groups-add_group_knowledger-dev_carlos into lp:openerp-mexico-localization/7.0

Proposed by Juan Carlos Hernandez
Status: Merged
Merged at revision: 283
Proposed branch: lp:~vauxoo/openerp-mexico-localization/7.0-l10n_mx_facturae_groups-add_group_knowledger-dev_carlos
Merge into: lp:openerp-mexico-localization/7.0
Diff against target: 24 lines (+2/-1)
2 files modified
l10n_mx_facturae_groups/__openerp__.py (+1/-1)
l10n_mx_facturae_groups/security/l10n_mx_facturae_security_groups.xml (+1/-0)
To merge this branch: bzr merge lp:~vauxoo/openerp-mexico-localization/7.0-l10n_mx_facturae_groups-add_group_knowledger-dev_carlos
Reviewer Review Type Date Requested Status
Rodolfo Lopez Pending
Isaac López Zúñiga Pending
Moisés López - http://www.vauxoo.com Pending
Review via email: mp+184399@code.launchpad.net

Description of the change

se agrego grupo knowledger/user a Factura/user

To post a comment you must log in.
284. By Juan Carlos Hernandez

[IMP][l10n_mx_facturae_groups]

285. By Juan Carlos Hernandez

[IMP][l10n_mx_facturae_groups]fix de group

286. By Juan Carlos Hernandez

[IMP]

287. By Juan Carlos Hernandez

[IMP][l10n_mx_facturae_groups]

288. By Juan Carlos Hernandez

[ADD][l10n_mx_facturae_groups]add dependence document

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'l10n_mx_facturae_groups/__openerp__.py'
2--- l10n_mx_facturae_groups/__openerp__.py 2013-07-30 15:38:44 +0000
3+++ l10n_mx_facturae_groups/__openerp__.py 2013-09-06 23:32:38 +0000
4@@ -31,7 +31,7 @@
5 """,
6 "website" : "http://vauxoo.com",
7 "license" : "AGPL-3",
8- "depends" : ["base"
9+ "depends" : ["base", "document"
10 ],
11 "demo" : [],
12 "test": [],
13
14=== modified file 'l10n_mx_facturae_groups/security/l10n_mx_facturae_security_groups.xml'
15--- l10n_mx_facturae_groups/security/l10n_mx_facturae_security_groups.xml 2013-08-06 04:27:35 +0000
16+++ l10n_mx_facturae_groups/security/l10n_mx_facturae_security_groups.xml 2013-09-06 23:32:38 +0000
17@@ -12,6 +12,7 @@
18 <field name="name">User</field>
19 <field name="comment">This user has limitations to create or modify</field>
20 <field name="category_id" ref="module_l10n_mx_facturae"/>
21+ <field name="implied_ids" eval="[(4, ref('base.group_document_user'))]"/>
22 </record>
23
24 <record id="group_l10n_mx_facturae_manager" model="res.groups">